StateCommitmentChain
Verified contract
Active on
Ethereum with 111,542 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) |
---|---|---|---|---|---|---|---|
| 17422506 | a year ago | | | 0 | 0.0045357686 | |
| 17422504 | a year ago | | | 0 | 0.0044301374 | |
| 17422502 | a year ago | | | 0 | 0.0043894879 | |
| 17422500 | a year ago | | | 0 | 0.0043429259 | |
| 17422493 | a year ago | | | 0 | 0.0058390824 | |
| 17422484 | a year ago | | | 0 | 0.014994946 | |
| 17422482 | a year ago | | | 0 | 0.014688483 | |
| 17422480 | a year ago | | | 0 | 0.014701921 | |
| 17422432 | a year ago | | | 0 | 0.041775630 | |
| 17422410 | a year ago | | | 0 | 0.033038518 |
ABI
ABI objects
Getter at block 21296064
FRAUD_PROOF_WINDOW() view returns (uint256)
604800
SEQUENCER_PUBLISH_WINDOW() view returns (uint256)
12592000
batches() view returns (address)
0xb0ddff09c4019e31960de11bd845e836078e8ebe
getLastSequencerTimestamp() view returns (uint256 _lastSequencerTimestamp)
1686067871
getTotalBatches() view returns (uint256 _totalBatches)
111420
getTotalElements() view returns (uint256 _totalElements)
105235062
libAddressManager() view returns (address)
0xde1fcfb0851916ca5101820a69b13a4e276bd81f
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.