OVM_StateCommitmentChain
Verified contract
Active on
Ethereum with 19 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 "OVM_StateCommitmentChain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13397826 | 3 years ago | | | 0 | 0.010669401 | |
| 13397822 | 3 years ago | | | 0 | 0.012483572 | |
| 13397817 | 3 years ago | | | 0 | 0.012978140 | |
| 13397810 | 3 years ago | | | 0 | 0.012777600 | |
| 13397806 | 3 years ago | | | 0 | 0.013179552 | |
| 13397797 | 3 years ago | | | 0 | 0.010336518 | |
| 13397793 | 3 years ago | | | 0 | 0.011803298 | |
| 13397789 | 3 years ago | | | 0 | 0.0091663910 | |
| 13397345 | 3 years ago | | | 0 | 0.012795710 | |
| 13397341 | 3 years ago | | | 0 | 0.017357800 |
ABI
ABI objects
Getter at block 21196231
FRAUD_PROOF_WINDOW() view returns (uint256)
10
SEQUENCER_PUBLISH_WINDOW() view returns (uint256)
10
batches() view returns (address)
0x343fc496eb0c1760930403dd346ba8fa82db0882
getLastSequencerTimestamp() view returns (uint256 _lastSequencerTimestamp)
1633962432
getTotalBatches() view returns (uint256 _totalBatches)
19
getTotalElements() view returns (uint256 _totalElements)
296
libAddressManager() view returns (address)
0x2f32d7f2fc2e3c12195020ec446e23e4381d2595
Read-only
insideFraudProofWindow(struct Lib_OVMCodecChainBatchHeader _batchHeader) view returns (bool _inside)
resolve(string _name) view returns (address)
verifyStateCommitment(bytes32 _element, struct Lib_OVMCodecChainBatchHeader _batchHeader, struct Lib_OVMCodecChainInclusionProof _proof) view returns (bool)
State-modifying
Events appendStateBatch(bytes32[] _batch, uint256 _shouldStartAtElement)
deleteStateBatch(struct Lib_OVMCodecChainBatchHeader _batchHeader)
StateBatchAppended(uint256 indexed _batchIndex, bytes32 _batchRoot, uint256 _batchSize, uint256 _prevTotalElements, bytes _extraData)
StateBatchDeleted(uint256 indexed _batchIndex, bytes32 _batchRoot)
constructor(address _libAddressManager, uint256 _fraudProofWindow, uint256 _sequencerPublishWindow)
This contract contains no fallback and receive objects.
This contract contains no error objects.