TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 54 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
0x5ef0…ba35
Balances ($3,799,973,067.23)
Native
Value
$3,799,973,062.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.102173M | $3,447.71 |
$3,799,973,062.19 | |
ZYGO | ERC-20 | 6.5K | $0.000724 |
$4.71 | |
MAGA | ERC-20 | 4.571012K | $0.000061 |
$0.28 | |
SHEESHA | ERC-20 | 0.01 | $3.98 |
$0.04 | |
TSUKA | ERC-20 | 1 | $0.011402 |
$0.01 | |
APU | ERC-20 | 1 | $0.000873 |
$0 | |
GNO | ERC-20 | 0.000001 | $271.24 |
$0 | |
똥코인 | ERC-20 | 6.9 | -- | -- | |
stETH | ERC-20 | 0 | $3,446.71 |
$0 | |
GDOGE | ERC-20 | 1B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168962 | 14 days ago | | | 0.002 | 0.00055358800 | |
| 21168735 | 14 days ago | | | 0.002 | 0.00067889335 | |
| 21168718 | 14 days ago | | | 0.002 | 0.00071758290 | |
| 20546613 | 3 months ago | | | 0 | 0.000029868844 | |
| 20546577 | 3 months ago | | | <0.00000001 | 0.000030630942 | |
| 20546545 | 3 months ago | | | 0 | 0.000033052885 | |
| 20546522 | 3 months ago | | | 0 | 0.000031679567 | |
| 20546517 | 3 months ago | | | 0 | 0.000030539970 | |
| 20546489 | 3 months ago | | | 0 | 0.000030964384 | |
| 20546480 | 3 months ago | | | <0.00000001 | 0.000029866055 |
ABI
ABI objects
Getter at block 21269116
activeOutbox() view returns (address)
0x0000000000000000000000000000000000000000
delayedMessageCount() view returns (uint256)
1769807
rollup() view returns (address)
0x5ef0d09d1e6204141b4d37530808ed19f60fba35
sequencerInbox() view returns (address)
0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6
sequencerMessageCount() view returns (uint256)
749983
sequencerReportedSubMessageCount() view returns (uint256)
256160393
Read-only
allowedDelayedInboxList(uint256) view returns (address)
allowedDelayedInboxes(address inbox) view returns (bool)
allowedOutboxList(uint256) view returns (address)
allowedOutboxes(address outbox) view returns (bool)
delayedInboxAccs(uint256) view returns (bytes32)
sequencerInboxAccs(uint256) view returns (bytes32)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptFundsFromOldBridge() payable
enqueueDelayedMessage(uint8 kind, address sender, bytes32 messageDataHash) payable returns (uint256)
enqueueSequencerMessage(bytes32 dataHash, uint256 afterDelayedMessagesRead, uint256 prevMessageCount, uint256 newMessageCount) returns (uint256 seqMessageIndex, bytes32 beforeAcc, bytes32 delayedAcc, bytes32 acc)
executeCall(address to, uint256 value, bytes data) returns (bool success, bytes returnData)
initialize(address rollup_)
setDelayedInbox(address inbox, bool enabled)
setOutbox(address outbox, bool enabled)
setSequencerInbox(address _sequencerInbox)
setSequencerReportedSubMessageCount(uint256 newMsgCount)
submitBatchSpendingReport(address sender, bytes32 messageDataHash) returns (uint256)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
BridgeCallTriggered(address indexed outbox, address indexed to, uint256 value, bytes data)
InboxToggle(address indexed inbox, bool enabled)
MessageDelivered(uint256 indexed messageIndex, bytes32 indexed beforeInboxAcc, address inbox, uint8 kind, address sender, bytes32 messageDataHash, uint256 baseFeeL1, uint64 timestamp)
OutboxToggle(address indexed outbox, bool enabled)
SequencerInboxUpdated(address newSequencerInbox)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
BadSequencerMessageNumber(uint256 stored, uint256 received)
InvalidOutboxSet(address outbox)
NotContract(address addr)
NotDelayedInbox(address sender)
NotOutbox(address sender)
NotRollupOrOwner(address sender, address rollup, address owner)
NotSequencerInbox(address sender)