Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CHZ | ERC-20 | 10 | $0.100198 |
$1 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21296840 | 12 hours ago | | | 0 | 0.0030904428 | |
| 21295419 | 17 hours ago | | | 0 | 0.00042993868 | |
| 21295419 | 17 hours ago | | | 0 | 0.00042993868 | |
| 21295419 | 17 hours ago | | | 0 | 0.00042993868 | |
| 21295419 | 17 hours ago | | | 0 | 0.00042993868 | |
| 21295419 | 17 hours ago | | | 0 | 0.00042993868 | |
| 21295419 | 17 hours ago | | | 0 | 0.00042993868 | |
| 21295419 | 17 hours ago | | | 0 | 0.0011847174 | |
| 21295408 | 17 hours ago | | | 0 | 0.00041962113 | |
| 21295408 | 17 hours ago | | | 0 | 0.00041962113 |
ABI
ABI objects
Getter at block 21300353
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
RELAYER_ROLE() view returns (bytes32)
0xe2b7fb3b832174769106daebcfd6d1970523240dda11281102db9363b83b0dc4
_chainID() view returns (uint8)
0
_expiry() view returns (uint256)
100
_fee() view returns (uint256)
0
_maxFee() view returns (uint256)
100000000000000000000
_totalProposals() view returns (uint256)
559
_totalRelayers() view returns (uint256)
7
paused() view returns (bool)
false
quorum() view returns (uint256)
4
Read-only
_chainIDWhitelist(uint8) view returns (bool)
_depositCounts(uint8) view returns (uint64)
_depositRecords(uint64, uint8) view returns (bytes)
_hasVotedOnProposal(uint72, bytes32, address) view returns (bool)
_proposals(uint72, bytes32) view returns (bytes32 _resourceID, bytes32 _dataHash, uint8 _status, uint256 _proposedBlock)
_resourceIDToHandlerAddress(bytes32) view returns (address)
getProposal(uint8 originChainID, uint64 depositNonce, bytes32 dataHash) view returns (struct BridgeProposal)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isChainIDWhitelisted(uint8 chainID) view returns (bool)
isRelayer(address relayer) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events adminAddRelayer(address relayerAddress)
adminChangeFee(uint256 newFee)
adminPauseTransfers()
adminRemoveRelayer(address relayerAddress)
adminSetBurnable(address handlerAddress, address tokenAddress)
adminSetGenericResource(address handlerAddress, bytes32 resourceID, address contractAddress, bytes4 depositFunctionSig, bytes4 executeFunctionSig)
adminSetResource(address handlerAddress, bytes32 resourceID, address tokenAddress)
adminUnpauseTransfers()
adminUnwhitelistChainID(uint8 chainID)
adminWhitelistChainID(uint8 chainID)
adminWithdraw(address handlerAddress, address recipient, uint256 amount)
adminWithdrawToken(address handlerAddress, address tokenAddress, address recipient, uint256 amountOrTokenID)
cancelProposal(uint8 chainID, uint64 depositNonce, bytes32 dataHash)
deposit(uint8 destinationChainID, bytes32 resourceID, bytes data) payable
executeProposal(uint8 chainID, uint64 depositNonce, bytes data, bytes32 resourceID)
grantRole(bytes32 role, address account)
renounceAdmin(address newAdmin)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transferFunds(address[] addrs, uint256[] amounts)
voteProposal(uint8 chainID, uint64 depositNonce, bytes32 resourceID, bytes32 dataHash)
ChainIDUnwhitelisted(uint8 indexed chainID)
ChainIDWhitelisted(uint8 indexed chainID)
Deposit(uint8 indexed destinationChainID, bytes32 indexed resourceID, uint64 indexed depositNonce)
Paused(address account)
ProposalEvent(uint8 indexed originChainID, uint64 indexed depositNonce, uint8 indexed status, bytes32 resourceID, bytes32 dataHash)
ProposalVote(uint8 indexed originChainID, uint64 indexed depositNonce, uint8 indexed status, bytes32 resourceID)
RelayerAdded(address indexed relayer)
RelayerRemoved(address indexed relayer)
RelayerThresholdChanged(uint256 indexed newThreshold)
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)
constructor(uint8 chainID, address[] initialRelayers, uint256 fee, uint256 maxFee, uint256 expiry, uint8[] initialChainIDWhitelist)
receive()
This contract contains no error objects.