Color Coin
Verified contract
Active on
Ethereum with 190 txns
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 "Color Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9574164 | 5 years ago | | | 0 | 0.00019352800 | |
| 9574162 | 5 years ago | | | 0 | 0.000024203000 | |
| 9574155 | 5 years ago | | | 0 | 0.0012101500 | |
| 9574153 | 5 years ago | | | 0 | 0.0024203000 | |
| 8443445 | 5 years ago | | | 0 | 0.00024667000 | |
| 8443353 | 5 years ago | | | 0 | 0.00049334000 | |
| 8437324 | 5 years ago | | | 0 | 0.00049334000 | |
| 8437313 | 5 years ago | | | 0 | 0.00024667000 | |
| 8437286 | 5 years ago | | | 0 | 0.00049334000 | |
| 8437263 | 5 years ago | | | 0 | 0.00024667000 |
ABI
ABI objects
Getter at block 21414630 getAdmin() view returns (address) getAdminTransferLogSize() view returns (uint256) getFounder() view returns (address)
circulatingSupply() view returns (uint256)
10794388162074100000000000
decimals() view returns (uint8)
18
getLockedAmount() view returns (uint256)
0
getPixelConversionRate() view returns (uint256)
0
isTransferEnabled() view returns (bool)
false
name() view returns (string)
Color Coin
nextUnlockDate() view returns (bool, uint256)
(false, 0)
symbol() view returns (string)
COL
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getAdminTransferLogItem(uint32 pos) view returns (address from, address to, uint256 amount, string reason)
getLockedAmount_Admin(address who) view returns (uint256)
hasLockup(address _address) view returns (bool)
isSuspended(address _address) view returns (bool)
nextUnlockDate_Admin(address who) view returns (bool, uint256)
State-modifying
Events adminTransfer(address from, address to, uint256 amount, string reason)
approve(address _spender, uint256 _value) returns (bool)
changeAdmin(address who)
changeFounder(address who)
destroy()
disableTransfer()
distribute(address _to, uint256 _value, uint256[] unlockDates, uint256[] amounts) returns (bool)
doUnlock()
doUnlock_Admin(address who)
enableTransfer()
sendCoinsForPixels(uint32 pixels, address destination)
sendCoinsForPixels_Array(uint32 pixels, address[] recipients)
sendCoinsForPixels_Batch(uint32[] pixels, address[] destinations)
setPixelConversionRate(uint256 _pixelConvRate)
suspend(address who)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unsuspend(address who)
Approval(address indexed owner, address indexed spender, uint256 value)
SuperAction(address from, address to, uint256 requestedAmount, uint256 returnedAmount, string reason)
Transfer(address indexed from, address indexed to, uint256 value)
Unlock(address who, uint256 period, uint256 amount)
constructor(uint256 _totalSupply, address _founder, address _admin, uint256 _pixelCoinSupply, address _pixelAccount)
This contract contains no fallback and receive objects.
This contract contains no error objects.