Nimbus Wrapped Ether
Verified contract
Active on
Ethereum with 10 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$27,345.96
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 7.558664 | $3,617.83 |
$27,345.96 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20277541 | 5 months ago | | | 0 | 0.00070606212 | |
| 19459206 | 8 months ago | | | 0 | 0.00065835370 | |
| 14915399 | 2 years ago | | | 0 | 0.0015107369 | |
| 13225541 | 3 years ago | | | 0 | 0.0021996317 | |
| 13225141 | 3 years ago | | | 0 | 0.0021934595 | |
| 12926056 | 3 years ago | | | 0 | 0.0016276750 | |
| 12877543 | 3 years ago | | | 0 | 0.0017671900 | |
| 12876968 | 3 years ago | | | 0 | 0.0010231100 | |
| 12756771 | 3 years ago | | | 0 | 0.00020414000 | |
| 11770385 | 4 years ago | | | 0 | 0.0050799320 |
ABI
ABI objects
Getter at block 21318872
decimals() view returns (uint8)
18
name() view returns (string)
Nimbus Wrapped Ether
symbol() view returns (string)
NWETH
totalSupply() view returns (uint256)
7558664454647464758
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.
receive()
This contract contains no error objects.