TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 144 txns
Unified 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
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18304132 | a year ago | | | 0 | 0.0027115749 | |
| 18303164 | a year ago | | | 0 | 0.0023946514 | |
| 18302205 | a year ago | | | 0 | 0.0023327171 | |
| 18301937 | a year ago | | | 0 | 0.0021740193 | |
| 18301875 | a year ago | | | 0 | 0.0020511423 | |
| 18301663 | a year ago | | | 0 | 0.00094995630 | |
| 18301629 | a year ago | | | 0 | 0.00097212423 | |
| 18301628 | a year ago | | | 0 | 0.0026046049 | |
| 18301471 | a year ago | | | 0 | 0.0025116549 | |
| 18301026 | a year ago | | | 0 | 0.00039705566 |
ABI
ABI objects
Getter at block 21333028
lastFinalizedBatchIndex() view returns (uint256)
33
layer2ChainId() view returns (uint64)
53435222223
maxNumTxInChunk() view returns (uint256)
100
messageQueue() view returns (address)
0x82d6132dccb0d92d883e36f02c190f7f0a0b6075
owner() view returns (address)
0xd35befa544826e4d2760bd59e97200b38f7d44f6
paused() view returns (bool)
false
verifier() view returns (address)
0x39e231dcab14479e6ffa9cf569cf8f26d03d8282
Read-only
committedBatches(uint256) view returns (bytes32)
finalizedStateRoots(uint256) view returns (bytes32)
isBatchFinalized(uint256 _batchIndex) view returns (bool)
isProver(address) view returns (bool)
isSequencer(address) view returns (bool)
withdrawRoots(uint256) view returns (bytes32)
State-modifying
Events addProver(address _account)
addSequencer(address _account)
commitBatch(uint8 _version, bytes _parentBatchHeader, bytes[] _chunks, bytes _skippedL1MessageBitmap)
finalizeBatchWithProof(bytes _batchHeader, bytes32 _prevStateRoot, bytes32 _postStateRoot, bytes32 _withdrawRoot, bytes _aggrProof)
importGenesisBatch(bytes _batchHeader, bytes32 _stateRoot)
initialize(address _messageQueue, address _verifier, uint256 _maxNumTxInChunk)
removeProver(address _account)
removeSequencer(address _account)
renounceOwnership()
revertBatch(bytes _batchHeader, uint256 _count)
setPause(bool _status)
transferOwnership(address newOwner)
updateMaxNumTxInChunk(uint256 _maxNumTxInChunk)
updateVerifier(address _newVerifier)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
CommitBatch(uint256 indexed batchIndex, bytes32 indexed batchHash)
FinalizeBatch(uint256 indexed batchIndex, bytes32 indexed batchHash, bytes32 stateRoot, bytes32 withdrawRoot)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RevertBatch(uint256 indexed batchIndex, bytes32 indexed batchHash)
Unpaused(address account)
UpdateMaxNumTxInChunk(uint256 oldMaxNumTxInChunk, uint256 newMaxNumTxInChunk)
UpdateProver(address indexed account, bool status)
UpdateSequencer(address indexed account, bool status)
UpdateVerifier(address indexed oldVerifier, address indexed newVerifier)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.