SequencerInbox
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
3
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 "SequencerInbox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15413157 | 2 years ago | | | 0 | 0.00047479061 |
ABI
ABI objects
Getter at block 21123311 postUpgradeInit() view
delayedInbox() view returns (address)
0x0000000000000000000000000000000000000000
getInboxAccsLength() view returns (uint256)
0
isMaster() view returns (bool)
true
isNitroReady() pure returns (uint256)
42167
isShutdownForNitro() view returns (bool)
false
maxDelayBlocks() view returns (uint256)
0
maxDelaySeconds() view returns (uint256)
0
messageCount() view returns (uint256)
0
rollup() view returns (address)
0x0000000000000000000000000000000000000000
sequencer() view returns (address)
0x0000000000000000000000000000000000000000
totalDelayedMessagesRead() view returns (uint256)
0
Read-only
inboxAccs(uint256) view returns (bytes32)
isSequencer(address) view returns (bool)
proveBatchContainsSequenceNumber(bytes proof, uint256 _messageCount) view returns (uint256, bytes32)
proveInboxContainsMessage(bytes proof, uint256 _messageCount) view returns (uint256, bytes32)
State-modifying
Events addSequencerL2Batch(bytes transactions, uint256[] lengths, uint256[] sectionsMetadata, bytes32 afterAcc)
addSequencerL2BatchFromOrigin(bytes transactions, uint256[] lengths, uint256[] sectionsMetadata, bytes32 afterAcc)
addSequencerL2BatchFromOriginWithGasRefunder(bytes transactions, uint256[] lengths, uint256[] sectionsMetadata, bytes32 afterAcc, address gasRefunder)
forceInclusion(uint256 _totalDelayedMessagesRead, uint8 kind, uint256[2] l1BlockAndTimestamp, uint256 inboxSeqNum, uint256 gasPriceL1, address sender, bytes32 messageDataHash, bytes32 delayedAcc)
initialize(address _delayedInbox, address _sequencer, address _rollup)
setIsSequencer(address addr, bool newIsSequencer)
setMaxDelay(uint256 newMaxDelayBlocks, uint256 newMaxDelaySeconds)
shutdownForNitro(uint256 _totalDelayedMessagesRead, bytes32 delayedAcc)
undoShutdownForNitro()
DelayedInboxForced(uint256 indexed firstMessageNum, bytes32 indexed beforeAcc, uint256 newMessageCount, uint256 totalDelayedMessagesRead, bytes32[2] afterAccAndDelayed, uint256 seqBatchIndex)
IsSequencerUpdated(address addr, bool isSequencer)
MaxDelayUpdated(uint256 newMaxDelayBlocks, uint256 newMaxDelaySeconds)
SequencerBatchDelivered(uint256 indexed firstMessageNum, bytes32 indexed beforeAcc, uint256 newMessageCount, bytes32 afterAcc, bytes transactions, uint256[] lengths, uint256[] sectionsMetadata, uint256 seqBatchIndex, address sequencer)
SequencerBatchDeliveredFromOrigin(uint256 indexed firstMessageNum, bytes32 indexed beforeAcc, uint256 newMessageCount, bytes32 afterAcc, uint256 seqBatchIndex)
ShutdownForNitroSet(bool shutdown)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.