Proxy
Verified contract
Proxy
Active on
Ethereum with 120,763 txns
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 47 additional slots
Balances ($3,869,494.23)
Native
Value
$3,869,489.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.125797K | $3,437.11 |
$3,869,489.51 | |
MEME | ERC-20 | 321 | $0.014706 |
$4.72 | |
APU | ERC-20 | 1 | $0.00085 |
$0 | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268513 | 17 minutes ago | | | 0 | 0.0015802569 | |
| 21267089 | 5 hours ago | | | 0.0051494705 | 0.00077909946 | |
| 21266964 | 5 hours ago | | | 0 | 0.0025946709 | |
| 21263414 | 17 hours ago | | | 0 | 0.0060413037 | |
| 21263255 | 18 hours ago | | | 0 | 0.0044802220 | |
| 21263202 | 18 hours ago | | | 0 | 0.0013717636 | |
| 21263168 | 18 hours ago | | | 0.01 | 0.00048204718 | |
| 21263099 | 18 hours ago | | | 0 | 0.0058314362 | |
| 21262746 | 20 hours ago | | | 0 | 0.0013592393 | |
| 21262548 | 20 hours ago | | | 0 | 0.0012187539 |
ABI
ABI objects
Getter at block 21268595
GUARDIAN() view returns (address)
0x3de211088df516da72efe68d386b561bee256ec4
L2_ORACLE() view returns (address)
0x180c77ae51a9c505a43a2c7d81f8ce70cacb93a6
SYSTEM_CONFIG() view returns (address)
0x3971eb866aa9b2b8afea8a7c816f3b7e8b195a35
VALIDATOR_POOL() view returns (address)
0xfdff462845953d90719a78fd12a2d103541d2103
ZK_MERKLE_TRIE() view returns (address)
0x339208824010425cbe73201ced4372308acd610b
l2Sender() view returns (address)
0x000000000000000000000000000000000000dead
params() view returns (uint128 prevBaseFee, uint64 prevBoughtGas, uint64 prevBlockNum)
(prevBaseFee=1000000000, prevBoughtGas=200000, prevBlockNum=21267089)
paused() view returns (bool)
false
version() view returns (string)
1.0.0
Read-only
finalizedWithdrawals(bytes32) view returns (bool)
isOutputFinalized(uint256 _l2OutputIndex) view returns (bool)
provenWithdrawals(bytes32) view returns (bytes32 outputRoot, uint128 timestamp, uint128 l2OutputIndex)
State-modifying
Events admin() returns (address)
changeAdmin(address _admin)
implementation() returns (address)
upgradeTo(address _implementation)
upgradeToAndCall(address _implementation, bytes _data) payable returns (bytes)
depositTransaction(address _to, uint256 _value, uint64 _gasLimit, bool _isCreation, bytes _data) payable
depositTransactionByValidatorPool(address _to, uint64 _gasLimit, bytes _data)
finalizeWithdrawalTransaction(struct TypesWithdrawalTransaction _tx)
initialize(bool _paused)
pause()
proveWithdrawalTransaction(struct TypesWithdrawalTransaction _tx, uint256 _l2OutputIndex, struct TypesOutputRootProof _outputRootProof, bytes[] _withdrawalProof)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint8 version)
Paused(address account)
TransactionDeposited(address indexed from, address indexed to, uint256 indexed version, bytes opaqueData)
Unpaused(address account)
WithdrawalFinalized(bytes32 indexed withdrawalHash, bool success)
WithdrawalProven(bytes32 indexed withdrawalHash, address indexed from, address indexed to)
constructor(address _admin)
fallback()
receive()
receive()
This contract contains no error objects.