Proxy
Verified contract
Proxy
Active on
Ethereum with 549 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
0xa231…47e3
0x19a6…3c5d
0x6ab0…300a
Balances ($6,218,154.68)
Native
Value
$6,218,154.68
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.805572K | $3,443.87 |
$6,218,154.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21266280 | 10 hours ago | | | 0.31 | 0.0010220647 | |
| 21266228 | 10 hours ago | | | 0.005 | 0.0010113535 | |
| 21264914 | 14 hours ago | | | 0.035 | 0.00083710984 | |
| 21264777 | 15 hours ago | | | 0.0002 | 0.00062168598 | |
| 21262232 | a day ago | | | 0 | 0.0014235028 | |
| 21260754 | a day ago | | | 0.0755 | 0.00048603913 | |
| 21260036 | a day ago | | | 0 | 0.0018754870 | |
| 21259265 | a day ago | | | 0 | 0.0021662833 | |
| 21259235 | a day ago | | | 0 | 0.0026200217 | |
| 21258557 | a day ago | | | 0 | 0.0023034213 |
ABI
ABI objects
Getter at block 21269133
guardian() view returns (address)
0xb2aa0c2c4fd6bfcbf699d4c787cd6cc0dc461a9d
l2Oracle() view returns (address)
0x19a6d1e9034596196295cf148509796978343c5d
l2Sender() view returns (address)
0x000000000000000000000000000000000000dead
params() view returns (uint128 prevBaseFee, uint64 prevBoughtGas, uint64 prevBlockNum)
(prevBaseFee=1000000000, prevBoughtGas=1301449, prevBlockNum=21269098)
paused() view returns (bool paused_)
false
superchainConfig() view returns (address)
0xa231f8be37e583f276f93df516d88a043bfe47e3
systemConfig() view returns (address)
0x6ab0777fd0e609ce58f939a7f70fe41f5aa6300a
version() view returns (string)
2.6.0
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(address _l2Oracle, address _systemConfig, address _superchainConfig)
proveWithdrawalTransaction(struct TypesWithdrawalTransaction _tx, uint256 _l2OutputIndex, struct TypesOutputRootProof _outputRootProof, bytes[] _withdrawalProof)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint8 version)
TransactionDeposited(address indexed from, address indexed to, uint256 indexed version, bytes opaqueData)
WithdrawalFinalized(bytes32 indexed withdrawalHash, bool success)
WithdrawalProven(bytes32 indexed withdrawalHash, address indexed from, address indexed to)
constructor(address _admin)
fallback()
receive()
receive()
BadTarget()
CallPaused()
GasEstimation()
LargeCalldata()
OutOfGas()
SmallGasLimit()