Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$2,812.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.854216 | $3,292.29 |
$2,812.33 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20329901 | 2 months ago | | | 0 | 3.7258422e-7 | |
| 19298812 | 3 months ago | | | 0 | 7.8022699e-7 | |
| 18343316 | 3 months ago | | | 0 | 4.3017616e-7 | |
| 16167909 | 5 months ago | | | 0 | 0.000000044449812720 | |
| 15490915 | 5 months ago | | | 0.00095890486 | 4.1523564e-7 | |
| 15490858 | 5 months ago | | | 0.0023867032 | 4.1309998e-7 | |
| 15490784 | 5 months ago | | | 0.0018103685 | 4.1380824e-7 | |
| 15490717 | 5 months ago | | | 0 | 2.7555990e-7 | |
| 15490631 | 5 months ago | | | 0 | 2.7392515e-7 | |
| 15490585 | 5 months ago | | | 0.0000060746872 | 2.5381075e-7 |
ABI
ABI objects
Getter at block 22748064
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped Ether
symbol() view returns (string)
WETH
totalSupply() view returns (uint256)
0
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit() payable
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 amount)
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.
This contract contains no error objects.