CryptoCollectorContract
Verified contract
Active on
Ethereum with 121 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 |
---|---|---|---|---|---|
CCC | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5546894 | 7 years ago | | | 0 | 0.00020310900 | |
| 5515891 | 7 years ago | | | 0 | 0.000093543000 | |
| 5488012 | 7 years ago | | | 0.0064516129 | 0.0011442000 | |
| 5488000 | 7 years ago | | | 0.0064516129 | 0.0073120500 | |
| 5487978 | 7 years ago | | | 0.0064516129 | 0.0063000000 | |
| 5487966 | 7 years ago | | | 0.0064516129 | 0.0063000000 | |
| 5487913 | 7 years ago | | | 0.0064516129 | 0.0063000000 | |
| 5475898 | 7 years ago | | | 0 | 0.00033420800 | |
| 5451751 | 7 years ago | | | 0 | 0.000052703000 | |
| 5451742 | 7 years ago | | | 0 | 0.000067703000 |
ABI
ABI objects
Getter at block 21322707
NAME() view returns (string)
CryptoCollectorContract
SYMBOL() view returns (string)
CCC
adminAddress() view returns (address)
0x045651324bc191d947766e1ddac7b43e8490a25e
contractBalance() view returns (uint256 balance)
0
getAdmin() view returns (address _admin)
0x045651324bc191d947766e1ddac7b43e8490a25e
getTotalCategories() view returns (uint256)
0
getkillerPriceConversionFee() view returns (uint256 fee)
190000000000000000
hostAddress() view returns (address)
0x045651324bc191d947766e1ddac7b43e8490a25e
implementsERC721() pure returns (bool)
true
name() pure returns (string)
CryptoCollectorContract
numberOfTokens() view returns (uint256)
35
symbol() pure returns (string)
CCC
totUsers() view returns (uint256)
0
totalSupply() view returns (uint256 total)
35
wildcardTokenId() view returns (uint256)
3
Read-only
GetWildCardOwner(uint256 _tokenId) view returns (address _cardowner)
IsWildCardCreatedForCategory(string _category) view returns (bool)
balanceOf(address _owner) view returns (uint256 balance)
cardTokenToApproved(uint256) view returns (address)
cardTokenToOwner(uint256) view returns (address)
getCard(uint256 _tokenId) view returns (string name, uint256 token, uint256 price, uint256 nextprice, string imagepath, string category, uint256 wildcard, address _owner)
getCategory(uint256 _id) view returns (string name)
getUser(address _owner) view returns (string name, string email, uint256 position)
nextPriceOf(uint256 _tokenId) view returns (uint256 price)
ownerOf(uint256 _tokenId) view returns (address owner)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
userArreyPosition(address) view returns (uint256)
State-modifying
Events addCategory(string _name, uint256 _id)
adduser(string _name, string _email, address userAddress)
approve(address _to, uint256 _tokenId)
changePrice(uint256 _tokenId, uint256 _price)
createToken(string _name, string _imagepath, string _category, uint256 _id)
makeWildCardToken(uint256 tokenId) payable
payout(address _to)
purchase(uint256 _tokenId) payable
setAdmin(address _newAdmin)
setHost(address _newHost)
setWildCardToken(uint256 tokenId)
takeOwnership(uint256 _tokenId)
tokenTransfer(address _to, uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
transferToken(address _to, uint256 _tokenId)
unsetWildCardToken(uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
NewToken(uint256 tokenId, string name, address owner)
NewTokenOwner(uint256 oldPrice, uint256 newPrice, address prevOwner, address winner, string name, uint256 tokenId)
NewWildToken(uint256 wildcardPayment)
Transfer(address from, address to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.