TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 5,948 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($25,220.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 23.643756K | $0.9995 |
$23,631.93 | |
BRETT | ERC-20 | 4.976527K | $0.154808 |
$770.41 | |
DEGEN | ERC-20 | 27.551956K | $0.018665 |
$514.25 | |
toby | ERC-20 | 4.330283B | $0.00 |
$194.86 | |
USDT | ERC-20 | 86.324252 | $0.999165 |
$86.25 | |
DAI | ERC-20 | 11.505455 | $0.99829 |
$11.49 | |
OMNI | ERC-20 | 190.411917K | $0.000057 |
$10.85 | |
LOA | ERC-20 | 42 | $0.008126 |
$0.34 | |
WGC | ERC-20 | 500 | $0.000476 |
$0.24 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22574571 | 4 days ago | | | 0 | 0.0000026598805 | |
| 22490717 | 6 days ago | | | 0 | 0.0000026851648 | |
| 22480658 | 6 days ago | | | 0 | 9.2206613e-7 | |
| 22470523 | 7 days ago | | | 0 | 0.0000027187203 | |
| 22409782 | 8 days ago | | | 0 | 0.0000030128398 | |
| 22296419 | 11 days ago | | | 0.0015371405 | 0.00013222203 | |
| 22126611 | 15 days ago | | | 0.00050993213 | 0.00031980206 | |
| 22071496 | 16 days ago | | | 0 | 0.0000010211172 | |
| 21901294 | 20 days ago | | | 0 | 7.1604589e-7 | |
| 21887272 | 20 days ago | | | 0.00050993213 | 0.0000018488945 |
ABI
ABI objects
Getter at block 22758301
l2Bridge() view returns (address)
0xa03248b029b4e348f156f4b1d93cb433a4e1361e
l2TokenBeacon() view returns (address)
0x2f4ee4c9737916bbf9e6a29bb9dfeae3348c5ee9
l2TokenProxyBytecodeHash() view returns (bytes32)
0x010001211b0c33353cdf7a320f768e3dc40bce1326d639fcac099bba9ecd8e34
Read-only
isWithdrawalFinalized(uint256 l2BatchNumber, uint256 l2ToL1MessageNumber) view returns (bool isFinalized)
l2TokenAddress(address _l1Token) view returns (address)
State-modifying
Events claimFailedDeposit(address _depositSender, address _l1Token, bytes32 _l2TxHash, uint256 _l2BatchNumber, uint256 _l2MessageIndex, uint16 _l2TxNumberInBatch, bytes32[] _merkleProof)
deposit(address _l2Receiver, address _l1Token, uint256 _amount, uint256 _l2TxGasLimit, uint256 _l2TxGasPerPubdataByte) payable returns (bytes32 l2TxHash)
deposit(address _l2Receiver, address _l1Token, uint256 _amount, uint256 _l2TxGasLimit, uint256 _l2TxGasPerPubdataByte, address _refundRecipient) payable returns (bytes32 l2TxHash)
depositToMerge(address _l2Receiver, address _l1Token, uint256 _amount, uint256 _l2TxGasLimit, uint256 _l2TxGasPerPubdataByte, address _refundRecipient) payable returns (bytes32 l2TxHash)
finalizeWithdrawal(uint256 _l2BatchNumber, uint256 _l2MessageIndex, uint16 _l2TxNumberInBatch, bytes _message, bytes32[] _merkleProof)
initialize(bytes[] _factoryDeps, bytes32[] _factoryDepByteCodeHashes, address _l2TokenBeacon, address _governor, uint256 _deployBridgeImplementationFee, uint256 _deployBridgeProxyFee) payable
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
ClaimedFailedDeposit(address indexed to, address indexed l1Token, uint256 amount)
DepositInitiated(bytes32 indexed l2DepositTxHash, address indexed from, address indexed to, address l1Token, uint256 amount)
DepositToMergeInitiated(bytes32 indexed l2DepositTxHash, address indexed from, address indexed to, address l1Token, uint256 amount, bool toMerge)
WithdrawalFinalized(address indexed to, address indexed l1Token, uint256 amount)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()