Proxy
Verified contract
Proxy
Active on
Ethereum with 30,785 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 ($137,202,185.98)
Native
Value
$137,202,178.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 42.920076K | $3,196.69 |
$137,202,178.34 | |
WETH | ERC-20 | 0.002389 | $3,197.00 |
$7.64 | |
ICG | ERC-20 | 116 | -- | -- | |
ZHD | ERC-20 | 69 | -- | -- | |
BLUE | ERC-20 | 4.950495 | -- | -- | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160822 | 2 hours ago | | | 0 | 0.0034799203 | |
| 21160787 | 2 hours ago | | | 0 | 0.0037338538 | |
| 21159996 | 4 hours ago | | | 0 | 0.0041640107 | |
| 21159124 | 7 hours ago | | | 0 | 0.0094595930 | |
| 21158696 | 9 hours ago | | | 0 | 0.0064617334 | |
| 21158571 | 9 hours ago | | | 0 | 0.0078047243 | |
| 21158185 | 11 hours ago | | | 0 | 0.0047315840 | |
| 21158169 | 11 hours ago | | | 0 | 0.0049291059 | |
| 21157793 | 12 hours ago | | | 0 | 0.0059908973 | |
| 21157771 | 12 hours ago | | | 0 | 0.0025603639 |
ABI
ABI objects
Getter at block 21161333
GUARDIAN() view returns (address)
0x4b1a788b20bb85eb19f8e9b69b8a584e7fa29fe5
L2_ORACLE() view returns (address)
0x30c789674ad3b458886bbc9abf42eee19ea05c1d
SYSTEM_CONFIG() view returns (address)
0x895e00269a05848f3c9889efa677d02ff7351a5d
l2Sender() view returns (address)
0x000000000000000000000000000000000000dead
params() view returns (uint128 prevBaseFee, uint64 prevBoughtGas, uint64 prevBlockNum)
(prevBaseFee=1000000000, prevBoughtGas=490798, prevBlockNum=21160679)
paused() view returns (bool)
false
version() view returns (string)
1.7.2
Read-only
finalizedWithdrawals(bytes32) view returns (bool)
isOutputFinalized(uint256 _l2OutputIndex) view returns (bool)
minimumGasLimit(uint64 _byteCount) pure returns (uint64)
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
donateETH() payable
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.