OptimisticBlockUpdater
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 "OptimisticBlockUpdater"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "OptimisticBlockUpdater"
ABI
ABI objects
Getter at block 22741268
blockVerifier() view returns (address)
0x0000000000000000000000000000000000000000
committeeVerifier() view returns (address)
0x0000000000000000000000000000000000000000
currentPeriod() view returns (uint64)
0
minBlockConfirmation() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFactor() view returns (uint256)
0
Read-only
blockInfos(bytes32, bytes32) view returns (uint256)
checkBlock(bytes32 _blockHash, bytes32 _receiptHash) view returns (bool)
checkBlockConfirmation(bytes32 _blockHash, bytes32 _receiptHash) view returns (bool, uint256)
syncCommitteeRoots(uint256) view returns (bytes32)
State-modifying
Events importBlock(bytes _proof)
importNextSyncCommittee(bytes _proof)
initialize(uint64 period, bytes32 syncCommitteeRoot, uint256 _minBlockConfirmation)
renounceOwnership()
setBlockConfirmation(uint256 _minBlockConfirmation)
setBlockVerifier(address _blockVerifier)
setCommitteeVerifier(address _committeeVerifier)
setPeriodFactor(uint256 _periodFactor)
transferOwnership(address newOwner)
ImportBlock(uint256 identifier, bytes32 blockHash, bytes32 receiptHash)
ImportSyncCommitteeRoot(uint64 indexed period, bytes32 indexed syncCommitteeRoot)
Initialized(uint8 version)
ModBlockConfirmation(uint256 oldBlockConfirmation, uint256 newBlockConfirmation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.