Proxy
Verified contract
Proxy
Active on
Ethereum with 35,099 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 ($328,118.05)
Native
Value
$328,118.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 98.070398 | $3,345.74 |
$328,118.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21167886 | an hour ago | | | 0 | 0.0073840250 | |
| 21167885 | an hour ago | | | 0 | 0.0066352409 | |
| 21167884 | an hour ago | | | 0 | 0.0068853432 | |
| 21167585 | 2 hours ago | | | 0 | 0.011079066 | |
| 21167584 | 2 hours ago | | | 0 | 0.012018972 | |
| 21167583 | 2 hours ago | | | 0 | 0.011866016 | |
| 21167312 | 3 hours ago | | | 0 | 0.013405994 | |
| 21167311 | 3 hours ago | | | 0 | 0.010822474 | |
| 21167013 | 4 hours ago | | | 0 | 0.010448107 | |
| 21167012 | 4 hours ago | | | 0 | 0.010593963 |
ABI
ABI objects
Getter at block 21168188
GUARDIAN() view returns (address)
0x4a4962275df8c60a80d3a25faec5aa7de116a746
L2_ORACLE() view returns (address)
0x909e51211e959339efb14b36f5a50955a8ae3770
SYSTEM_CONFIG() view returns (address)
0xf761cc49bb127ab666899b41cdc4e62fa50cd9ca
l2Sender() view returns (address)
0x000000000000000000000000000000000000dead
params() view returns (uint128 prevBaseFee, uint64 prevBoughtGas, uint64 prevBlockNum)
(prevBaseFee=1000000000, prevBoughtGas=796584, prevBlockNum=21168140)
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.