Bridge

Verified contract

Active on Ethereum with 550 txns
Deployed by via 0xdb1f1c9b at 19133676
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $587.57
0x26748879c5a84eed45afe9c7d9fc020672724d009d28b6d6e05a705c3f1fb3a5
0x2dca6e0c87165d3ac6bffd3322400174cc8ed7f1fc0444302e3a96dde0bc1ea0
0xe7b5749c33a0c6413a1597b9614c34cb32638c600c2ee95ebd2f58142716981f
0x0e76f9c5a78ccec0eb3b8f233e1357b92df7df3d6ba090e87ae826485bda871d
0xd43207dd15022fe5b0acdb634d3dfa8044733478746a38c88377c66083c3b82a
0xea0de47d1e778c89d215b35e04ef1f97b4ef7b7fb27be0d9586a4bc4ac2a921a
0xab3afc7b6934ee17eb30291fed37342df1a4598eff47b6588ccfb29b0fffbc11
0x2ca4b80397aec818cb6e47d5c783eb592111583ce450efe99399d48924144459
0xf3cab66753bacce6ae26bb9b7c430cd13b57a10c68e0fa3a7ab8c427d3d0ca7e
0x0e9139a4da532df805a44e265c211f525f3f05310b8e218d6f0596375668433b

Functions
Getter at block 20970030
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
RELAYER_ROLE(view returns (bytes32)
0xe2b7fb3b832174769106daebcfd6d1970523240dda11281102db9363b83b0dc4
_chainID(view returns (uint8)
1
_expiry(view returns (uint256)
43200
_fee(view returns (uint256)
3000000000000000
_relayerThreshold(view returns (uint256)
2
_totalProposals(view returns (uint256)
57
_totalRelayers(view returns (uint256)
3
paused(view returns (bool)
false
Read-only
_depositCounts(uint8view returns (uint64)
_depositRecords(uint64uint8view returns (bytes)
_hasVotedOnProposal(uint72bytes32addressview returns (bool)
_proposals(uint72bytes32view returns (bytes32 _resourceIDbytes32 _dataHashuint8 _statusuint256 _proposedBlock)
_resourceIDToHandlerAddress(bytes32view returns (address)
getProposal(uint8 originChainIDuint64 depositNoncebytes32 dataHashview returns (struct BridgeProposal)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isRelayer(address relayerview returns (bool)
State-modifying
adminAddRelayer(address relayerAddress
adminChangeFee(uint256 newFee
adminChangeRelayerThreshold(uint256 newThreshold
adminPauseTransfers(
adminRemoveRelayer(address relayerAddress
adminSetBurnable(address handlerAddressaddress tokenAddress
adminSetDepositNonce(uint8 chainIduint64 depositNonce
adminSetGenericResource(address handlerAddressbytes32 resourceIDaddress contractAddressbytes4 depositFunctionSigbytes4 executeFunctionSig
adminSetResource(address handlerAddressbytes32 resourceIDaddress tokenAddress
adminUnpauseTransfers(
adminWithdraw(address handlerAddressaddress tokenAddressaddress recipientuint256 amountOrTokenID
cancelProposal(uint8 chainIDuint64 depositNoncebytes32 dataHash
deposit(uint8 destinationChainIDbytes32 resourceIDbytes datapayable 
executeProposal(uint8 chainIDuint64 depositNoncebytes databytes32 resourceID
grantRole(bytes32 roleaddress account
renounceAdmin(address newAdmin
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
transferFunds(address[] addrsuint256[] amounts
voteProposal(uint8 chainIDuint64 depositNoncebytes32 resourceIDbytes32 dataHash
Events
Deposit(uint8 indexed destinationChainIDbytes32 indexed resourceIDuint64 indexed depositNonce
Paused(address account
ProposalEvent(uint8 indexed originChainIDuint64 indexed depositNonceuint8 indexed statusbytes32 resourceIDbytes32 dataHash
ProposalVote(uint8 indexed originChainIDuint64 indexed depositNonceuint8 indexed statusbytes32 resourceID
RelayerAdded(address indexed relayer
RelayerRemoved(address indexed relayer
RelayerThresholdChanged(uint256 indexed newThreshold
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unpaused(address account
Constructor
constructor(uint8 chainIDaddress[] initialRelayersuint256 initialRelayerThresholduint256 feeuint256 expiry
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.