TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 52 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
0x5a65…4a90
0x1a6a…82a1
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20854337 | a month ago | | | 0 | 0.00057212802 | |
| 20847169 | 2 months ago | | | 0 | 0.00067662603 | |
| 20839997 | 2 months ago | | | 0 | 0.00094950211 | |
| 20832824 | 2 months ago | | | 0 | 0.0012471738 | |
| 20825665 | 2 months ago | | | 0 | 0.0011137125 | |
| 20818490 | 2 months ago | | | 0 | 0.0013214847 | |
| 20811328 | 2 months ago | | | 0 | 0.0014820453 | |
| 20804154 | 2 months ago | | | 0 | 0.00055113712 | |
| 20796995 | 2 months ago | | | 0 | 0.00096984479 | |
| 20789850 | 2 months ago | | | 0 | 0.0010949746 |
ABI
ABI objects
Getter at block 21176804
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)
53
batchPosterManager() view returns (address)
0x0000000000000000000000000000000000000000
bridge() view returns (address)
0x5a65e2e9d3e09bfea8cb0b77ea0218293b764a90
isUsingFeeToken() view returns (bool)
true
maxDataSize() view returns (uint256)
117964
maxTimeVariation() view returns (uint256, uint256, uint256, uint256)
(57600, 48, 864000, 3600)
reader4844() view returns (address)
0x7deda2425ec2d4ea0df689a78de2fbf002075576
rollup() view returns (address)
0x1a6a9c12699c0ee9e44ae9658528412bd9ac82a1
totalDelayedMessagesRead() view returns (uint256)
14
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()