Wrapped EVER
Verified contract
Active on
Ethereum with 4,080 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WEVER | ERC-20 | 652.87647 | $0.021598 |
$14.1 | |
WEVER | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156513 | a day ago | | | 0 | 0.00065780814 | |
| 21156465 | a day ago | | | 0 | 0.00060243612 | |
| 21150386 | 2 days ago | | | 0 | 0.00039981998 | |
| 21149900 | 2 days ago | | | 0 | 0.00046263892 | |
| 21149766 | 2 days ago | | | 0 | 0.00034949168 | |
| 21149558 | 2 days ago | | | 0 | 0.00052613882 | |
| 21149148 | 2 days ago | | | 0 | 0.00035580352 | |
| 21149074 | 2 days ago | | | 0 | 0.00054277391 | |
| 21148524 | 2 days ago | | | 0 | 0.00034935279 | |
| 21148380 | 2 days ago | | | 0 | 0.00065154532 |
ABI
ABI objects
Getter at block 21163014
decimals() view returns (uint8)
9
name() view returns (string)
Wrapped EVER
owner() view returns (address)
0x54c55369a6900731d22eacb0df7c0253cf19dfff
symbol() view returns (string)
WEVER
totalSupply() view returns (uint256)
56205678809877560
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 account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, uint8 decimals_)
mint(address account, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.