TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 580,253 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
0x8315…ed3a
0x5ef0…ba35
-
variable spans 3 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HQG | ERC-20 | 0.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20332226 | 4 months ago | | | 0 | 0.00043163014 | |
| 20328225 | 4 months ago | | | 0 | 0.00030084952 | |
| 20327195 | 4 months ago | | | 0 | 0.00043272374 | |
| 20327194 | 4 months ago | | | 0 | 0.00043602646 | |
| 20327159 | 4 months ago | | | 0 | 0.00047710950 | |
| 20134537 | 5 months ago | | | 0 | 0.015203222 | |
| 20134481 | 5 months ago | | | 0 | 0.017722783 | |
| 20134474 | 5 months ago | | | 0 | 0.018645891 | |
| 20134467 | 5 months ago | | | 0 | 0.017935475 | |
| 20134459 | 5 months ago | | | 0 | 0.018791139 |
ABI
ABI objects
Getter at block 21241366
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)
746353
batchPosterManager() view returns (address)
0xd0fda6925f502a3a94986dfe7c92fe19ebbd679b
bridge() view returns (address)
0x8315177ab297ba92a06054ce80a67ed4dbd7ed3a
isUsingFeeToken() view returns (bool)
false
maxDataSize() view returns (uint256)
117964
maxTimeVariation() view returns (uint256, uint256, uint256, uint256)
(5760, 64, 86400, 768)
reader4844() view returns (address)
0xb5f6951ab2504442c3f6dd37ff1e1d1d253c5097
rollup() view returns (address)
0x5ef0d09d1e6204141b4d37530808ed19f60fba35
totalDelayedMessagesRead() view returns (uint256)
1764821
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)
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()