diesel Wrapped liquid staked Ether 2.0
Verified contract
Active on
Ethereum with 241 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "diesel Wrapped liquid staked Ether 2.0"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20739701 | 3 months ago | | | 0 | 0.000040699112 | |
| 20723011 | 3 months ago | | | 0 | 0.00026245950 | |
| 20548183 | 3 months ago | | | 0 | 0.000037711625 | |
| 20505153 | 4 months ago | | | 0 | 0.000031164826 | |
| 20481682 | 4 months ago | | | 0 | 0.000081552516 | |
| 20319327 | 4 months ago | | | 0 | 0.00020150245 | |
| 20316862 | 4 months ago | | | 0 | 0.00016326809 | |
| 20250772 | 5 months ago | | | 0 | 0.000055472400 | |
| 20105907 | 5 months ago | | | 0 | 0.000097662750 | |
| 20098721 | 5 months ago | | | 0 | 0.00040605179 |
ABI
ABI objects
Getter at block 21301311
decimals() view returns (uint8)
18
name() view returns (string)
diesel Wrapped liquid staked Ether 2.0
poolService() view returns (address)
0xb8cf3ed326bb0e51454361fb37e9e8df6dc5c286
symbol() view returns (string)
dwstETH
totalSupply() view returns (uint256)
3058847732015625832
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address to, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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_)
This contract contains no fallback and receive objects.
PoolServiceOnlyException()