Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Bridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17123285 | 2 years ago | | | 0 | 0.0031821451 | |
| 16989537 | 2 years ago | | | 0 | 0.0020190866 | |
| 16783000 | 2 years ago | | | 0 | 0.0015430143 | |
| 16769052 | 2 years ago | | | 0 | 0.0020230982 | |
| 16761933 | 2 years ago | | | 0 | 0.0014658486 | |
| 16735305 | 2 years ago | | | 0 | 0.0068098167 | |
| 16713950 | 2 years ago | | | 0 | 0.0017279825 | |
| 16683801 | 2 years ago | | | 0 | 0.0023613131 | |
| 16675284 | 2 years ago | | | 0 | 0.0020737311 | |
| 16672942 | 2 years ago | | | 0 | 0.0021262122 |
ABI
ABI objects
Getter at block 21254195
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
feeFixed() view returns (uint256)
0
feeRate() view returns (uint256)
0
owner() view returns (address)
0xc2fabaef1a8f322ee056a1982cf78a7574a9e962
paused() view returns (bool)
false
token() view returns (address)
0x805ea9c07b49dd23ce11ec66dc6d8a2957385035
Read-only
getFee(uint256 amountTransfer) view returns (uint256 fee)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
minted(bytes32) view returns (bool)
supportedChain(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalMinted(uint256) view returns (uint256)
totalRequest(uint256) view returns (uint256)
State-modifying
Events addChainSupported(uint256 chainId)
grantRole(bytes32 role, address account)
mintForTrasferCrossChain(uint256 fromChainId, bytes32 id, uint256 amount, address receiver)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFee(uint256 _rate, uint256 _fixed)
transferOwnership(address newOwner)
transferToOtherChain(uint256 chainId, uint256 amount, address receiver, uint256 maxFee)
unpause()
withdrawToken(address _token, uint256 _amount)
Convert(bytes32 indexed id, address indexed from, address to, uint256 amount, uint256 fee, uint256 chainTo)
Minted(bytes32 indexed id, address to, uint256 amount, uint256 chainFrom)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
UpdateFee(uint256 _feeRate, uint256 _feeFixed)
constructor(address _token, uint256[] _supportedChain)
This contract contains no fallback and receive objects.
This contract contains no error objects.