TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 738 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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0xefef…cb9c
-
variable spans 46 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Claim: degentoon.com | ERC-20 | 149.9K | -- | -- | |
Claim: roostdrop.com | ERC-20 | 34.9K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22644492 | 3 days ago | | | 0 | 6.9999629e-7 | |
| 22643730 | 3 days ago | | | 0 | 7.8834556e-7 | |
| 22643707 | 3 days ago | | | 0 | 7.2712895e-7 | |
| 22583686 | 4 days ago | | | 0 | 0.000000802273997408 | |
| 22583659 | 4 days ago | | | 0 | 7.8990053e-7 | |
| 21402844 | a month ago | | | 0 | 0.0000013120450 | |
| 14401532 | 6 months ago | | | 0 | 0.00017321399 | |
| 13469590 | 7 months ago | | | 0 | 0.0000020575276 | |
| 13469530 | 7 months ago | | | 0 | 0.0000019342903 | |
| 13469500 | 7 months ago | | | 0 | 0.0000020855282 |
ABI
ABI objects
Getter at block 22760722
allowListEnabled() view returns (bool)
false
bridge() view returns (address)
0xefef4558802bf373ce3307189c79a9cab0a4cb9c
getProxyAdmin() view returns (address)
0xfb48d385fa3da33762b350e1d705b9e46054e677
maxDataSize() view returns (uint256)
104857
paused() view returns (bool)
false
sequencerInbox() view returns (address)
0x6216dd1ee27c5acec7427052d3ecdc98e2bc2221
Read-only
calculateRetryableSubmissionFee(uint256, uint256) pure returns (uint256)
isAllowed(address) 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
createRetryableTicket(address to, uint256 l2CallValue, uint256 maxSubmissionCost, address excessFeeRefundAddress, address callValueRefundAddress, uint256 gasLimit, uint256 maxFeePerGas, uint256 tokenTotalFeeAmount, bytes data) returns (uint256)
depositERC20(uint256 amount) returns (uint256)
initialize(address _bridge, address _sequencerInbox)
pause()
sendContractTransaction(uint256 gasLimit, uint256 maxFeePerGas, address to, uint256 value, bytes data) returns (uint256)
sendL2Message(bytes messageData) returns (uint256)
sendL2MessageFromOrigin(bytes messageData) returns (uint256)
sendUnsignedTransaction(uint256 gasLimit, uint256 maxFeePerGas, uint256 nonce, address to, uint256 value, bytes data) returns (uint256)
setAllowList(address[] user, bool[] val)
setAllowListEnabled(bool _allowListEnabled)
unpause()
unsafeCreateRetryableTicket(address to, uint256 l2CallValue, uint256 maxSubmissionCost, address excessFeeRefundAddress, address callValueRefundAddress, uint256 gasLimit, uint256 maxFeePerGas, uint256 tokenTotalFeeAmount, bytes data) returns (uint256)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AllowListAddressSet(address indexed user, bool val)
AllowListEnabledUpdated(bool isEnabled)
InboxMessageDelivered(uint256 indexed messageNum, bytes data)
InboxMessageDeliveredFromOrigin(uint256 indexed messageNum)
Paused(address account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
DataTooLarge(uint256 dataLength, uint256 maxDataLength)
GasLimitTooLarge()
InsufficientSubmissionCost(uint256 expected, uint256 actual)
InsufficientValue(uint256 expected, uint256 actual)
L1Forked()
NotAllowedOrigin(address origin)
NotOrigin()
NotRollupOrOwner(address sender, address rollup, address owner)
RetryableData(address from, address to, uint256 l2CallValue, uint256 deposit, uint256 maxSubmissionCost, address excessFeeRefundAddress, address callValueRefundAddress, uint256 gasLimit, uint256 maxFeePerGas, bytes data)