CPChain
Verified contract
Active on
Ethereum with 59,705 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XLAB | ERC-20 | 150 | $0.000002 |
$0 | |
ERC-20 | 88.888888M | -- | -- | ||
ERC-20 | 21M | -- | -- | ||
CPC | ERC-20 | 103.476842K | -- | -- | |
ERC-20 | 8.889K | -- | -- | ||
GSGC | ERC-20 | 5K | -- | -- | |
UBN | ERC-20 | 300 | -- | -- | |
TRA | ERC-20 | 200 | -- | -- | |
XCEL | ERC-20 | 150 | -- | -- | |
DTA | ERC-20 | 20 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20521484 | 3 months ago | | | 0 | 0.000048735542 | |
| 20284000 | 4 months ago | | | 0 | 0.00048993977 | |
| 19938419 | 6 months ago | | | 0 | 0.00048828592 | |
| 19895898 | 6 months ago | | | 0 | 0.00014850635 | |
| 19880292 | 6 months ago | | | 0 | 0.00015281901 | |
| 19728243 | 7 months ago | | | 0 | 0.00035293039 | |
| 19597187 | 7 months ago | | | 0 | 0.00074647961 | |
| 19583158 | 7 months ago | | | 0 | 0.0014406734 | |
| 19582447 | 7 months ago | | | 0 | 0.0011482054 | |
| 19550969 | 7 months ago | | | 0 | 0.00093802317 |
ABI
ABI objects
Getter at block 21158781
decimals() view returns (uint8)
18
name() view returns (string)
CPChain
symbol() view returns (string)
CPC
totalSupply() view returns (uint256)
999999974171729786538907121
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
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)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol, address target)
This contract contains no fallback and receive objects.
This contract contains no error objects.