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 |
---|---|---|---|---|---|
CCCR | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7393772 | 6 years ago | | | 0 | 0.00053055000 | |
| 6968722 | 6 years ago | | | 0 | 0.0021752550 | |
| 6962871 | 6 years ago | | | 0 | 0.0015628790 | |
| 6962814 | 6 years ago | | | 0 | 0.0021700070 | |
| 6962792 | 6 years ago | | | 0 | 0.0021752550 | |
| 5993269 | 6 years ago | | | 0 | 0.0021752550 | |
| 5993182 | 6 years ago | | | 0 | 0.0021726310 | |
| 5733762 | 6 years ago | | | 0 | 0.0021752550 | |
| 5669200 | 6 years ago | | | 0 | 0.0021752550 | |
| 5666343 | 6 years ago | | | 0 | 0.0021726310 |
ABI
ABI objects
Getter at block 21184307
buyPrice() view returns (uint256)
100000000
decimals() view returns (uint8)
18
name() view returns (string)
C3 Token
owner() view returns (address)
0xc5b80a572571a0d7ea2aba69543ea71879a747a7
symbol() view returns (string)
C3
totalSupply() view returns (uint256)
5000000000000000000000000000
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)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
setPrices(uint256 newBuyPrice)
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, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.