Proxy
Verified contract
Proxy
Active on
Ethereum with 850 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) |
---|---|---|---|---|---|---|---|
| 21255846 | 2 minutes ago | | | 0 | 0.00087612562 | |
| 21254698 | 4 hours ago | | | 0 | 0.00095816028 | |
| 21253549 | 8 hours ago | | | 0 | 0.00085388012 | |
| 21252247 | 12 hours ago | | | 0 | 0.0014201930 | |
| 21251100 | 16 hours ago | | | 0 | 0.0024082717 | |
| 21249954 | 20 hours ago | | | 0 | 0.0010034783 | |
| 21248672 | a day ago | | | 0 | 0.00097728068 | |
| 21247524 | a day ago | | | 0 | 0.0011877604 | |
| 21246350 | a day ago | | | 0 | 0.0013622089 | |
| 21245040 | 2 days ago | | | 0 | 0.0012395323 |
ABI
ABI objects
Getter at block 21255852
CHALLENGER() view returns (address)
0xeaef78836bab6dde5c9b50471e14a4776a02db6c
FINALIZATION_PERIOD_SECONDS() view returns (uint256)
604800
L2_BLOCK_TIME() view returns (uint256)
2
PROPOSER() view returns (address)
0xaedb649a3eeaf89c14cce2be6fb08aa23407ff1f
SUBMISSION_INTERVAL() view returns (uint256)
7200
challenger() view returns (address)
0xeaef78836bab6dde5c9b50471e14a4776a02db6c
finalizationPeriodSeconds() view returns (uint256)
604800
l2BlockTime() view returns (uint256)
2
latestBlockNumber() view returns (uint256)
6120000
latestOutputIndex() view returns (uint256)
849
nextBlockNumber() view returns (uint256)
6127200
nextOutputIndex() view returns (uint256)
850
proposer() view returns (address)
0xaedb649a3eeaf89c14cce2be6fb08aa23407ff1f
startingBlockNumber() view returns (uint256)
0
startingTimestamp() view returns (uint256)
1720188503
submissionInterval() view returns (uint256)
7200
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.