OptimismHubConnector
Verified contract
Active on
Ethereum with 5 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) |
---|---|---|---|---|---|---|---|
| 20593053 | 3 months ago | | | 0 | 0.0028518785 | |
| 20580506 | 3 months ago | | | 0 | 0.0011547971 | |
| 20272138 | 4 months ago | | | 0 | 0.0018948384 | |
| 18774377 | a year ago | | | 0 | 0.0027034630 | |
| 18737930 | a year ago | | | 0 | 0.0029851453 |
ABI
ABI objects
Getter at block 21218623
AMB() view returns (address)
0x25ace71c97b33cc4729cf772ae268934f7ab5fa1
DOMAIN() view returns (uint32)
6648936
MIRROR_DOMAIN() view returns (uint32)
1869640809
OPTIMISM_PORTAL() view returns (address)
0xbeb5fc579115071764c7423a4f12edde41f106ed
ROOT_MANAGER() view returns (address)
0x523ab7424ad126809b1d7a134eb6e0ee414c9b3a
delay() view returns (uint256)
604800
gasCap() view returns (uint256)
850000
mirrorConnector() view returns (address)
0x432006ced3bba818e3d0d8730426b32bb34a42ab
owner() view returns (address)
0x4d50a469fc788a3c0cdc8fd67868877dcb246625
proposed() view returns (address)
0x0000000000000000000000000000000000000000
proposedTimestamp() view returns (uint256)
0
renounced() view returns (bool)
false
Read-only
processed(bytes32) view returns (bool)
State-modifying
Events acceptProposedOwner()
processMessage(bytes _data)
processMessageFromRoot(struct TypesWithdrawalTransaction _tx, uint256 _l2OutputIndex, struct TypesOutputRootProof _outputRootProof, bytes[] _withdrawalProof)
proposeNewOwner(address newlyProposed)
renounceOwnership()
sendMessage(bytes _data, bytes _encodedData) payable
setGasCap(uint256 _gasCap)
setMirrorConnector(address _mirrorConnector)
verifySender(address _expected) returns (bool)
withdrawFunds(address _to)
FundsWithdrawn(address indexed to, uint256 amount)
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 _optimismPortal, 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()