Controller

Verified contract

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

No balances found for "Controller"

0x4b116957f6c3b10bd57b5e130192160ca9a7d51e40c3ecb0626cb8708053e867
0x7b7a15368c134d522228ec1cebd7294ab31777a4c20393af806dbb278b234200
0x4557f5065cd361f16249dd167b9ef69cbd9056101aedbbc2776987e6e7d76581
0xbaf83b9d77d7c794e612c1accd4151487692fd8085b140de903fd8cb391944f8
0xedb33e93ac8cf7e830955865bdf9309c5fea70c7dff6aebfc596ac0a2e94809c
0x27ad2482529a70027b1bd849827d0f5930c955348637a4b21a44c59a59d4fb1a
0xf0afc03038818855b5640b0c7182f07b027739d37b486071b70627275f04ad05
0xfefc9aa2087f16eee4f67992aeb29c615924460509a9e1fa1f834dc527f8370e
0x4be35e1f1cf7c3958c08954dc146194b18645725b0b4e14e2911b5bd3d1b755c
0xb35fe67da1dcb3dc8a20c118e84f2f65840c2dfb0dd6b1decbc00c78340a2623

Functions
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(addressview returns (bytes)
getMinFees(address connector_uint256 msgGasLimit_uint256 payloadSize_view returns (uint256 totalFees)
hasRole(bytes32 role_address address_view returns (bool)
identifierCache(bytes32view returns (bytes)
validConnectors(addressview returns (bool)
State-modifying
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[] connectorsbool[] statuses
updateHook(address hook_bool approve_
Events
BridgingTokens(address connectoraddress senderaddress receiveruint256 amountbytes32 messageId
ConnectorStatusUpdated(address connectorbool status
HookUpdated(address newHook
OwnerClaimed(address indexed claimer
OwnerNominated(address indexed nominee
RoleGranted(bytes32 indexed roleaddress indexed grantee
RoleRevoked(bytes32 indexed roleaddress indexed revokee
TokensBridged(address connecteraddress receiveruint256 amountbytes32 messageId
Constructor
constructor(address token_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CannotTransferOrExecuteOnBridgeContracts(
InsufficientMsgValue(
InvalidConnector(
InvalidTokenAddress(
InvalidTokenContract(
MessageIdMisMatched(
NoPendingData(
NoPermit(bytes32 role
OnlyNominee(
OnlyOwner(
ZeroAddress(
ZeroAddressReceiver(