Ethereum Evolution
Verified contract
Active on
Ethereum with 259 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Ethereum Evolution"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6707934 | 6 years ago | | | 0 | 0.00029458400 | |
| 5267121 | 7 years ago | | | 0 | 0.0015097430 | |
| 5104172 | 7 years ago | | | 0 | 0.000073646000 | |
| 5072467 | 7 years ago | | | 0 | 0.000073646000 | |
| 5036725 | 7 years ago | | | 0 | 0.00038088791 | |
| 5021084 | 7 years ago | | | 0 | 0.00026187600 | |
| 5017840 | 7 years ago | | | 0 | 0.000051823000 | |
| 5017130 | 7 years ago | | | 0 | 0.000051823000 | |
| 5016981 | 7 years ago | | | 0 | 0.000036823000 | |
| 5016961 | 7 years ago | | | 0 | 0.000051823000 |
ABI
ABI objects
Getter at block 21257015
decimals() view returns (uint256)
1
name() view returns (string)
Ethereum Evolution
owner() view returns (address)
0x2f883c45c8023afc191529fc36c2e1e2b87a85fc
symbol() view returns (string)
ETHE
totalSupply() view returns (uint256)
50000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burnSupply(uint256 _amount)
burnTotalSupply(uint256 _amount)
setName(string _name)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
SupplyBurn(uint256 _amount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.