Proxy
Verified contract
Proxy
Active on
Ethereum with 74,339 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
0xc827…83d6
0x0341…525e
0xcccc…8c8b
Balances ($984,694.33)
Native
Value
$984,694.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 266.932958 | $3,688.92 |
$984,694.33 | |
USDT Tether | ERC-20 | 1.983015K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21312247 | 14 minutes ago | | | 0 | 0.0019902632 | |
| 21309736 | 9 hours ago | | | 0 | 0.0045693867 | |
| 21308443 | 13 hours ago | | | 0 | 0.0054216375 | |
| 21308254 | 14 hours ago | | | 0 | 0.0019044259 | |
| 21307191 | 17 hours ago | | | 0 | 0.0021844142 | |
| 21304811 | a day ago | | | 0 | 0.00093048152 | |
| 21304666 | a day ago | | | 0 | 0.0023527985 | |
| 21304414 | a day ago | | | 0 | 0.0030773308 | |
| 21300190 | 2 days ago | | | 0 | 0.00067201127 | |
| 21300109 | 2 days ago | | | 0 | 0.0016804934 |
ABI
ABI objects
Getter at block 21312317
balance() view returns (uint256)
266932957773147256926
guardian() view returns (address)
0xfda4ccc8dce3f4b9ace21d030ed345e975b8a7b8
l2Oracle() view returns (address)
0x0341bb689cb8a4c16c61307f4bda254e1bfd525e
l2Sender() view returns (address)
0x000000000000000000000000000000000000dead
params() view returns (uint128 prevBaseFee, uint64 prevBoughtGas, uint64 prevBlockNum)
(prevBaseFee=1000000000, prevBoughtGas=490798, prevBlockNum=21308974)
paused() view returns (bool paused_)
false
superchainConfig() view returns (address)
0xc8271c3be50b9d575220da2f9fe2f670dd6483d6
systemConfig() view returns (address)
0xcccc98e93cee060a03604d3916ee527a57078c8b
version() view returns (string)
2.8.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)
depositERC20Transaction(address _to, uint256 _mint, uint256 _value, uint64 _gasLimit, bool _isCreation, bytes _data)
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)
setGasPayingToken(address _token, uint8 _decimals, bytes32 _name, bytes32 _symbol)
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()
ContentLengthMismatch()
EmptyItem()
GasEstimation()
InvalidDataRemainder()
InvalidHeader()
LargeCalldata()
NoValue()
NonReentrant()
OnlyCustomGasToken()
OutOfGas()
SmallGasLimit()
TransferFailed()
Unauthorized()
UnexpectedList()
UnexpectedString()