Proxy
Verified contract
Proxy
Active on
Ethereum with 3,710 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) |
---|---|---|---|---|---|---|---|
| 21277641 | 3 minutes ago | | | 0 | 0.0012040898 | |
| 21277355 | an hour ago | | | 0 | 0.00067848465 | |
| 21277100 | 2 hours ago | | | 0 | 0.00075039766 | |
| 21276972 | 2 hours ago | | | 0 | 0.00077541590 | |
| 21276811 | 3 hours ago | | | 0 | 0.00080160568 | |
| 21276624 | 3 hours ago | | | 0 | 0.00072546395 | |
| 21276432 | 4 hours ago | | | 0 | 0.00082682326 | |
| 21276081 | 5 hours ago | | | 0 | 0.00085029815 | |
| 21275256 | 8 hours ago | | | 0 | 0.00077621923 | |
| 21274937 | 9 hours ago | | | 0 | 0.00089692753 |
ABI
ABI objects
Getter at block 21277656
CHALLENGER() view returns (address)
0xb2aa0c2c4fd6bfcbf699d4c787cd6cc0dc461a9d
FINALIZATION_PERIOD_SECONDS() view returns (uint256)
604800
L2_BLOCK_TIME() view returns (uint256)
2
PROPOSER() view returns (address)
0x2307278fc8ab0005974a6ded2fa6d1187333a223
SUBMISSION_INTERVAL() view returns (uint256)
1800
challenger() view returns (address)
0xb2aa0c2c4fd6bfcbf699d4c787cd6cc0dc461a9d
finalizationPeriodSeconds() view returns (uint256)
604800
l2BlockTime() view returns (uint256)
2
latestBlockNumber() view returns (uint256)
6678000
latestOutputIndex() view returns (uint256)
3709
nextBlockNumber() view returns (uint256)
6679800
nextOutputIndex() view returns (uint256)
3710
proposer() view returns (address)
0x2307278fc8ab0005974a6ded2fa6d1187333a223
startingBlockNumber() view returns (uint256)
0
startingTimestamp() view returns (uint256)
1719335639
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.