Wrapped liquid staked Ether 2.0
Verified contract
Proxy
Active on
Base with 147,988 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHO | ERC-20 | 10 | $0.010158 |
$0.1 | |
USA | ERC-20 | 1 | $0.000855 |
$0 | |
GTC | ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1.421376K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22725312 | 27 minutes ago | | | 0 | 0.0000029370326 | |
| 22724872 | 42 minutes ago | | | 0 | 0.000000081800457999 | |
| 22724376 | an hour ago | | | 0 | 0.000000043793498899 | |
| 22724300 | an hour ago | | | 0 | 0.000000047697284099 | |
| 22724199 | an hour ago | | | 0 | 0.000000071521527491 | |
| 22723304 | 2 hours ago | | | 0 | 0.000000020343370141 | |
| 22723081 | 2 hours ago | | | 0 | 0.0000034321768 | |
| 22723014 | 2 hours ago | | | 0 | 0.000000081723935967 | |
| 22722806 | 2 hours ago | | | 0 | 0.000000200066100000 | |
| 22722745 | 2 hours ago | | | 0 | 0.0000051501225 |
ABI
ABI objects
Getter at block 22726123
proxy__getAdmin() view returns (address)
0x0e37599436974a25ddeedf795c848d30af46eacf
proxy__getImplementation() view returns (address)
0x69ce2505ce515c0203160450157366f927243309
proxy__getIsOssified() view returns (bool)
false
bridge() view returns (address)
0xac9d11cd4d7ef6e54f14643a393f68ca014287ab
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped liquid staked Ether 2.0
symbol() view returns (string)
wstETH
totalSupply() view returns (uint256)
45326583605005526097447
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events proxy__changeAdmin(address newAdmin_)
proxy__ossify()
proxy__upgradeTo(address newImplementation_)
proxy__upgradeToAndCall(address newImplementation_, bytes setupCalldata_, bool forceCall_)
approve(address spender_, uint256 amount_) returns (bool)
bridgeBurn(address account_, uint256 amount_)
bridgeMint(address account_, uint256 amount_)
decreaseAllowance(address spender_, uint256 subtractedValue_) returns (bool)
increaseAllowance(address spender_, uint256 addedValue_) returns (bool)
initialize(string name_, string symbol_)
transfer(address to_, uint256 amount_) returns (bool)
transferFrom(address from_, address to_, uint256 amount_) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
ProxyOssified()
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address implementation_, address admin_, bytes data_)
fallback()
receive()
ErrorNotAdmin()
ErrorProxyIsOssified()
ErrorAccountIsZeroAddress()
ErrorDecreasedAllowanceBelowZero()
ErrorNameAlreadySet()
ErrorNotBridge()
ErrorNotEnoughAllowance()
ErrorNotEnoughBalance()
ErrorSymbolAlreadySet()