OptimismHubConnector
Verified contract
Active on
Ethereum with 948 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 "OptimismHubConnector"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17133722 | 2 years ago | | | 0 | 0.036753659 | |
| 17133432 | 2 years ago | | | 0 | 0.044123187 | |
| 17130170 | 2 years ago | | | 0 | 0.036166331 | |
| 17130155 | 2 years ago | | | 0 | 0.035830237 | |
| 17129869 | 2 years ago | | | 0 | 0.038840478 | |
| 17129736 | 2 years ago | | | 0 | 0.031319689 | |
| 17129726 | 2 years ago | | | 0 | 0.037531832 | |
| 17128988 | 2 years ago | | | 0 | 0.039567701 | |
| 17128707 | 2 years ago | | | 0 | 0.041743202 | |
| 16769524 | 2 years ago | | | 0 | 0.026876248 |
ABI
ABI objects
Getter at block 21267199
AMB() view returns (address)
0x25ace71c97b33cc4729cf772ae268934f7ab5fa1
DOMAIN() view returns (uint32)
6648936
MIRROR_DOMAIN() view returns (uint32)
1869640809
ROOT_MANAGER() view returns (address)
0xd5d61e9dfb6680cba8353988ba0337802811c2e1
delay() view returns (uint256)
604800
mirrorConnector() view returns (address)
0x32155c9d39084f040ba17890fe8134dbe2a0453f
owner() view returns (address)
0x4d50a469fc788a3c0cdc8fd67868877dcb246625
proposed() view returns (address)
0x0000000000000000000000000000000000000000
proposedTimestamp() view returns (uint256)
0
renounced() view returns (bool)
false
stateCommitmentChain() view returns (address)
0xbe5dab4a2e9cd0f27300db4ab94bee3a233aeb19
Read-only
processed(bytes32) view returns (bool)
State-modifying
Events acceptProposedOwner()
processMessage(bytes _data)
processMessageFromRoot(address _target, address _sender, bytes _message, uint256 _messageNonce, struct L2MessageInclusionProof _proof)
proposeNewOwner(address newlyProposed)
renounceOwnership()
sendMessage(bytes _data, bytes _encodedData) payable
setGasCap(uint256 _gasCap)
setMirrorConnector(address _mirrorConnector)
verifySender(address _expected) returns (bool)
GasCapUpdated(uint256 _previous, uint256 _updated)
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 _stateCommitmentChain, uint256 _gasCap)
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()
TypedMemView__index_indexMoreThan32Bytes()
TypedMemView__index_overrun(uint256 loc, uint256 len, uint256 index, uint256 slice)