Cultural Coin Token
Verified contract
Active on
Ethereum with 1,502 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 |
---|---|---|---|---|---|
CC | ERC-20 | 10.410333K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14601691 | 3 years ago | | | 0 | 0.0017879707 | |
| 13341930 | 3 years ago | | | 0 | 0.0057236189 | |
| 9941226 | 5 years ago | | | 0 | 0.00091311100 | |
| 9859094 | 5 years ago | | | 0 | 0.000074542000 | |
| 9741657 | 5 years ago | | | 0 | 0.000037271000 | |
| 9739210 | 5 years ago | | | 0 | 0.00018635500 | |
| 9725889 | 5 years ago | | | 0 | 0.00018635500 | |
| 9615351 | 5 years ago | | | 0 | 0.000037271000 | |
| 9589189 | 5 years ago | | | 0 | 0.000074542000 | |
| 9510973 | 5 years ago | | | 0 | 0.00014908400 |
ABI
ABI objects
Getter at block 21392765
crowdsale() view returns (address)
0xfa5ad421ffbc3a0db61b463d393946c783edd7f8
decimals() view returns (uint8)
18
name() view returns (string)
Cultural Coin Token
owner() view returns (address)
0x1b6b58b7d8226cc5242e57864519b8310055a1eb
symbol() view returns (string)
CC
totalSupply() view returns (uint256)
1500000000000000000000000000
transferPaused() view returns (bool)
false
version() view returns (string)
v1
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _amount) returns (bool)
changeCrowdsale(address newCrowdsale)
claimTokens(address _token)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address _from, uint256 _amount)
ClaimedTokens(address indexed _token, address indexed _owner, uint256 _amount)
CrowdsaleChanged(address indexed previousCrowdsale, address indexed newCrowdsale)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.