CRYPTOCATS
Verified contract
Active on
Ethereum with 2,173 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11,022.05)
Native
Value
$11,022.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.195 | $3,449.78 |
$11,022.05 | |
LINO | ERC-20 | 20 | -- | -- | |
🐱 | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17752318 | a year ago | | | 0 | 0.0016545077 | |
| 17752315 | a year ago | | | 0 | 0.0016067530 | |
| 15105000 | 2 years ago | | | 0 | 0.0011024050 | |
| 15105000 | 2 years ago | | | 0 | 0.0011347736 | |
| 15105000 | 2 years ago | | | 0 | 0.0011362793 | |
| 15105000 | 2 years ago | | | 0 | 0.0011035714 | |
| 15104996 | 2 years ago | | | 0 | 0.0011841582 | |
| 15104996 | 2 years ago | | | 0 | 0.0011535058 | |
| 15104887 | 2 years ago | | | 0 | 0.0012339389 | |
| 15104852 | 2 years ago | | | 0 | 0.0020517533 |
ABI
ABI objects
Getter at block 21265685
_totalSupply() view returns (uint256)
625
allCatsAssigned() view returns (bool)
false
catsRemainingToAssign() view returns (uint256)
0
contractVersion() view returns (uint8)
3
currentReleaseCeiling() view returns (uint256)
625
decimals() view returns (uint8)
0
imageHash() view returns (string)
3b82cfd5fb39faff3c2c9241ca5a24439f11bdeaa7d6c0771eb782ea7c963917
name() view returns (string)
CRYPTOCATS
previousContractAddress() view returns (address)
0x9508008227b6b3391959334604677d60169ef540
standard() view returns (string)
CryptoCats
symbol() view returns (string)
CCAT
totalSupply() view returns (uint256 totalSupply)
625
totalSupplyIsLocked() view returns (bool)
false
Read-only
attributeType(uint256) view returns (string)
balanceOf(address _owner) view returns (uint256 balance)
catAttributes(uint256, uint256) view returns (string)
catIndexToAddress(uint256) view returns (address)
catIndexToPriceException(uint256) view returns (uint256)
catReleaseToPrice(uint32) view returns (uint256)
catsForSale(uint256) view returns (bool isForSale, uint256 catIndex, address seller, uint256 minPrice, address sellOnlyTo)
pendingWithdrawals(address) view returns (uint256)
releaseCatIndexUpperBound(uint256) view returns (uint256)
State-modifying
Events buyCat(uint256 catIndex) payable
catNoLongerForSale(uint256 catIndex)
getCat(uint256 catIndex) payable
getCatOwner(uint256 catIndex) returns (address)
getCatPrice(uint256 catIndex) returns (uint256 catPrice)
getCatRelease(uint256 catIndex) returns (uint32)
getContractOwner() returns (address)
lockTotalSupply()
migrateCatOwnersFromPreviousContract(uint256 startIndex, uint256 endIndex)
offerCatForSale(uint256 catIndex, uint256 minSalePriceInWei)
offerCatForSaleToAddress(uint256 catIndex, uint256 minSalePriceInWei, address toAddress)
releaseCats(uint32 _releaseId, uint256 numberOfCatsAdded, uint256 catPrice, string newImageHash) returns (uint256 newTotalSupply)
setAttributeType(uint256 attributeIndex, string descriptionText)
setCatAttributeValue(uint256 catIndex, uint256 attrIndex, string attrValue)
setCatPrice(uint256 catIndex, uint256 catPrice)
transfer(address _to, uint256 _value) returns (bool success)
updateCatReleasePrice(uint32 _releaseId, uint256 catPrice)
withdraw()
Assign(address indexed to, uint256 catIndex)
CatBought(uint256 indexed catIndex, uint256 price, address indexed fromAddress, address indexed toAddress)
CatNoLongerForSale(uint256 indexed catIndex)
CatOffered(uint256 indexed catIndex, uint256 minPrice, address indexed toAddress)
CatTransfer(address indexed from, address indexed to, uint256 catIndex)
ReleaseUpdate(uint256 indexed newCatsAdded, uint256 totalSupply, uint256 catPrice, string newImageHash)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateAttribute(uint256 indexed attributeNumber, address indexed ownerAddress, bytes32 oldValue, bytes32 newValue)
UpdateReleasePrice(uint32 releaseId, uint256 catPrice)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.