TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 31,729 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xefef…cb9c
0xd34f…9143
-
variable spans 3 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000742 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22748631 | 7 hours ago | | | 0 | 0.0000012849830 | |
| 22728578 | 18 hours ago | | | 0 | 0.0000012849830 | |
| 22715731 | a day ago | | | 0 | 0.0000012847011 | |
| 22694147 | 2 days ago | | | 0 | 0.0000012848420 | |
| 22672542 | 2 days ago | | | 0 | 0.0000012848420 | |
| 22650944 | 3 days ago | | | 0 | 0.0000012849830 | |
| 22629347 | 3 days ago | | | 0 | 0.0000012849830 | |
| 22607756 | 4 days ago | | | 0 | 0.0000012848420 | |
| 22586207 | 4 days ago | | | 0 | 0.0000012847011 | |
| 22564633 | 5 days ago | | | 0 | 0.0000012847011 |
ABI
ABI objects
Getter at block 22761251
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)
31730
batchPosterManager() view returns (address)
0x0000000000000000000000000000000000000000
bridge() view returns (address)
0xefef4558802bf373ce3307189c79a9cab0a4cb9c
isUsingFeeToken() view returns (bool)
true
maxDataSize() view returns (uint256)
104857
maxTimeVariation() view returns (uint256, uint256, uint256, uint256)
(3456000, 48, 86400000, 3600)
reader4844() view returns (address)
0xb48e4a4b8ec04c9f1819302fd370f5b3797c638c
rollup() view returns (address)
0xd34f3a11f10db069173b32d84f02eda578709143
totalDelayedMessagesRead() view returns (uint256)
148059
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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(address _logic, address admin_, bytes _data)
fallback()
receive()
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()