Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0xb169…7d8c
0xc7af…7f26
0x4fcf…04fa
Balances ($7,054.82)
Native
Value
$7,053.82
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.104023 | $3,352.54 |
$7,053.82 | |
STRONG | ERC-20 | 0.232643 | $2.97 |
$0.69 | |
LOC | ERC-20 | 1 | $0.196628 |
$0.2 | |
0xBTC | ERC-20 | 1 | $0.07738 |
$0.08 | |
CAT | ERC-20 | 1.124K | $0.000023 |
$0.03 | |
HEX | ERC-20 | 1.307 | $0.003103 |
$0 | |
GNX | ERC-20 | 4.74 | $0.000413 |
$0 | |
OCN | ERC-20 | 4 | $0.000039 |
$0 | |
0x5037…ced7 | ERC-20 | 100,000,000T | -- | -- | |
WOLVERINU | ERC-20 | 4.051576T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242178 | 2 hours ago | | | 0 | 0.00054969189 | |
| 21242038 | 2 hours ago | | | 0 | 0.00059096302 | |
| 21242022 | 2 hours ago | | | 0 | 0.00073611536 | |
| 21241611 | 3 hours ago | | | 0 | 0.00048682537 | |
| 21241608 | 3 hours ago | | | 0 | 0.00049257762 | |
| 21241604 | 3 hours ago | | | 0 | 0.00045268622 | |
| 21241601 | 3 hours ago | | | 0 | 0.00045981757 | |
| 21241594 | 3 hours ago | | | 0 | 0.00048508019 | |
| 21241591 | 3 hours ago | | | 0 | 0.00051345676 | |
| 21241589 | 4 hours ago | | | 0 | 0.00045635907 |
ABI
ABI objects
Getter at block 21242631
GEN0_AUCTION_DURATION() view returns (uint256)
86400
GEN0_CREATION_LIMIT() view returns (uint256)
45000
GEN0_STARTING_PRICE() view returns (uint256)
10000000000000000
PROMO_CREATION_LIMIT() view returns (uint256)
5000
autoBirthFee() view returns (uint256)
8000000000000000
ceoAddress() view returns (address)
0xaf1e54b359b0897133f437fc961dd16f20c045e1
cfoAddress() view returns (address)
0xa874aa3e03842a84e4b252315488d27837d89544
cooAddress() view returns (address)
0x09191d18729da57a83a9afc8ace0c8d7d104e118
erc721Metadata() view returns (address)
0x0000000000000000000000000000000000000000
gen0CreatedCount() view returns (uint256)
34928
geneScience() view returns (address)
0x4fcfd9f5fda7b27dd731de6dfe15f7caf79304fa
name() view returns (string)
CryptoKitties
newContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
pregnantKitties() view returns (uint256)
3
promoCreatedCount() view returns (uint256)
3087
saleAuction() view returns (address)
0xb1690c08e213a35ed9bab7b318de14420fb57d8c
secondsPerBlock() view returns (uint256)
12
siringAuction() view returns (address)
0xc7af99fe5513eb6710e6d5f44f9989da40f27f26
symbol() view returns (string)
CK
totalSupply() view returns (uint256)
2024257
Read-only
balanceOf(address _owner) view returns (uint256 count)
canBreedWith(uint256 _matronId, uint256 _sireId) view returns (bool)
cooldowns(uint256) view returns (uint32)
getKitty(uint256 _id) view returns (bool isGestating, bool isReady, uint256 cooldownIndex, uint256 nextActionAt, uint256 siringWithId, uint256 birthTime, uint256 matronId, uint256 sireId, uint256 generation, uint256 genes)
isPregnant(uint256 _kittyId) view returns (bool)
isReadyToBreed(uint256 _kittyId) view returns (bool)
kittyIndexToApproved(uint256) view returns (address)
kittyIndexToOwner(uint256) view returns (address)
ownerOf(uint256 _tokenId) view returns (address owner)
sireAllowedToAddress(uint256) view returns (address)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenMetadata(uint256 _tokenId, string _preferredTransport) view returns (string infoUrl)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
approveSiring(address _addr, uint256 _sireId)
bidOnSiringAuction(uint256 _sireId, uint256 _matronId) payable
breedWithAuto(uint256 _matronId, uint256 _sireId) payable
createGen0Auction(uint256 _genes)
createPromoKitty(uint256 _genes, address _owner)
createSaleAuction(uint256 _kittyId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
createSiringAuction(uint256 _kittyId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
giveBirth(uint256 _matronId) returns (uint256)
pause()
setAutoBirthFee(uint256 val)
setCEO(address _newCEO)
setCFO(address _newCFO)
setCOO(address _newCOO)
setGeneScienceAddress(address _address)
setMetadataAddress(address _contractAddress)
setNewAddress(address _v2Address)
setSaleAuctionAddress(address _address)
setSecondsPerBlock(uint256 secs)
setSiringAuctionAddress(address _address)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
unpause()
withdrawAuctionBalances()
withdrawBalance()
Approval(address owner, address approved, uint256 tokenId)
Birth(address owner, uint256 kittyId, uint256 matronId, uint256 sireId, uint256 genes)
ContractUpgrade(address newContract)
Pregnant(address owner, uint256 matronId, uint256 sireId, uint256 cooldownEndBlock)
Transfer(address from, address to, uint256 tokenId)
constructor()
fallback()
This contract contains no error objects.