This contract is being backfilled. You may encounter incomplete storage history.

TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 1 txns
Deployed by via 0x5c5a6d27 at 15016829
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $35,424,021.76
ERC-20
--
0xc2947c3bfddada3a75ea8a4876f5ac6e5472faf0f625e46c9787365311f371a9
From

Functions
Getter at block 20793066
activeOutbox(view returns (address)
0x0000000000000000000000000000000000000000
delayedMessageCount(view returns (uint256)
365724
rollup(view returns (address)
0xfb209827c58283535b744575e11953dcc4bead88
sequencerInbox(view returns (address)
0x211e1c4c7f1bf5351ac850ed10fd68cffcf6c21b
sequencerMessageCount(view returns (uint256)
120614
sequencerReportedSubMessageCount(view returns (uint256)
76560496
Read-only
allowedDelayedInboxList(uint256view returns (address)
allowedDelayedInboxes(address inboxview returns (bool)
allowedOutboxList(uint256view returns (address)
allowedOutboxes(address outboxview returns (bool)
delayedInboxAccs(uint256view returns (bytes32)
sequencerInboxAccs(uint256view returns (bytes32)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
acceptFundsFromOldBridge(payable 
enqueueDelayedMessage(uint8 kindaddress senderbytes32 messageDataHashpayable returns (uint256)
enqueueSequencerMessage(bytes32 dataHashuint256 afterDelayedMessagesReaduint256 prevMessageCountuint256 newMessageCountreturns (uint256 seqMessageIndexbytes32 beforeAccbytes32 delayedAccbytes32 acc)
executeCall(address touint256 valuebytes datareturns (bool successbytes returnData)
initialize(address rollup_
setDelayedInbox(address inboxbool enabled
setOutbox(address outboxbool enabled
setSequencerInbox(address _sequencerInbox
setSequencerReportedSubMessageCount(uint256 newMsgCount
submitBatchSpendingReport(address senderbytes32 messageDataHashreturns (uint256)
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
BridgeCallTriggered(address indexed outboxaddress indexed touint256 valuebytes data
InboxToggle(address indexed inboxbool enabled
MessageDelivered(uint256 indexed messageIndexbytes32 indexed beforeInboxAccaddress inboxuint8 kindaddress senderbytes32 messageDataHashuint256 baseFeeL1uint64 timestamp
OutboxToggle(address indexed outboxbool enabled
SequencerInboxUpdated(address newSequencerInbox
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
BadSequencerMessageNumber(uint256 storeduint256 received
InvalidOutboxSet(address outbox
NotContract(address addr
NotDelayedInbox(address sender
NotOutbox(address sender
NotRollupOrOwner(address senderaddress rollupaddress owner
NotSequencerInbox(address sender