Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Bridge"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21304820 | 18 minutes ago | | | 0 | 0.00030099778 | |
| 21304820 | 18 minutes ago | | | 0 | 0.0012941179 | |
| 21304820 | 18 minutes ago | | | 0 | 0.0017789346 | |
| 21303769 | 4 hours ago | | | 0 | 0.00040167990 | |
| 21303769 | 4 hours ago | | | 0 | 0.0015253177 | |
| 21303769 | 4 hours ago | | | 0 | 0.0023725951 | |
| 21302508 | 8 hours ago | | | 0 | 0.0047377439 | |
| 21302403 | 8 hours ago | | | 0 | 0.00049962020 | |
| 21302403 | 8 hours ago | | | 0 | 0.0021463467 | |
| 21302403 | 8 hours ago | | | 0 | 0.0029502377 |
ABI
ABI objects
Getter at block 21304908
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EXECUTOR_ROLE() view returns (bytes32)
0xd8aa0f3194971a2a116679f7c2090f6939c8d4e01a2a8d7e41d55e5351469e63
RELAYER_ROLE() view returns (bytes32)
0xe2b7fb3b832174769106daebcfd6d1970523240dda11281102db9363b83b0dc4
_chainID() view returns (uint8)
0
_expiry() view returns (uint256)
14400
_fee() view returns (uint256)
0
_relayerThreshold() view returns (uint256)
2
_totalProposals() view returns (uint256)
292
paused() view returns (bool)
false
Read-only
_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)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isRelayer(address relayer) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events adminAddRelayer(address relayerAddress)
adminChangeFee(uint256 newFee)
adminChangeRelayerThreshold(uint256 newThreshold)
adminExpiry(uint256 newExpiry)
adminPauseTransfers()
adminRemoveRelayer(address relayerAddress)
adminSetBurnable(address handlerAddress, address tokenAddress)
adminSetDepositNonce(uint8 chainId, uint64 depositNonce)
adminSetGenericResource(address handlerAddress, bytes32 resourceID, address contractAddress, bytes4 depositFunctionSig, bytes4 executeFunctionSig)
adminSetResource(address handlerAddress, bytes32 resourceID, address tokenAddress)
adminUnpauseTransfers()
adminWithdraw(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)
relayerAddExecutor(address executorAddress)
relayerRemoveExecutor(address executorAddress)
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, bytes data)
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)
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 initialRelayerThreshold, uint256 fee, uint256 expiry)
This contract contains no fallback and receive objects.
This contract contains no error objects.