CARBON TOKEN CLASSIC
Verified contract
Active on
Ethereum with 9,440 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 |
---|---|---|---|---|---|
KCN | ERC-20 | 1K | -- | -- | |
CTC | ERC-20 | 30 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9527330 | 5 years ago | | | 0 | 0.00010686800 | |
| 9527320 | 5 years ago | | | 0 | 0.00010686800 | |
| 9522758 | 5 years ago | | | 0 | 0.00010744400 | |
| 9514513 | 5 years ago | | | 0 | 0.00010744400 | |
| 9514503 | 5 years ago | | | 0 | 0.00010744400 | |
| 9449610 | 5 years ago | | | 0 | 0.00019456400 | |
| 9449602 | 5 years ago | | | 0 | 0.00010706000 | |
| 9295383 | 5 years ago | | | 0 | 0.00025437200 | |
| 9293100 | 5 years ago | | | 0 | 0.00019456400 | |
| 9293076 | 5 years ago | | | 0 | 0.00025442000 |
ABI
ABI objects
Getter at block 21158788
decimals() view returns (uint8)
4
name() view returns (string)
CARBON TOKEN CLASSIC
owner() view returns (address)
0xc6694a3c07ac9a50be605515e38d2243f1c2489a
symbol() view returns (string)
CTC
totalSupply() view returns (uint256)
1000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address tokenHolder) view returns (uint256)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
drain()
set_centralAccount(address central_Acccount)
transfer(address _to, uint256 _value) returns (bool ok)
transferCoins(address _to, uint256 _value) returns (bool ok)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
transferby(address _from, address _to, uint256 _amount) returns (bool success)
zeroFeesTransfer(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
TransferFees(address from, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.