Proxy
Verified contract
Proxy
Active on
Ethereum with 3,072 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) |
---|---|---|---|---|---|---|---|
| 21287005 | 32 minutes ago | | | 0 | 0.0015339585 | |
| 21286751 | an hour ago | | | 0 | 0.0011305944 | |
| 21286498 | 2 hours ago | | | 0 | 0.0010560983 | |
| 21286024 | 4 hours ago | | | 0 | 0.00073666876 | |
| 21285768 | 5 hours ago | | | 0 | 0.00083639859 | |
| 21285546 | 5 hours ago | | | 0 | 0.00082410756 | |
| 21285289 | 6 hours ago | | | 0 | 0.00082541126 | |
| 21284812 | 8 hours ago | | | 0 | 0.00082890175 | |
| 21284561 | 9 hours ago | | | 0 | 0.00084139246 | |
| 21284318 | 10 hours ago | | | 0 | 0.0010448133 |
ABI
ABI objects
Getter at block 21287161
CHALLENGER() view returns (address)
0xee1af3f99af8c5b93512fbe2a3f0dd5568ce087f
FINALIZATION_PERIOD_SECONDS() view returns (uint256)
604800
L2_BLOCK_TIME() view returns (uint256)
2
PROPOSER() view returns (address)
0x0d8a607f3d2de86add04df00f06794cb339a40de
SUBMISSION_INTERVAL() view returns (uint256)
1800
challenger() view returns (address)
0xee1af3f99af8c5b93512fbe2a3f0dd5568ce087f
finalizationPeriodSeconds() view returns (uint256)
604800
l2BlockTime() view returns (uint256)
2
latestBlockNumber() view returns (uint256)
5529600
latestOutputIndex() view returns (uint256)
3071
nextBlockNumber() view returns (uint256)
5531400
nextOutputIndex() view returns (uint256)
3072
proposer() view returns (address)
0x0d8a607f3d2de86add04df00f06794cb339a40de
startingBlockNumber() view returns (uint256)
0
startingTimestamp() view returns (uint256)
1721744471
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.