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) |
---|---|---|---|---|---|---|---|
| 15714113 | 2 years ago | | | 0 | 0.0021164648 | |
| 15699162 | 2 years ago | | | 0 | 0.00051609110 | |
| 15698022 | 2 years ago | | | 0 | 0.00065601251 | |
| 15698011 | 2 years ago | | | 0 | 0.00068965497 | |
| 15697948 | 2 years ago | | | 0 | 0.00062713815 | |
| 15697930 | 2 years ago | | | 0 | 0.00059425302 | |
| 15697884 | 2 years ago | | | 0 | 0.00085240105 | |
| 15697875 | 2 years ago | | | 0 | 0.00065808241 | |
| 15697851 | 2 years ago | | | 0 | 0.00059646965 | |
| 15697758 | 2 years ago | | | 0 | 0.00080586659 |
ABI
ABI objects
Getter at block 21158819
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
RELAYER_ROLE() view returns (bytes32)
0xe2b7fb3b832174769106daebcfd6d1970523240dda11281102db9363b83b0dc4
_chainID() view returns (uint8)
1
_expiry() view returns (uint256)
4320
_fee() view returns (uint256)
5000000000000000
_relayerThreshold() view returns (uint256)
2
_totalOperators() view returns (uint256)
0
_totalProposals() view returns (uint256)
909
_totalRelayers() view returns (uint256)
5
_wtokenAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
paused() view returns (bool)
true
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)
_specialFee(uint8) view returns (uint256)
getFee(uint8 destinationChainID) view returns (uint256)
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)
isOperator(address operator) view returns (bool)
isRelayer(address relayer) view returns (bool)
State-modifying
Events adminAddOperator(address operatorAddress)
adminAddRelayer(address relayerAddress)
adminChangeFee(uint256 newFee)
adminChangeRelayerThreshold(uint256 newThreshold)
adminChangeSpecialFee(uint256 newFee, uint8 chainID)
adminPauseTransfers()
adminRemoveOperator(address operatorAddress)
adminRemoveRelayer(address relayerAddress)
adminSetBurnable(address handlerAddress, address tokenAddress)
adminSetGenericResource(address handlerAddress, bytes32 resourceID, address contractAddress, bytes4 depositFunctionSig, uint256 depositFunctionDepositerOffset, bytes4 executeFunctionSig)
adminSetResource(address handlerAddress, bytes32 resourceID, address tokenAddress)
adminUnpauseTransfers()
adminUpdateBridgeAddress(address handlerAddress, address newBridgeAddress)
adminWithdraw(address handlerAddress, address tokenAddress, address recipient, uint256 amountOrTokenID)
cancelProposal(uint8 chainID, uint64 depositNonce, bytes32 dataHash)
deposit(uint8 destinationChainID, bytes32 resourceID, bytes data) payable
depositETH(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)
OperatorAdded(address indexed operator)
OperatorRemoved(address indexed operator)
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, address wtoken)
This contract contains no fallback and receive objects.
This contract contains no error objects.