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) |
---|---|---|---|---|---|---|---|
| 19928334 | 6 months ago | | | 0 | 0.00024960419 | |
| 19883110 | 6 months ago | | | 0 | 0.0019793092 | |
| 19875946 | 6 months ago | | | 0 | 0.0043151388 | |
| 19875282 | 6 months ago | | | 0 | 0.0013138784 | |
| 19875048 | 6 months ago | | | 0 | 0.0013634262 | |
| 19874104 | 6 months ago | | | 0 | 0.00094132706 | |
| 19874099 | 6 months ago | | | 0 | 0.0024445924 | |
| 19874095 | 6 months ago | | | 0 | 0.0033932870 | |
| 19873378 | 6 months ago | | | 0 | 0.0010384829 | |
| 19870906 | 6 months ago | | | 0 | 0.0016350382 |
ABI
ABI objects
Getter at block 21157540
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
RELAYER_ROLE() view returns (bytes32)
0xe2b7fb3b832174769106daebcfd6d1970523240dda11281102db9363b83b0dc4
_chainID() view returns (uint8)
1
_expiry() view returns (uint256)
100
_fee() view returns (uint256)
0
_relayerThreshold() view returns (uint256)
1
_totalProposals() view returns (uint256)
866
_totalRelayers() view returns (uint256)
1
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)
State-modifying
Events adminAddRelayer(address relayerAddress)
adminChangeFee(uint256 newFee)
adminChangeRelayerThreshold(uint256 newThreshold)
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()
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)
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)
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)
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.