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 |
---|---|---|---|---|---|
CCB | ERC-20 | 1.001K | -- | -- | |
KCN | ERC-20 | 1K | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9993552 | 5 years ago | | | 0 | 0.00016212000 | |
| 9875502 | 5 years ago | | | 0 | 0.00011580000 | |
| 9654376 | 5 years ago | | | 0 | 0.00023160000 | |
| 9611252 | 5 years ago | | | 0 | 0.00011580000 | |
| 9193937 | 5 years ago | | | 0 | 0.00018064800 | |
| 9175865 | 5 years ago | | | 0 | 0.00034752949 | |
| 8118148 | 5 years ago | | | 0 | 0.0 | |
| 8114816 | 5 years ago | | | 0 | 0.0 | |
| 8114224 | 5 years ago | | | 0 | 0.0 | |
| 8114028 | 5 years ago | | | 0 | 0.0 |
ABI
ABI objects
Getter at block 21160967
decimals() pure returns (uint8)
18
name() pure returns (string)
CCB
owner() pure returns (address)
0x63f41248465f5cd22495fcd47c82b57092db2a49
symbol() pure returns (string)
CCB
totalSupply() pure returns (uint256)
2100000000000000000000000000
Read-only
allowance(address, address) pure returns (uint256)
balanceOf(address) pure returns (uint256)
frozenAccount(address) pure 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)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
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, uint8 decimalUnits, string tokenSymbol, address centralMinter)
This contract contains no fallback and receive objects.
This contract contains no error objects.