Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$56.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0178 | $3,182.73 |
$56.65 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159334 | 8 hours ago | | | 0 | 0.0016668467 | |
| 21159334 | 8 hours ago | | | 0 | 0.0056506340 | |
| 21158092 | 12 hours ago | | | 0 | 0.0015028219 | |
| 21158092 | 12 hours ago | | | 0 | 0.0048874665 | |
| 21108162 | 7 days ago | | | 0 | 0.00047638905 | |
| 21108160 | 7 days ago | | | 0 | 0.0015486188 | |
| 21085922 | 11 days ago | | | 0 | 0.00059885114 | |
| 21085922 | 11 days ago | | | 0 | 0.0019819256 | |
| 21043000 | 17 days ago | | | 0 | 0.0014136043 | |
| 21042973 | 17 days ago | | | 0 | 0.00060128772 |
ABI
ABI objects
Getter at block 21161756
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_RELAYERS() view returns (uint256)
200
RELAYER_ROLE() view returns (bytes32)
0xe2b7fb3b832174769106daebcfd6d1970523240dda11281102db9363b83b0dc4
_chainID() view returns (uint8)
2
_expiry() view returns (uint40)
100800
_fee() view returns (uint128)
20000000000000
_relayerThreshold() view returns (uint8)
1
_totalRelayers() view returns (uint256)
2
paused() view returns (bool)
false
Read-only
_depositCounts(uint8) view returns (uint64)
_hasVotedOnProposal(uint72 destNonce, bytes32 dataHash, address relayer) view returns (bool)
_oldDepositNonce(uint8) view returns (uint64)
_proposals(uint72, bytes32) view returns (uint8 _status, uint200 _yesVotes, uint8 _yesVotesTotal, uint40 _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)
getRoleMemberIndex(bytes32 role, address account) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isRelayer(address relayer) view returns (bool)
State-modifying
Events adminAddRelayer(address relayerAddress)
adminChangeFee(uint256 newFee)
adminChangeRelayerThreshold(uint256 newThreshold)
adminPauseTransfers()
adminRemoveRelayer(address relayerAddress)
adminSetDepositCount(uint8 chainId, uint64 depositCount)
adminSetGenericResource(address handlerAddress, bytes32 resourceID, address contractAddress, bytes4 depositFunctionSig, uint256 depositFunctionDepositerOffset, bytes4 executeFunctionSig)
adminSetOldDepositNonce(uint8 chainId, uint64 oldDepositNonce)
adminSetResourceAndBurnable(address handlerAddress, bytes32[] resourceIDs, address[] tokenContractAddresses, address[] burnablTokenContractAddresses)
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
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, 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 dataHash)
ProposalVote(uint8 indexed originChainID, uint64 indexed depositNonce, uint8 indexed status, bytes32 dataHash)
RelayerAdded(address indexed relayer)
RelayerRemoved(address indexed relayer)
RelayerThresholdChanged(uint256 indexed newThreshold)
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.