Proxy
Verified contract
Proxy
Active on
Ethereum with 8,880 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) |
---|---|---|---|---|---|---|---|
| 20062434 | 5 months ago | | | 0 | 0.0018611851 | |
| 20062146 | 5 months ago | | | 0 | 0.0017091130 | |
| 20061859 | 5 months ago | | | 0 | 0.0011810889 | |
| 20061542 | 5 months ago | | | 0 | 0.00086780818 | |
| 20061256 | 5 months ago | | | 0 | 0.00050904631 | |
| 20060953 | 5 months ago | | | 0 | 0.00056084525 | |
| 20060634 | 5 months ago | | | 0 | 0.00054265373 | |
| 20060348 | 5 months ago | | | 0 | 0.00046477075 | |
| 20060030 | 5 months ago | | | 0 | 0.00057629227 | |
| 20059742 | 5 months ago | | | 0 | 0.00059575310 |
ABI
ABI objects
Getter at block 21247091
CHALLENGER() view returns (address)
0x9ba6e03d8b90de867373db8cf1a58d2f7f006b3a
FINALIZATION_PERIOD_SECONDS() view returns (uint256)
604800
L2_BLOCK_TIME() view returns (uint256)
2
PROPOSER() view returns (address)
0x473300df21d047806a082244b417f96b32f13a33
SUBMISSION_INTERVAL() view returns (uint256)
1800
challenger() view returns (address)
0x9ba6e03d8b90de867373db8cf1a58d2f7f006b3a
finalizationPeriodSeconds() view returns (uint256)
604800
l2BlockTime() view returns (uint256)
2
latestBlockNumber() view returns (uint256)
121217263
latestOutputIndex() view returns (uint256)
8878
nextBlockNumber() view returns (uint256)
121219063
nextOutputIndex() view returns (uint256)
8879
proposer() view returns (address)
0x473300df21d047806a082244b417f96b32f13a33
startingBlockNumber() view returns (uint256)
105235063
startingTimestamp() view returns (uint256)
1686068903
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.