Proxy
Verified contract
Proxy
Active on
Ethereum with 17,111 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
0x6bce…447c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FEARNOT | ERC-20 | 4.828135 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270168 | 9 minutes ago | | | 0 | 0.00065303721 | |
| 21270166 | 10 minutes ago | | | 0 | 0.0032403665 | |
| 21270035 | 36 minutes ago | | | 0 | 0.00076641528 | |
| 21270033 | 36 minutes ago | | | 0 | 0.0038586669 | |
| 21269917 | an hour ago | | | 0 | 0.00062766725 | |
| 21269914 | an hour ago | | | 0 | 0.0032862075 | |
| 21269774 | an hour ago | | | 0 | 0.00081884352 | |
| 21269772 | an hour ago | | | 0 | 0.0039281316 | |
| 21269652 | 2 hours ago | | | 0 | 0.00055128969 | |
| 21269649 | 2 hours ago | | | 0 | 0.0028346032 |
ABI
ABI objects
Getter at block 21270211
CHALLENGER() view returns (address)
0xc463eac02572cc964d43d2414023e2c6b62baf38
FINALIZATION_PERIOD_SECONDS() view returns (uint256)
18000
L2_BLOCK_TIME() view returns (uint256)
2
PROPOSER() view returns (address)
0xe8c20ea8ef100d7aa3846616e5d07a5abb067c65
SUBMISSION_INTERVAL() view returns (uint256)
1
VERIFIER() view returns (address)
0x6bce7408c0781dce7b71494274302d4b75a1447c
challenger() view returns (address)
0xc463eac02572cc964d43d2414023e2c6b62baf38
finalizationPeriodSeconds() view returns (uint256)
18000
l2BlockTime() view returns (uint256)
2
latestBlockNumber() view returns (uint256)
6332624
latestOutputIndex() view returns (uint256)
17094
nextBlockNumber() view returns (uint256)
6332625
nextOutputIndex() view returns (uint256)
17095
proposer() view returns (address)
0xe8c20ea8ef100d7aa3846616e5d07a5abb067c65
startingBlockNumber() view returns (uint256)
0
startingTimestamp() view returns (uint256)
1719935831
submissionInterval() view returns (uint256)
1
systemOwner() view returns (address)
0xc463eac02572cc964d43d2414023e2c6b62baf38
verifier() view returns (address)
0x6bce7408c0781dce7b71494274302d4b75a1447c
version() view returns (string)
1.4.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, address _verifier, uint256 _finalizationPeriodSeconds, address _systemOwner)
proposeL2Output(bytes32 _outputRoot, uint256 _l2BlockNumber, bytes32 _l1BlockHash, uint256 _l1BlockNumber, bytes _proof) payable
setFinalizationPeriodSeconds(uint256 newFinalizationPeriodLength)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint64 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()
InvalidInitialization()
NotInitializing()