Taiko

Off-Chain (Private)
Audited on 2023/12/04
No active critical issues

Summary

Taiko protocol contains a set of smart contracts. The Bridge contract provides functionality for processing the message/transactions, retrying the message and to recall the message. ERC20Vault, ERC721Vault, ERC1155Vault provides functionality for initiating the calls for sending the tokens, retrying and recalling the message for sending tokens. Also vaults are used to store the tokens and to create bridged tokens. Specifically ERC20Vault provides functionality for changing the bridged token address.

Issues (15)

Low
Medium
High
Critical
Total
Not fixed
3---3
Fixed
8-4-12
Total1104015

Contracts (11)

#File Name
1

contracts/tokenvault/ERC721Vault.sol

2

ERC20Vault.sol

3

contracts/tokenvault/BridgedERC721.sol

4

OwnerUUPSUpgradable.sol

5

EssentialContract.sol

6

ERC1155Vault.sol

7

AddressManager.sol

8

BridgedERC1155.sol

9

ERC721Vault.sol

10

LibAddress.sol