Wrapped Ether
Verified contract
Implementation
Active on
Ethereum
Storage
Map
Table
Raw
Constants and immutables
0Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,816,587,146.04)
Native
Value
$6,814,631,547.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.904379M | $2,346.33 |
$6,814,631,547.24 | |
WETH | ERC-20 | 753.132698 | $2,346.44 |
$1,767,180.69 | |
PIKA | ERC-20 | 6.028778T | $0.00 |
$120,575.56 | |
USDT | ERC-20 | 20.749982K | $1.00 |
$20,749.98 | |
SHIB | ERC-20 | 1.465517B | $0.000013 |
$19,623.27 | |
DAI | ERC-20 | 8.245135K | $1.00 |
$8,245.13 | |
USDC | ERC-20 | 6.122269K | $1.00 |
$6,122.27 | |
UNI | ERC-20 | 640.424735 | $6.59 |
$4,220.4 | |
BUSD | ERC-20 | 4.157429K | $0.998637 |
$4,151.76 | |
RARI | ERC-20 | 1.414393K | $1.65 |
$2,333.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20717829 | a few seconds ago | | | 0.01 | 0.00013316198 | |
| 20717829 | a few seconds ago | | | 0 | 0.00016005711 | |
| 20717827 | a minute ago | | | 0.27480689 | 0.000061281561 | |
| 20717827 | a minute ago | | | 0.0113 | 0.00012429666 | |
| 20717827 | a minute ago | | | 0 | 0.000053526609 | |
| 20717827 | a minute ago | | | 0 | 0.000053608107 | |
| 20717824 | 2 minutes ago | | | 13.2272 | 0.00011220140 | |
| 20717823 | 2 minutes ago | | | 0 | 0.000045142364 | |
| 20717823 | 2 minutes ago | | | 0 | 0.000060242868 | |
| 20717823 | 2 minutes ago | | | 0 | 0.000060808000 |
ABI
ABI objects
Getter at block 20717830
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped Ether
symbol() view returns (string)
WETH
totalSupply() view returns (uint256)
2904376749447679732104630
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address guy, uint256 wad) returns (bool)
deposit() payable
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
withdraw(uint256 wad)
Approval(address indexed src, address indexed guy, uint256 wad)
Deposit(address indexed dst, uint256 wad)
Transfer(address indexed src, address indexed dst, uint256 wad)
Withdrawal(address indexed src, uint256 wad)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.