CryptoColors
Verified contract
Active on
Ethereum with 303 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($54.75)
Native
Value
$54.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.015275 | $3,584.18 |
$54.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13076108 | 3 years ago | | | 0 | 0.0020779391 | |
| 13062680 | 3 years ago | | | 0.001 | 0.0035527291 | |
| 13062674 | 3 years ago | | | 0.002 | 0.0041110385 | |
| 13060137 | 3 years ago | | | 0.002 | 0.0035385641 | |
| 13059205 | 3 years ago | | | 0.28 | 0.0059140656 | |
| 13053660 | 3 years ago | | | 0.001 | 0.0033129976 | |
0x0b7e9c44 | 5221615 | 7 years ago | | | 0 | 0.00016839900 | |
| 5145456 | 7 years ago | | | 0 | 0.00049990000 | |
| 5145451 | 7 years ago | | | 0 | 0.00057586000 | |
| 5141471 | 7 years ago | | | 0.001 | 0.000042491000 |
ABI
ABI objects
Getter at block 21285522
NAME() view returns (string)
CryptoColors
SYMBOL() view returns (string)
CLRS
ceoAddress() view returns (address)
0xf42f1a34af7a54d6c3e3f65785e8c7f563c7cc09
cooAddress() view returns (address)
0xf42f1a34af7a54d6c3e3f65785e8c7f563c7cc09
implementsERC721() pure returns (bool)
true
name() pure returns (string)
CryptoColors
symbol() pure returns (string)
CLRS
totalSupply() view returns (uint256 total)
20
Read-only
balanceOf(address _owner) view returns (uint256 balance)
getReferrer(address _address) view returns (address referrerAddress)
getReferrerBalance(address _address) view returns (uint256 totalAmount)
getToken(uint256 _tokenId) view returns (string tokenName, uint256 sellingPrice, address owner)
ownerOf(uint256 _tokenId) view returns (address owner)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokenIndexToApproved(uint256) view returns (address)
tokenIndexToOwner(uint256) view returns (address)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
createContractToken(string _name)
payout(address _to)
payoutToReferrer() payable
purchase(uint256 _tokenId, address _referrer) payable
setCEO(address _newCEO)
setCOO(address _newCOO)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Birth(uint256 tokenId, string name, address owner)
Payout(address referrer, uint256 balance)
ReferrerRegistered(address referrer, address referral)
TokenSold(uint256 tokenId, uint256 oldPrice, uint256 newPrice, address prevOwner, address winner, string name)
Transfer(address from, address to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.