Evanesco Network
Verified contract
Active on
Ethereum with 9,560 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EVA | ERC-20 | 22.223K | $0.000483 |
$10.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21250084 | 4 days ago | | | 0 | 0.00049699135 | |
| 21239733 | 5 days ago | | | 0 | 0.00073416789 | |
| 21149532 | 18 days ago | | | 0 | 0.00020697790 | |
| 21098723 | 25 days ago | | | 0 | 0.00022379306 | |
| 21078864 | a month ago | | | 0 | 0.00083273003 | |
| 21069403 | a month ago | | | 0 | 0.00072498288 | |
| 21054407 | a month ago | | | 0 | 0.000088630068 | |
| 21018437 | a month ago | | | 0 | 0.00054018637 | |
| 20984573 | a month ago | | | 0 | 0.00030277500 | |
| 20979663 | a month ago | | | 0 | 0.0010284292 |
ABI
ABI objects
Getter at block 21277097
decimals() view returns (uint8)
18
name() view returns (string)
Evanesco Network
owner() view returns (address)
0x2c8c1437b22f18255c9c98c36426e6c298560e11
symbol() view returns (string)
EVA
totalSupply() view returns (uint256)
185000000000000000000000000
transferable() view returns (bool)
true
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) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
setTransferable(bool _transferable)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.