Color Coin
Verified contract
Active on
Ethereum with 9,882 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 |
---|---|---|---|---|---|
CLR | ERC-20 | 117.918101K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20785715 | 2 months ago | | | 0 | 0.0012400606 | |
| 20381773 | 4 months ago | | | 0 | 0.00023832060 | |
| 20025685 | 6 months ago | | | 0 | 0.00076603651 | |
| 20025584 | 6 months ago | | | 0 | 0.0023351267 | |
| 19097561 | 10 months ago | | | 0 | 0.00063434060 | |
| 18781293 | a year ago | | | 0 | 0.0027223487 | |
| 18219742 | a year ago | | | 0 | 0.00046907617 | |
| 18121408 | a year ago | | | 0 | 0.0015338346 | |
| 18121404 | a year ago | | | 0 | 0.0016764765 | |
| 17970868 | a year ago | | | 0 | 0.0078144370 |
ABI
ABI objects
Getter at block 21276609 getAdmin() view returns (address) getFounder() view returns (address)
circulatingSupply() view returns (uint256)
475666395479327703000000000
decimals() view returns (uint8)
18
getLockedAmount() view returns (uint256)
0
getPixelConversionRate() view returns (uint256)
0
isTransferEnabled() view returns (bool)
true
name() view returns (string)
Color Coin
nextUnlockDate() view returns (bool, uint256)
(false, 0)
symbol() view returns (string)
CLR
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
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 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.