Proxy
Verified contract
Proxy
Active on
Ethereum with 13,909 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) |
---|---|---|---|---|---|---|---|
| 21094263 | 14 minutes ago | | | 0 | 0.0014208591 | |
| 21094260 | 15 minutes ago | | | 0 | 0.0074740734 | |
| 21094158 | 35 minutes ago | | | 0 | 0.0018908398 | |
| 21094156 | 36 minutes ago | | | 0 | 0.010230721 | |
| 21094056 | an hour ago | | | 0 | 0.0019875730 | |
| 21094054 | an hour ago | | | 0 | 0.0094564711 | |
| 21093954 | an hour ago | | | 0 | 0.0016723301 | |
| 21093952 | an hour ago | | | 0 | 0.0072098617 | |
| 21093854 | 2 hours ago | | | 0 | 0.0018172930 | |
| 21093851 | 2 hours ago | | | 0 | 0.0086550015 |
ABI
ABI objects
Getter at block 21094333
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)
5271870
latestOutputIndex() view returns (uint256)
13896
nextBlockNumber() view returns (uint256)
5271871
nextOutputIndex() view returns (uint256)
13897
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()