L2OutputOracle
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
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 "L2OutputOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "L2OutputOracle"
ABI
ABI objects
Getter at block 20794514 latestOutputIndex() view returns (uint256)
CHALLENGER() view returns (address)
0x0000000000000000000000000000000000000000
FINALIZATION_PERIOD_SECONDS() view returns (uint256)
0
L2_BLOCK_TIME() view returns (uint256)
1
PROPOSER() view returns (address)
0x0000000000000000000000000000000000000000
SUBMISSION_INTERVAL() view returns (uint256)
1
challenger() view returns (address)
0x0000000000000000000000000000000000000000
finalizationPeriodSeconds() view returns (uint256)
0
l2BlockTime() view returns (uint256)
1
latestBlockNumber() view returns (uint256)
0
nextBlockNumber() view returns (uint256)
1
nextOutputIndex() view returns (uint256)
0
proposer() view returns (address)
0x0000000000000000000000000000000000000000
startingBlockNumber() view returns (uint256)
0
startingTimestamp() view returns (uint256)
0
submissionInterval() view returns (uint256)
1
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 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
Initialized(uint8 version)
OutputProposed(bytes32 indexed outputRoot, uint256 indexed l2OutputIndex, uint256 indexed l2BlockNumber, uint256 l1Timestamp)
OutputsDeleted(uint256 indexed prevNextOutputIndex, uint256 indexed newNextOutputIndex)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.