Coinhe Token
Verified contract
Active on
Ethereum with 22,066 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 "Coinhe Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12569201 | 3 years ago | | | 0 | 0.00078974000 | |
| 12566681 | 3 years ago | | | 0 | 0.00060820000 | |
| 12566576 | 3 years ago | | | 0 | 0.0019196100 | |
| 12551424 | 3 years ago | | | 0 | 0.00078950000 | |
| 12528073 | 4 years ago | | | 0 | 0.00078974000 | |
| 12528073 | 4 years ago | | | 0 | 0.00078974000 | |
| 12528073 | 4 years ago | | | 0 | 0.00078974000 | |
| 12527923 | 4 years ago | | | 0 | 0.00078974000 | |
| 12527922 | 4 years ago | | | 0 | 0.00078974000 | |
| 12527920 | 4 years ago | | | 0 | 0.00078974000 |
ABI
ABI objects
Getter at block 21304294
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Coinhe Token
owner() view returns (address)
0x22ebb8c46f637cfa3f06386a5c87390fd48e21e0
sellPrice() view returns (uint256)
0
symbol() view returns (string)
CHT
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.