SequencerInbox
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
18
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "SequencerInbox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SequencerInbox"
ABI
ABI objects
Getter at block 20793000 batchCount() view returns (uint256)
BROTLI_MESSAGE_HEADER_FLAG() view returns (bytes1)
0x00
DAS_MESSAGE_HEADER_FLAG() view returns (bytes1)
0x80
DATA_AUTHENTICATED_FLAG() view returns (bytes1)
0x40
DATA_BLOB_HEADER_FLAG() view returns (bytes1)
0x50
HEADER_LENGTH() view returns (uint256)
40
TREE_DAS_MESSAGE_HEADER_FLAG() view returns (bytes1)
0x08
ZERO_HEAVY_MESSAGE_HEADER_FLAG() view returns (bytes1)
0x20
batchPosterManager() view returns (address)
0x0000000000000000000000000000000000000000
bridge() view returns (address)
0x0000000000000000000000000000000000000000
isUsingFeeToken() view returns (bool)
true
maxDataSize() view returns (uint256)
117964
maxTimeVariation() view returns (uint256, uint256, uint256, uint256)
(0, 0, 0, 0)
reader4844() view returns (address)
0x7deda2425ec2d4ea0df689a78de2fbf002075576
rollup() view returns (address)
0x0000000000000000000000000000000000000000
totalDelayedMessagesRead() view returns (uint256)
0
Read-only
addSequencerL2BatchFromOrigin(uint256, bytes, uint256, address) pure
dasKeySetInfo(bytes32) view returns (bool isValidKeyset, uint64 creationBlock)
getKeysetCreationBlock(bytes32 ksHash) view returns (uint256)
inboxAccs(uint256 index) view returns (bytes32)
isBatchPoster(address) view returns (bool)
isSequencer(address) view returns (bool)
isValidKeysetHash(bytes32 ksHash) view returns (bool)
State-modifying
Events addSequencerL2Batch(uint256 sequenceNumber, bytes data, uint256 afterDelayedMessagesRead, address gasRefunder, uint256 prevMessageCount, uint256 newMessageCount)
addSequencerL2BatchFromBlobs(uint256 sequenceNumber, uint256 afterDelayedMessagesRead, address gasRefunder, uint256 prevMessageCount, uint256 newMessageCount)
addSequencerL2BatchFromOrigin(uint256 sequenceNumber, bytes data, uint256 afterDelayedMessagesRead, address gasRefunder, uint256 prevMessageCount, uint256 newMessageCount)
forceInclusion(uint256 _totalDelayedMessagesRead, uint8 kind, uint64[2] l1BlockAndTime, uint256 baseFeeL1, address sender, bytes32 messageDataHash)
initialize(address bridge_, struct ISequencerInboxMaxTimeVariation maxTimeVariation_)
invalidateKeysetHash(bytes32 ksHash)
postUpgradeInit()
removeDelayAfterFork()
setBatchPosterManager(address newBatchPosterManager)
setIsBatchPoster(address addr, bool isBatchPoster_)
setIsSequencer(address addr, bool isSequencer_)
setMaxTimeVariation(struct ISequencerInboxMaxTimeVariation maxTimeVariation_)
setValidKeyset(bytes keysetBytes)
updateRollupAddress()
InboxMessageDelivered(uint256 indexed messageNum, bytes data)
InboxMessageDeliveredFromOrigin(uint256 indexed messageNum)
InvalidateKeyset(bytes32 indexed keysetHash)
OwnerFunctionCalled(uint256 indexed id)
SequencerBatchData(uint256 indexed batchSequenceNumber, bytes data)
SequencerBatchDelivered(uint256 indexed batchSequenceNumber, bytes32 indexed beforeAcc, bytes32 indexed afterAcc, bytes32 delayedAcc, uint256 afterDelayedMessagesRead, struct IBridgeTimeBounds timeBounds, uint8 dataLocation)
SetValidKeyset(bytes32 indexed keysetHash, bytes keysetBytes)
constructor(uint256 _maxDataSize, address reader4844_, bool _isUsingFeeToken)
This contract contains no fallback and receive objects.
AlreadyInit()
AlreadyValidDASKeyset(bytes32 arg0)
BadMaxTimeVariation()
BadPostUpgradeInit()
BadSequencerNumber(uint256 stored, uint256 received)
DataBlobsNotSupported()
DataTooLarge(uint256 dataLength, uint256 maxDataLength)
DelayedBackwards()
DelayedTooFar()
Deprecated()
ForceIncludeBlockTooSoon()
ForceIncludeTimeTooSoon()
HadZeroInit()
IncorrectMessagePreimage()
InitParamZero(string name)
InvalidHeaderFlag(bytes1 arg0)
MissingDataHashes()
NativeTokenMismatch()
NoSuchKeyset(bytes32 arg0)
NotBatchPoster()
NotBatchPosterManager(address arg0)
NotForked()
NotOrigin()
NotOwner(address sender, address owner)
RollupNotChanged()