Proxy
Verified contract
Proxy
Active on
Ethereum with 113 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)
No balances found for "Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18633570 | a year ago | | | 0 | 0.0021150513 | |
| 18633558 | a year ago | | | 0 | 0.0021126650 | |
| 18633546 | a year ago | | | 0 | 0.0023149157 | |
| 18633534 | a year ago | | | 0 | 0.0022489250 | |
| 18633522 | a year ago | | | 0 | 0.0022199628 | |
| 18633509 | a year ago | | | 0 | 0.0023286779 | |
| 18633496 | a year ago | | | 0 | 0.0023176528 | |
| 18633483 | a year ago | | | 0 | 0.0020331452 | |
| 18633471 | a year ago | | | 0 | 0.0022266347 | |
| 18633459 | a year ago | | | 0 | 0.0024543468 |
ABI
ABI objects
Getter at block 21312665
CHALLENGER() view returns (address)
0x5883042541b40c9ee07043fdb8cd40f0c2daa600
FINALIZATION_PERIOD_SECONDS() view returns (uint256)
12
L2_BLOCK_TIME() view returns (uint256)
2
PROPOSER() view returns (address)
0x692b7316e68f558e3391f7bed007bbdb3b50875d
SUBMISSION_INTERVAL() view returns (uint256)
120
challenger() view returns (address)
0x5883042541b40c9ee07043fdb8cd40f0c2daa600
finalizationPeriodSeconds() view returns (uint256)
12
l2BlockTime() view returns (uint256)
2
latestBlockNumber() view returns (uint256)
13560
latestOutputIndex() view returns (uint256)
112
nextBlockNumber() view returns (uint256)
13680
nextOutputIndex() view returns (uint256)
113
proposer() view returns (address)
0x692b7316e68f558e3391f7bed007bbdb3b50875d
startingBlockNumber() view returns (uint256)
0
startingTimestamp() view returns (uint256)
1700644439
submissionInterval() view returns (uint256)
120
version() view returns (string)
1.6.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 _startingBlockNumber, uint256 _startingTimestamp, address _proposer, address _challenger)
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.