EtherEcash
Verified contract
Active on
Ethereum with 72,589 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ECH | ERC-20 | 8.217289K | -- | -- | |
CNN | ERC-20 | 128 | -- | -- | |
LINO | ERC-20 | 15 | -- | -- | |
HMC | ERC-20 | 10 | -- | -- | |
SCC | ERC-20 | 5 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- | |
ION | ERC-20 | 0.4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19660274 | 7 months ago | | | 0 | 0.00079565091 | |
| 19660246 | 7 months ago | | | 0 | 0.00086530662 | |
| 13931111 | 3 years ago | | | 0 | 0.0049548518 | |
| 13532887 | 3 years ago | | | 0 | 0.011746255 | |
| 12433932 | 4 years ago | | | 0 | 0.0082736700 | |
| 12261524 | 4 years ago | | | 0 | 0.0056030550 | |
| 11697140 | 4 years ago | | | 0 | 0.0022135491 | |
| 9917940 | 5 years ago | | | 0 | 0.000052696600 | |
| 9917940 | 5 years ago | | | 0 | 0.000052696600 | |
| 9917940 | 5 years ago | | | 0 | 0.000052749400 |
ABI
ABI objects
Getter at block 21244226
decimals() view returns (uint8)
18
name() view returns (string)
EtherEcash
owner() view returns (address)
0xaf4696b6df62b148198fa9bbdd7f9c6a74bc8bf0
symbol() view returns (string)
ECH
totalSupply() view returns (uint256 total_Supply)
360000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
com_fee_transaction(address _from, address _to, address _taxCollector, uint256 _amount, uint256 commision) returns (bool success)
set_centralAccount(address central_Acccount)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
zero_fee_transaction(address _from, address _to, uint256 _amount, uint256 tax) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
check1(uint256 taxtoken, uint256 totalToken)
check2(uint256 comtoken, uint256 totalToken)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.