StateCommitmentChain
Verified contract
Active on
Ethereum with 23,751 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 "StateCommitmentChain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19670371 | 7 months ago | | | 0 | 0.0013601955 | |
| 19670263 | 7 months ago | | | 0 | 0.0014572335 | |
| 19669959 | 7 months ago | | | 0 | 0.0017488406 | |
| 19669856 | 7 months ago | | | 0 | 0.0017690602 | |
| 19669552 | 7 months ago | | | 0 | 0.0035796087 | |
| 19669246 | 7 months ago | | | 0 | 0.0049594495 | |
| 19668942 | 7 months ago | | | 0 | 0.0022331557 | |
| 19668634 | 7 months ago | | | 0 | 0.0025352008 | |
| 19668328 | 7 months ago | | | 0 | 0.0021593086 | |
| 19668020 | 7 months ago | | | 0 | 0.0014444180 |
ABI
ABI objects
Getter at block 21267730
FRAUD_PROOF_WINDOW() view returns (uint256)
604800
SEQUENCER_PUBLISH_WINDOW() view returns (uint256)
1800
batches() view returns (address)
0x13992b9f327faca11568be18a8ad3e9747e87d93
getLastSequencerTimestamp() view returns (uint256 _lastSequencerTimestamp)
1713298679
getTotalBatches() view returns (uint256 _totalBatches)
23749
getTotalElements() view returns (uint256 _totalElements)
1149018
libAddressManager() view returns (address)
0x8376ac6c3f73a25dd994e0b0669ca7ee0c02f089
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.