CChain CCHN
Verified contract
Active on
Ethereum with 5,844 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 |
---|---|---|---|---|---|
CCHN | ERC-20 | 10.2568 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16402977 | 2 years ago | | | 0 | 0.00096369643 | |
| 15235982 | 2 years ago | | | 0 | 0.00092246789 | |
| 11350005 | 4 years ago | | | 0 | 0.00046894804 | |
| 9763588 | 5 years ago | | | 0 | 0.00013365018 | |
| 9670370 | 5 years ago | | | 0 | 0.000099724000 | |
| 9670370 | 5 years ago | | | 0 | 0.000049862000 | |
| 9670370 | 5 years ago | | | 0 | 0.000078134000 | |
| 9533826 | 5 years ago | | | 0 | 0.000024079000 | |
| 9474247 | 5 years ago | | | 0 | 0.000039067000 | |
| 9405220 | 5 years ago | | | 0 | 0.000039079000 |
ABI
ABI objects
Getter at block 21163496
decimals() view returns (uint8)
18
isStopped() view returns (bool)
false
name() view returns (string)
CChain CCHN
owner() view returns (address)
0x3b42368378927b1f3ca31013296b0d9880eb68d2
symbol() view returns (string)
CCHN
totalSupply() view returns (uint256)
2100000000000000000000000000
Read-only
allowance(address user, address spender) view returns (uint256)
balanceOf(address user) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value) returns (bool)
mint(uint256 value)
start()
stop()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed user, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
Mint(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 tokenSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.