0x400f7c5dac37aaee3ce007e43db54424414743f5
Verified contract
Proxy
Active on
Base with 33 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9f90…0a8e
0x58e3…9e09
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "0x400f7c5dac37aaee3ce007e43db54424414743f5"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21829241 | 21 minutes ago | | | 0 | 0.0000059281869 | |
| 21827953 | an hour ago | | | 0 | 0.0000059288375 | |
| 21826603 | 2 hours ago | | | 0 | 0.0000059294880 | |
| 21825246 | 3 hours ago | | | 0 | 0.0000059288375 | |
| 21824155 | 3 hours ago | | | 0 | 0.0000059288375 | |
| 21823052 | 4 hours ago | | | 0 | 0.0000059288375 | |
| 21821197 | 5 hours ago | | | 0 | 0.0000059281869 | |
| 21819459 | 6 hours ago | | | 0 | 0.0000059288375 | |
| 21817347 | 7 hours ago | | | 0 | 0.0000059288375 | |
| 21815066 | 8 hours ago | | | 0 | 0.0000059281869 |
ABI
ABI objects
Getter at block 21829882
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
batchCount() view returns (uint256)
34
batchPosterManager() view returns (address)
0x0000000000000000000000000000000000000000
bridge() view returns (address)
0x9f904fea0eff79708b37b99960e05900fe310a8e
isUsingFeeToken() view returns (bool)
true
maxDataSize() view returns (uint256)
104857
maxTimeVariation() view returns (uint256, uint256, uint256, uint256)
(172800, 1800, 345600, 3600)
reader4844() view returns (address)
0x000000000000000000000000000000000000dead
rollup() view returns (address)
0x58e3fe88b1e8a7e2d578000acd9c6d5989fe9e09
totalDelayedMessagesRead() view returns (uint256)
283
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)
This contract contains no constructor objects.
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()