TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum
Unified storage
Map
Table
Raw
Constants and immutables
2
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
0x8315…ed3a
Balances ($19,247.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.104832 | $98,515.00 |
$10,327.53 | |
LPT | ERC-20 | 333.584177 | $10.61 |
$3,539.33 | |
POND | ERC-20 | 167.72786K | $0.017491 |
$2,933.72 | |
USDT | ERC-20 | 1.829K | $1.001 |
$1,830.83 | |
ARB | ERC-20 | 389.472483 | $0.78202 |
$304.58 | |
STG | ERC-20 | 576 | $0.317501 |
$182.88 | |
POLS | ERC-20 | 290 | $0.319324 |
$92.6 | |
SPA | ERC-20 | 1.795K | $0.00825 |
$14.81 | |
MATIC | ERC-20 | 30 | $0.462584 |
$13.88 | |
MAGIC | ERC-20 | 9.219722 | $0.423187 |
$3.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243050 | 16 minutes ago | | | 0.25194411 | 0.00081181861 | |
| 21243048 | 16 minutes ago | | | 0.012 | 0.00092799205 | |
| 21243026 | 21 minutes ago | | | 15 | 0.00089929036 | |
| 21243025 | 21 minutes ago | | | 0.3 | 0.00090333996 | |
| 21243013 | 23 minutes ago | | | 0.041 | 0.00093750332 | |
| 21242993 | 27 minutes ago | | | 0.47345659 | 0.00091362374 | |
| 21242989 | 28 minutes ago | | | 0.001 | 0.00076006972 | |
| 21242968 | 32 minutes ago | | | 1400 | 0.00094933237 | |
| 21242879 | an hour ago | | | 0.004 | 0.0010402943 | |
| 21242834 | an hour ago | | | 0.10005845 | 0.0011727560 |
ABI
ABI objects
Getter at block 21243127
allowListEnabled() view returns (bool)
false
bridge() view returns (address)
0x8315177ab297ba92a06054ce80a67ed4dbd7ed3a
paused() view returns (bool)
false
sequencerInbox() view returns (address)
0x1c479675ad559dc151f6ec7ed3fbf8cee79582b6
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)
uniswapCreateRetryableTicket(address to, uint256 l2CallValue, uint256 maxSubmissionCost, address excessFeeRefundAddress, address callValueRefundAddress, uint256 gasLimit, uint256 maxFeePerGas, bytes data) payable returns (uint256)
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)
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)
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)