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 "CCGC Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6665145 | 6 years ago | | | 0 | 0.00051986000 | |
| 6623448 | 6 years ago | | | 0 | 0.00041588800 | |
| 6402399 | 6 years ago | | | 0 | 0.00052050000 | |
| 6367358 | 6 years ago | | | 0 | 0.0031230000 | |
| 6316365 | 6 years ago | | | 0 | 0.00018589000 | |
| 6316361 | 6 years ago | | | 0 | 0.00015274000 |
ABI
ABI objects
Getter at block 21169722
INITIAL_SUPPLY() view returns (uint256)
108000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
CCGC Token
owner() view returns (address)
0x426b61bc0d9455d570300f7c7fd30925fe23228a
symbol() view returns (string)
CCGC
totalSupply() view returns (uint256)
108000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
renounceOwnership()
safeWithdrawal(uint256 _value)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.