TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 242,408 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
0xc1eb…76bd
0x211e…c21b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MAPS | ERC-20 | 1.395999K | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152039 | 20 hours ago | | | 0.01 | 0.00055791665 | |
| 21152039 | 20 hours ago | | | 0.01 | 0.00055791665 | |
| 21148110 | a day ago | | | 0.01 | 0.00067379961 | |
| 21148060 | a day ago | | | 0.01 | 0.00046669369 | |
| 21140179 | 2 days ago | | | 0.008 | 0.0011104321 | |
| 21138135 | 3 days ago | | | 0.0005 | 0.0025213668 | |
| 21126408 | 4 days ago | | | 0.01 | 0.0030596326 | |
| 21119025 | 5 days ago | | | 0.01 | 0.00038010652 | |
| 21111956 | 6 days ago | | | 0.15 | 0.00044722300 | |
| 21109538 | 7 days ago | | | 0.0003 | 0.00041088070 |
ABI
ABI objects
Getter at block 21157950
allowListEnabled() view returns (bool)
false
bridge() view returns (address)
0xc1ebd02f738644983b6c4b2d440b8e77dde276bd
paused() view returns (bool)
false
sequencerInbox() view returns (address)
0x211e1c4c7f1bf5351ac850ed10fd68cffcf6c21b
Read-only
calculateRetryableSubmissionFee(uint256 dataLength, uint256 baseFee) view 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, bytes data) payable returns (uint256)
createRetryableTicketNoRefundAliasRewrite(address to, uint256 l2CallValue, uint256 maxSubmissionCost, address excessFeeRefundAddress, address callValueRefundAddress, uint256 gasLimit, uint256 maxFeePerGas, bytes data) payable returns (uint256)
depositEth() payable returns (uint256)
depositEth(uint256) payable returns (uint256)
initialize(address _bridge, address _sequencerInbox)
pause()
postUpgradeInit(address)
sendContractTransaction(uint256 gasLimit, uint256 maxFeePerGas, address to, uint256 value, bytes data) returns (uint256)
sendL1FundedContractTransaction(uint256 gasLimit, uint256 maxFeePerGas, address to, bytes data) payable returns (uint256)
sendL1FundedUnsignedTransaction(uint256 gasLimit, uint256 maxFeePerGas, uint256 nonce, address to, bytes data) payable returns (uint256)
sendL1FundedUnsignedTransactionToFork(uint256 gasLimit, uint256 maxFeePerGas, uint256 nonce, address to, bytes data) payable 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)
sendUnsignedTransactionToFork(uint256 gasLimit, uint256 maxFeePerGas, uint256 nonce, address to, uint256 value, bytes data) returns (uint256)
sendWithdrawEthToFork(uint256 gasLimit, uint256 maxFeePerGas, uint256 nonce, uint256 value, address withdrawTo) 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, bytes data) payable 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)
InsufficientSubmissionCost(uint256 expected, uint256 actual)
InsufficientValue(uint256 expected, uint256 actual)
L1Forked()
NotAllowedOrigin(address origin)
NotForked()
NotOrigin()
NotOwner(address sender, address owner)
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)