Controller
Verified contract
Active on
Ethereum with 303 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeb73…bfdc
Balances ($0.00)
No balances found for "Controller"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271577 | 15 hours ago | | | 0.0058134073 | 0.0028694375 | |
| 21259132 | 2 days ago | | | 0.0059515619 | 0.0022622319 | |
| 21256824 | 3 days ago | | | 0.0054933957 | 0.0018266088 | |
| 21252424 | 3 days ago | | | 0.0076882744 | 0.0022328699 | |
| 21251302 | 3 days ago | | | 0.012528606 | 0.0037977871 | |
| 21249332 | 4 days ago | | | 0.0077510475 | 0.0022779837 | |
| 21242735 | 5 days ago | | | 0.0055373763 | 0.0024256843 | |
| 21242667 | 5 days ago | | | 0.0055373763 | 0.0027683121 | |
| 21230926 | 6 days ago | | | 0.010980135 | 0.0031865862 | |
| 21228569 | 7 days ago | | | 0.0059114629 | 0.0020392673 |
ABI
ABI objects
Getter at block 21276066
bridgeType() view returns (bytes32)
0xf429e6a62fa0281dc1be2d92b346977a47bde9521f323f08f996b64bdbabd5f3
hook__() view returns (address)
0xeb737867af205fa5dd06e0852f6584067236bfdc
nominee() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x246d38588b16dd877c558b245e6d5a711c649fcf
token() view returns (address)
0xe9a12fb15cc00b59867e4e2f0acbdcebfd32b3d7
totalMinted() view returns (uint256)
1056784207229853861479
Read-only
connectorCache(address) view returns (bytes)
getMinFees(address connector_, uint256 msgGasLimit_, uint256 payloadSize_) view returns (uint256 totalFees)
hasRole(bytes32 role_, address address_) view returns (bool)
identifierCache(bytes32) view returns (bytes)
validConnectors(address) view returns (bool)
State-modifying
Events bridge(address receiver_, uint256 amount_, uint256 msgGasLimit_, address connector_, bytes execPayload_, bytes options_) payable
claimOwner()
grantRole(bytes32 role_, address grantee_)
nominateOwner(address nominee_)
receiveInbound(uint32 siblingChainSlug_, bytes payload_) payable
rescueFunds(address token_, address rescueTo_, uint256 amount_)
retry(address connector_, bytes32 messageId_)
revokeRole(bytes32 role_, address revokee_)
updateConnectorStatus(address[] connectors, bool[] statuses)
updateHook(address hook_, bool approve_)
BridgingTokens(address connector, address sender, address receiver, uint256 amount, bytes32 messageId)
ConnectorStatusUpdated(address connector, bool status)
HookUpdated(address newHook)
OwnerClaimed(address indexed claimer)
OwnerNominated(address indexed nominee)
RoleGranted(bytes32 indexed role, address indexed grantee)
RoleRevoked(bytes32 indexed role, address indexed revokee)
TokensBridged(address connecter, address receiver, uint256 amount, bytes32 messageId)
constructor(address token_)
This contract contains no fallback and receive objects.
CannotTransferOrExecuteOnBridgeContracts()
InsufficientMsgValue()
InvalidConnector()
InvalidTokenAddress()
InvalidTokenContract()
MessageIdMisMatched()
NoPendingData()
NoPermit(bytes32 role)
OnlyNominee()
OnlyOwner()
ZeroAddress()
ZeroAddressReceiver()