Proxy
Verified contract
Proxy
Active on
Base with 3,355 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000773 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 31 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19953268 | 2 months ago | | | 0 | 0.000094669257 | |
| 19951539 | 2 months ago | | | 0 | 0.000094669257 | |
| 19949618 | 2 months ago | | | 0 | 0.000094669257 | |
| 19947888 | 2 months ago | | | 0 | 0.000094669257 | |
| 19946163 | 2 months ago | | | 0 | 0.000094669257 | |
| 19944248 | 2 months ago | | | 0 | 0.000094669257 | |
| 19942513 | 2 months ago | | | 0 | 0.000094669257 | |
| 19940789 | 2 months ago | | | 0 | 0.000094669257 | |
| 19938868 | 2 months ago | | | 0 | 0.000094669257 | |
| 19937138 | 2 months ago | | | 0 | 0.000094669257 |
ABI
ABI objects
Getter at block 22747498
CHALLENGER() view returns (address)
0x06d0c30bd652fa40292963bbd728eaabe91ca52e
FINALIZATION_PERIOD_SECONDS() view returns (uint256)
604800
L2_BLOCK_TIME() view returns (uint256)
1
PROPOSER() view returns (address)
0x276dffa05af5fa5873e5adea619e3b4f3a68ea0b
SUBMISSION_INTERVAL() view returns (uint256)
3600
challenger() view returns (address)
0x06d0c30bd652fa40292963bbd728eaabe91ca52e
finalizationPeriodSeconds() view returns (uint256)
604800
l2BlockTime() view returns (uint256)
1
latestBlockNumber() view returns (uint256)
12078000
latestOutputIndex() view returns (uint256)
3354
nextBlockNumber() view returns (uint256)
12081600
nextOutputIndex() view returns (uint256)
3355
proposer() view returns (address)
0x276dffa05af5fa5873e5adea619e3b4f3a68ea0b
startingBlockNumber() view returns (uint256)
0
startingTimestamp() view returns (uint256)
1714616111
submissionInterval() view returns (uint256)
3600
version() view returns (string)
1.8.0
Read-only
computeL2Timestamp(uint256 _l2BlockNumber) view returns (uint256)
getL2Output(uint256 _l2OutputIndex) view returns (struct TypesOutputProposal)
getL2OutputAfter(uint256 _l2BlockNumber) view returns (struct TypesOutputProposal)
getL2OutputIndexAfter(uint256 _l2BlockNumber) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address _admin)
implementation() returns (address)
upgradeTo(address _implementation)
upgradeToAndCall(address _implementation, bytes _data) payable returns (bytes)
deleteL2Outputs(uint256 _l2OutputIndex)
initialize(uint256 _submissionInterval, uint256 _l2BlockTime, uint256 _startingBlockNumber, uint256 _startingTimestamp, address _proposer, address _challenger, uint256 _finalizationPeriodSeconds)
proposeL2Output(bytes32 _outputRoot, uint256 _l2BlockNumber, bytes32 _l1BlockHash, uint256 _l1BlockNumber) payable
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OutputProposed(bytes32 indexed outputRoot, uint256 indexed l2OutputIndex, uint256 indexed l2BlockNumber, uint256 l1Timestamp)
OutputsDeleted(uint256 indexed prevNextOutputIndex, uint256 indexed newNextOutputIndex)
constructor(address _admin)
fallback()
receive()
This contract contains no error objects.