Wrapped liquid staked Ether 2.0
Verified contract
Implementation
Active on
Base with 1 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Wrapped liquid staked Ether 2.0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13196658 | 7 months ago | | | 0 | 0.0000056920445 |
ABI
ABI objects
Getter at block 22726123
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)
0
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events 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)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, address bridge_)
This contract contains no fallback and receive objects.
ErrorAccountIsZeroAddress()
ErrorDecreasedAllowanceBelowZero()
ErrorNameAlreadySet()
ErrorNotBridge()
ErrorNotEnoughAllowance()
ErrorNotEnoughBalance()
ErrorSymbolAlreadySet()