Wrapped Ether POW
Verified contract
Active on
Ethereum with 19 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0e00…91ba
Balances ($0.00)
No balances found for "Wrapped Ether POW"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15580048 | 2 years ago | | | 0 | 0.00026712400 | |
| 15534298 | 2 years ago | | | 0 | 0.0011642000 | |
| 15494826 | 2 years ago | | | 0 | 0.00042614763 | |
| 15482317 | 2 years ago | | | 0 | 0.00054475589 | |
| 15471677 | 2 years ago | | | 0 | 0.00063549567 | |
| 15447015 | 2 years ago | | | 0 | 0.0010698073 | |
| 15446862 | 2 years ago | | | 0 | 0.0010633888 | |
| 15434027 | 2 years ago | | | 0 | 0.00037399503 | |
| 15427734 | 2 years ago | | | 0 | 0.00029426257 | |
| 15423210 | 2 years ago | | | 0 | 0.00058632836 |
ABI
ABI objects
Getter at block 21229569
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped Ether POW
symbol() view returns (string)
WETHw
totalSupply() view returns (uint256)
14042382568328442494
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 from, uint256 wad)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 wad)
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(address _underlying, address _oracle, bool _future0)
This contract contains no fallback and receive objects.
This contract contains no error objects.