Proxy
Verified contract
Proxy
Active on
Ethereum with 13,248 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) |
---|---|---|---|---|---|---|---|
| 21246229 | 10 minutes ago | | | 0 | 0.0037323863 | |
| 21245959 | an hour ago | | | 0 | 0.0070829869 | |
| 21245653 | 2 hours ago | | | 0 | 0.0036523320 | |
| 21245349 | 3 hours ago | | | 0 | 0.0028375681 | |
| 21245067 | 4 hours ago | | | 0 | 0.0048835478 | |
| 21244761 | 5 hours ago | | | 0 | 0.0039491563 | |
| 21244457 | 6 hours ago | | | 0 | 0.0042687688 | |
| 21244170 | 7 hours ago | | | 0 | 0.0028757776 | |
| 21243984 | 8 hours ago | | | 0 | 0.0037582142 | |
| 21243570 | 9 hours ago | | | 0 | 0.010235693 |
ABI
ABI objects
Getter at block 21246277
COLOSSEUM() view returns (address)
0x713c2bed44eb45d490afb8d4d1aa6f12290b829a
FINALIZATION_PERIOD_SECONDS() view returns (uint256)
604800
L2_BLOCK_TIME() view returns (uint256)
2
SUBMISSION_INTERVAL() view returns (uint256)
1800
VALIDATOR_MANAGER() view returns (address)
0x232277d9672eedd53c4b26c0f386c2eb88dc7363
VALIDATOR_POOL() view returns (address)
0xfdff462845953d90719a78fd12a2d103541d2103
latestBlockNumber() view returns (uint256)
19216800
latestOutputIndex() view returns (uint256)
10676
nextBlockNumber() view returns (uint256)
19218600
nextFinalizeOutputIndex() view returns (uint256)
10508
nextOutputIndex() view returns (uint256)
10677
nextOutputMinL2Timestamp() view returns (uint256)
1732317589
startingBlockNumber() view returns (uint256)
0
startingTimestamp() view returns (uint256)
1693880387
version() view returns (string)
1.1.0
Read-only
computeL2Timestamp(uint256 _l2BlockNumber) view returns (uint256)
finalizedAt(uint256 _outputIndex) view returns (uint256)
getL2Output(uint256 _l2OutputIndex) view returns (struct TypesCheckpointOutput)
getL2OutputAfter(uint256 _l2BlockNumber) view returns (struct TypesCheckpointOutput)
getL2OutputIndexAfter(uint256 _l2BlockNumber) view returns (uint256)
getSubmitter(uint256 _outputIndex) view returns (address)
isFinalized(uint256 _outputIndex) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address _admin)
implementation() returns (address)
upgradeTo(address _implementation)
upgradeToAndCall(address _implementation, bytes _data) payable returns (bytes)
initialize(uint256 _startingBlockNumber, uint256 _startingTimestamp)
replaceL2Output(uint256 _l2OutputIndex, bytes32 _newOutputRoot, address _submitter)
setNextFinalizeOutputIndex(uint256 _outputIndex)
submitL2Output(bytes32 _outputRoot, uint256 _l2BlockNumber, bytes32 _l1BlockHash, uint256 _l1BlockNumber) payable
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OutputReplaced(uint256 indexed outputIndex, address indexed newSubmitter, bytes32 newOutputRoot)
OutputSubmitted(bytes32 indexed outputRoot, uint256 indexed l2OutputIndex, uint256 indexed l2BlockNumber, uint256 l1Timestamp)
constructor(address _admin)
fallback()
receive()
This contract contains no error objects.