Proxy
Verified contract
Proxy
Active on
Base with 13,193 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
0xfc57…ee72
0x3889…3daf
0xad22…d3fd
Balances ($180,309.50)
Native
Value
$180,307.39
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 54.677375 | $3,297.66 |
$180,307.39 | |
USDC | ERC-20 | 2 | $0.999089 |
$2 | |
WGC | ERC-20 | 200 | $0.000537 |
$0.11 | |
USA | ERC-20 | 1 | $0.000776 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000771 |
$0 | |
RealVirtus | ERC-20 | 981.162881K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
GTC | ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1.26262K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22746146 | 35 minutes ago | | | 0 | 0.000011957178 | |
| 22744984 | an hour ago | | | 0 | 0.0000019006459 | |
| 22744229 | 2 hours ago | | | 0 | 0.000024757777 | |
| 22744213 | 2 hours ago | | | 0 | 0.000024755059 | |
| 22744203 | 2 hours ago | | | 0 | 0.000024757777 | |
| 22744198 | 2 hours ago | | | 0 | 0.000024757777 | |
| 22743072 | 2 hours ago | | | 0 | 0.000028951555 | |
| 22740008 | 4 hours ago | | | 0 | 0.000023999042 | |
| 22739836 | 4 hours ago | | | 0 | 8.9756019e-7 | |
| 22739607 | 4 hours ago | | | 0 | 8.9565328e-7 |
ABI
ABI objects
Getter at block 22747204
guardian() view returns (address)
0x87ef0ab1189f76ebcaee736a5eb8f639a8cf156d
l2Oracle() view returns (address)
0x38893659cf2b4b3e02b2dc93fe9a55ea155a3daf
l2Sender() view returns (address)
0x000000000000000000000000000000000000dead
params() view returns (uint128 prevBaseFee, uint64 prevBoughtGas, uint64 prevBlockNum)
(prevBaseFee=5000000, prevBoughtGas=490798, prevBlockNum=22744614)
paused() view returns (bool paused_)
false
superchainConfig() view returns (address)
0xfc57b0947c079073a1c5fe61887eb3495972ee72
systemConfig() view returns (address)
0xad22377de22537e4e6bd192aebca524a79b0d3fd
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()