TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 26,595 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 ($120,512,391.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZKL | ERC-20 | 856.621456M | $0.114831 |
$98,366,698.43 | |
uniETH | ERC-20 | 3.002462K | $3,757.72 |
$11,282,410.37 | |
WBTC | ERC-20 | 62.628674 | $98,200.00 |
$6,150,135.77 | |
pufETH | ERC-20 | 1.047033K | $3,503.38 |
$3,668,154.05 | |
ezETH | ERC-20 | 186.826475 | $3,587.32 |
$670,206.35 | |
mswETH | ERC-20 | 22.92484 | $3,701.23 |
$84,850.1 | |
rsETH | ERC-20 | 19.445739 | $3,596.12 |
$69,929.21 | |
STONE | ERC-20 | 14.875126 | $3,608.88 |
$53,682.54 | |
USDC | ERC-20 | 47.753643K | $1.00 |
$47,753.64 | |
mstETH | ERC-20 | 11.817187 | $3,466.66 |
$40,966.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264028 | an hour ago | | | 0 | 0.0012545440 | |
| 21264021 | an hour ago | | | 0 | 0.0013912293 | |
| 21263814 | 2 hours ago | | | 0 | 0.0013513178 | |
| 21263685 | 2 hours ago | | | 0 | 0.00099360198 | |
| 21263648 | 2 hours ago | | | 0.00048859513 | 0.0017905199 | |
| 21263046 | 4 hours ago | | | 0 | 0.00092110533 | |
| 21262427 | 6 hours ago | | | 0 | 0.00065297309 | |
| 21262427 | 6 hours ago | | | 0 | 0.00065276244 | |
| 21262423 | 6 hours ago | | | 0 | 0.00066033564 | |
| 21262410 | 6 hours ago | | | 0 | 0.00073730247 |
ABI
ABI objects
Getter at block 21264283
l2Bridge() view returns (address)
0x36caabbabfb9c09b722d9c3697c3cb4a93650ea7
l2TokenBeacon() view returns (address)
0x3b9dcbfd8dab466a700b4d247e30d56c37d8d08d
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()