CryptoKitty
Verified contract
Active on
Ethereum with 315 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.65)
Native
Value
$3.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,645.88 |
$3.65 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19811688 | 7 months ago | | | 0 | 0.00054820182 | |
| 19811517 | 7 months ago | | | 0 | 0.00041936134 | |
| 15252516 | 2 years ago | | | 0 | 0.00042449198 | |
| 15158970 | 2 years ago | | | 0 | 0.00029851417 | |
| 14874834 | 3 years ago | | | 0 | 0.0014281473 | |
| 14864935 | 3 years ago | | | 0 | 0.00093207054 | |
| 14839168 | 3 years ago | | | 0.001 | 0.0018341264 | |
| 14838678 | 3 years ago | | | 0 | 0.0013922074 | |
| 14838588 | 3 years ago | | | 0 | 0.0012460341 | |
| 14838519 | 3 years ago | | | 0.01 | 0.0037448324 |
ABI
ABI objects
Getter at block 21319716
FREE_MAX_SUPPLY() view returns (uint256)
444
MAX_PER_TX() view returns (uint256)
10
MAX_PER_TX_FREE() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
2222
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmZj4exUT3oBCB1t25r3mhNzteWseQGH73TD5r282Pm34s/Kitty
contractURI() view returns (string)
ipfs://QmQUf91LDygKWLoMddgXLb2fBDsGuavXaieFYnCN8KP8H6
name() view returns (string)
CryptoKitty
owner() view returns (address)
0xf284bd0742c4e670897aefdf8b051b9842b75cfa
paused() view returns (bool)
false
price() view returns (uint256)
1000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
KITTY
totalSupply() view returns (uint256)
1591
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
config()
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
setMAX_SUPPLY(uint256 newSupply)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()