SidechainBridge
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 "SidechainBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SidechainBridge"
ABI
ABI objects
Getter at block 21312854
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
KEEPER_ROLE() view returns (bytes32)
0xfc8737ab85eb45125971625a9ebdb75cc78e01d5c1fa80c4c6e5203f47bc4fab
feeAmount() view returns (uint256)
0
feeReceiver() view returns (address)
0x0000000000000000000000000000000000000000
innerToken() view returns (address)
0x0000000000000000000000000000000000000000
nonce() view returns (uint256)
0
totalBridgedAmount() view returns (uint256)
0
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
recvConfirmations(uint256, bytes32) view returns (bool)
sendAcks(uint256, bytes32) view returns (bool)
supportedChains(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events __Bridge_init(address _token)
grantRole(bytes32 role, address account)
initialize(address _token)
recv(bytes32 _id, address _sender, uint256 _srcChainId, address _receiver, uint256 _amount)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
send(uint256 _dstChainId, address _receiver, uint256 _amount) payable
sendAck(uint256 _dstChainId, bytes32 _id)
setFeeAmount(uint256 _feeAmount)
setFeeReceiver(address _feeReceiver)
setSupportedChain(uint256 _dstChainId, bool _isSupported)
transferAdmin(address _newAdmin)
Initialized(uint64 version)
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)
TokenReceived(bytes32 id, address sender, uint256 srcChainId, address receiver, uint256 amount)
TokenSent(bytes32 id, address sender, uint256 dstChainId, address receiver, uint256 amount)
TokenSentAck(uint256 dstChainId, bytes32 id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
InvalidInitialization()
NotInitializing()