OptimisticBlockRouter
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "OptimisticBlockRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "OptimisticBlockRouter"
ABI
ABI objects
Getter at block 21819561
owner() view returns (address)
0x0000000000000000000000000000000000000000
publicInputSize() view returns (uint256)
8
syncCommitteeRoot() view returns (bytes32)
0x08af49dc077719e28116e7cf7761f2ded56769ba78180b9fb4b6f46a57ee1c2a
Read-only
blockUpdater(uint16) view returns (address)
blockVerifier(uint256) view returns (address)
checkBlock(uint16 chainId, bytes32 _blockHash, bytes32 _receiptHash) view returns (bool)
checkBlockConfirmation(uint16 _chainId, bytes32 _blockHash, bytes32 _receiptHash) view returns (bool, uint256)
State-modifying
Events importBlock(bytes _proof)
initialize()
renounceOwnership()
setBlockUpdater(uint16 _chainId, address _blockUpdater)
setBlockVerifier(uint256 _blockSize, address _blockVerifier)
transferOwnership(address newOwner)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(bytes32 _syncCommitteeRoot, uint256 _publicInputSize)
This contract contains no fallback and receive objects.
This contract contains no error objects.