PolygonHubConnector
Verified contract
Active on
Ethereum with 538 txns
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 "PolygonHubConnector"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17432767 | a year ago | | | 0 | 0.010523154 | |
| 17431260 | a year ago | | | 0 | 0.010430211 | |
| 17328665 | a year ago | | | 0 | 0.023637927 | |
| 17133418 | 2 years ago | | | 0 | 0.021254749 | |
| 17133269 | 2 years ago | | | 0 | 0.030144741 | |
| 17130005 | 2 years ago | | | 0 | 0.015657804 | |
| 17129123 | 2 years ago | | | 0 | 0.015878324 | |
| 17129005 | 2 years ago | | | 0 | 0.016970329 | |
| 17128995 | 2 years ago | | | 0 | 0.016847519 | |
| 17128878 | 2 years ago | | | 0 | 0.023092435 |
ABI
ABI objects
Getter at block 21163178
AMB() view returns (address)
0xfe5e5d361b2ad62c541bab87c45a0b9b018389a2
DOMAIN() view returns (uint32)
6648936
MIRROR_DOMAIN() view returns (uint32)
1886350457
ROOT_MANAGER() view returns (address)
0xd5d61e9dfb6680cba8353988ba0337802811c2e1
SEND_MESSAGE_EVENT_SIG() view returns (bytes32)
0x8c5261668696ce22758910d05bab8f186d6eb247ceac2af2e82c7dc17669b036
checkpointManager() view returns (address)
0x86e4dc95c7fbdbf52e33d563bbdb00823894c287
delay() view returns (uint256)
604800
fxChildTunnel() view returns (address)
0x96fddc1a6fbdb232e9ada1ffc1026799f85128e9
fxRoot() view returns (address)
0xfe5e5d361b2ad62c541bab87c45a0b9b018389a2
mirrorConnector() view returns (address)
0x96fddc1a6fbdb232e9ada1ffc1026799f85128e9
owner() view returns (address)
0x4d50a469fc788a3c0cdc8fd67868877dcb246625
proposed() view returns (address)
0x0000000000000000000000000000000000000000
proposedTimestamp() view returns (uint256)
0
renounced() view returns (bool)
false
Read-only
processedExits(bytes32) view returns (bool)
State-modifying
Events acceptProposedOwner()
processMessage(bytes _data)
proposeNewOwner(address newlyProposed)
receiveMessage(bytes inputData)
renounceOwnership()
sendMessage(bytes _data, bytes _encodedData) payable
setMirrorConnector(address _mirrorConnector)
verifySender(address _expected) returns (bool)
MessageProcessed(bytes data, address caller)
MessageSent(bytes data, bytes encodedData, address caller)
MirrorConnectorUpdated(address previous, address current)
NewConnector(uint32 indexed domain, uint32 indexed mirrorDomain, address amb, address rootManager, address mirrorConnector)
OwnershipProposed(address indexed proposedOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint32 _domain, uint32 _mirrorDomain, address _amb, address _rootManager, address _mirrorConnector, address _checkPointManager)
receive()
Connector__processMessage_notUsed()
ProposedOwnable__onlyOwner_notOwner()
ProposedOwnable__onlyProposed_notProposedOwner()
ProposedOwnable__ownershipDelayElapsed_delayNotElapsed()
ProposedOwnable__proposeNewOwner_invalidProposal()
ProposedOwnable__proposeNewOwner_noOwnershipChange()
ProposedOwnable__renounceOwnership_invalidProposal()
ProposedOwnable__renounceOwnership_noProposal()