Proxy
Verified contract
Proxy
Active on
Ethereum with 12,097 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 ($296.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 296.21 | $1.00 |
$296.21 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21079476 | 18 days ago | | | 0 | 0.0030661041 | |
| 21079187 | 18 days ago | | | 0 | 0.0029489066 | |
| 21078901 | 18 days ago | | | 0 | 0.0014741963 | |
| 21078592 | 18 days ago | | | 0 | 0.00095185542 | |
| 21078302 | 18 days ago | | | 0 | 0.00084316979 | |
| 21077985 | 18 days ago | | | 0 | 0.00096187066 | |
| 21077702 | 18 days ago | | | 0 | 0.0013412975 | |
| 21077415 | 18 days ago | | | 0 | 0.0010949791 | |
| 21077099 | 18 days ago | | | 0 | 0.0010618025 | |
| 21076811 | 18 days ago | | | 0 | 0.00091613832 |
ABI
ABI objects
Getter at block 21205267
CHALLENGER() view returns (address)
0x6f8c5ba3f59ea3e76300e3becdc231d656017824
FINALIZATION_PERIOD_SECONDS() view returns (uint256)
604800
L2_BLOCK_TIME() view returns (uint256)
2
PROPOSER() view returns (address)
0x642229f238fb9de03374be34b0ed8d9de80752c5
SUBMISSION_INTERVAL() view returns (uint256)
1800
challenger() view returns (address)
0x6f8c5ba3f59ea3e76300e3becdc231d656017824
finalizationPeriodSeconds() view returns (uint256)
604800
l2BlockTime() view returns (uint256)
2
latestBlockNumber() view returns (uint256)
21756600
latestOutputIndex() view returns (uint256)
12086
nextBlockNumber() view returns (uint256)
21758400
nextOutputIndex() view returns (uint256)
12087
proposer() view returns (address)
0x642229f238fb9de03374be34b0ed8d9de80752c5
startingBlockNumber() view returns (uint256)
0
startingTimestamp() view returns (uint256)
1686789348
submissionInterval() view returns (uint256)
1800
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.