SidechainBridge

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xa6694344 at 18540888
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SidechainBridge"

No transactions found for "SidechainBridge"


Functions
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 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
recvConfirmations(uint256bytes32view returns (bool)
sendAcks(uint256bytes32view returns (bool)
supportedChains(uint256view returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
__Bridge_init(address _token
grantRole(bytes32 roleaddress account
initialize(address _token
recv(bytes32 _idaddress _senderuint256 _srcChainIdaddress _receiveruint256 _amount
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
send(uint256 _dstChainIdaddress _receiveruint256 _amountpayable 
sendAck(uint256 _dstChainIdbytes32 _id
setFeeAmount(uint256 _feeAmount
setFeeReceiver(address _feeReceiver
setSupportedChain(uint256 _dstChainIdbool _isSupported
transferAdmin(address _newAdmin
Events
Initialized(uint64 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TokenReceived(bytes32 idaddress senderuint256 srcChainIdaddress receiveruint256 amount
TokenSent(bytes32 idaddress senderuint256 dstChainIdaddress receiveruint256 amount
TokenSentAck(uint256 dstChainIdbytes32 id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
InvalidInitialization(
NotInitializing(