ERC721
Approval
Inputs
| Parameter | Type | Description |
|---|---|---|
| owner | address | |
| approved | address | |
| tokenId | uint256 |
Outputs
KittyAccessControl
setCFO
Inputs
| Parameter | Type | Description |
|---|---|---|
| _newCFO | address |
Outputs
setCOO
Inputs
| Parameter | Type | Description |
|---|---|---|
| _newCOO | address |
Outputs
setCEO
Inputs
| Parameter | Type | Description |
|---|---|---|
| _newCEO | address |
Outputs
pause
Inputs
Outputs
ContractUpgrade
Inputs
| Parameter | Type | Description |
|---|---|---|
| newContract | address |
Outputs
KittyAuction
setSaleAuctionAddress
Inputs
| Parameter | Type | Description |
|---|---|---|
| _address | address |
Outputs
setSiringAuctionAddress
Inputs
| Parameter | Type | Description |
|---|---|---|
| _address | address |
Outputs
withdrawAuctionBalances
Inputs
Outputs
createSiringAuction
Inputs
| Parameter | Type | Description |
|---|---|---|
| _kittyId | uint256 | |
| _startingPrice | uint256 | |
| _endingPrice | uint256 | |
| _duration | uint256 |
Outputs
createSaleAuction
Inputs
| Parameter | Type | Description |
|---|---|---|
| _kittyId | uint256 | |
| _startingPrice | uint256 | |
| _endingPrice | uint256 | |
| _duration | uint256 |
Outputs
bidOnSiringAuction
Inputs
| Parameter | Type | Description |
|---|---|---|
| _sireId | uint256 | |
| _matronId | uint256 |
Outputs
KittyBase
setSecondsPerBlock
Inputs
| Parameter | Type | Description |
|---|---|---|
| secs | uint256 |
Outputs
Birth
Inputs
| Parameter | Type | Description |
|---|---|---|
| owner | address | |
| kittyId | uint256 | |
| matronId | uint256 | |
| sireId | uint256 | |
| genes | uint256 |
Outputs
Transfer
Inputs
| Parameter | Type | Description |
|---|---|---|
| from | address | |
| to | address | |
| tokenId | uint256 |
Outputs
KittyBreeding
setGeneScienceAddress
Inputs
| Parameter | Type | Description |
|---|---|---|
| _address | address |
Outputs
setAutoBirthFee
Inputs
| Parameter | Type | Description |
|---|---|---|
| val | uint256 |
Outputs
giveBirth
Inputs
| Parameter | Type | Description |
|---|---|---|
| _matronId | uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 |
approveSiring
Inputs
| Parameter | Type | Description |
|---|---|---|
| _addr | address | |
| _sireId | uint256 |
Outputs
breedWithAuto
Inputs
| Parameter | Type | Description |
|---|---|---|
| _matronId | uint256 | |
| _sireId | uint256 |
Outputs
isReadyToBreed
Inputs
| Parameter | Type | Description |
|---|---|---|
| _kittyId | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
canBreedWith
Inputs
| Parameter | Type | Description |
|---|---|---|
| _matronId | uint256 | |
| _sireId | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
isPregnant
Inputs
| Parameter | Type | Description |
|---|---|---|
| _kittyId | uint256 |
Outputs
| Type | Description |
|---|---|
| bool |
Pregnant
Inputs
| Parameter | Type | Description |
|---|---|---|
| owner | address | |
| matronId | uint256 | |
| sireId | uint256 | |
| cooldownEndBlock | uint256 |
Outputs
KittyCore
setNewAddress
Inputs
| Parameter | Type | Description |
|---|---|---|
| _v2Address | address |
Outputs
unpause
Inputs
Outputs
withdrawBalance
Inputs
Outputs
getKitty
Inputs
| Parameter | Type | Description |
|---|---|---|
| _id | uint256 |
Outputs
| Type | Description |
|---|---|
| bool | |
| bool | |
| uint256 | |
| uint256 | |
| uint256 | |
| uint256 | |
| uint256 | |
| uint256 | |
| uint256 | |
| uint256 |
KittyCore
Inputs
Outputs
(fallback)
Inputs
Outputs
KittyMinting
createGen0Auction
Inputs
| Parameter | Type | Description |
|---|---|---|
| _genes | uint256 |
Outputs
createPromoKitty
Inputs
| Parameter | Type | Description |
|---|---|---|
| _genes | uint256 | |
| _owner | address |
Outputs
KittyOwnership
setMetadataAddress
Inputs
| Parameter | Type | Description |
|---|---|---|
| _contractAddress | address |
Outputs
transfer
Inputs
| Parameter | Type | Description |
|---|---|---|
| _to | address | |
| _tokenId | uint256 |
Outputs
transferFrom
Inputs
| Parameter | Type | Description |
|---|---|---|
| _from | address | |
| _to | address | |
| _tokenId | uint256 |
Outputs
approve
Inputs
| Parameter | Type | Description |
|---|---|---|
| _to | address | |
| _tokenId | uint256 |
Outputs
tokensOfOwner
Inputs
| Parameter | Type | Description |
|---|---|---|
| _owner | address |
Outputs
| Type | Description |
|---|---|
| uint256[] |
balanceOf
Inputs
| Parameter | Type | Description |
|---|---|---|
| _owner | address |
Outputs
| Type | Description |
|---|---|
| uint256 |
ownerOf
Inputs
| Parameter | Type | Description |
|---|---|---|
| _tokenId | uint256 |
Outputs
| Type | Description |
|---|---|
| address |
totalSupply
Inputs
Outputs
| Type | Description |
|---|---|
| uint256 |
tokenMetadata
Inputs
| Parameter | Type | Description |
|---|---|---|
| _tokenId | uint256 | |
| _preferredTransport | string |
Outputs
| Type | Description |
|---|---|
| string |
supportsInterface
Inputs
| Parameter | Type | Description |
|---|---|---|
| _interfaceID | bytes4 |
Outputs
| Type | Description |
|---|---|
| bool |
geneScience
Inputs
Outputs
| Type | Description |
|---|---|
| address |
gen0CreatedCount
Inputs
Outputs
| Type | Description |
|---|---|
| uint256 |
saleAuction
Inputs
Outputs
| Type | Description |
|---|---|
| address |
PROMO_CREATION_LIMIT
Inputs
Outputs
| Type | Description |
|---|---|
| uint256 |
erc721Metadata
Inputs
Outputs
| Type | Description |
|---|---|
| address |
autoBirthFee
Inputs
Outputs
| Type | Description |
|---|---|
| uint256 |
cooAddress
Inputs
Outputs
| Type | Description |
|---|---|
| address |
kittyIndexToOwner
Inputs
| Parameter | Type | Description |
|---|---|---|
| uint256 |
Outputs
| Type | Description |
|---|---|
| address |
cooldowns
Inputs
| Parameter | Type | Description |
|---|---|---|
| uint256 |
Outputs
| Type | Description |
|---|---|
| uint32 |
symbol
Inputs
Outputs
| Type | Description |
|---|---|
| string |
secondsPerBlock
Inputs
Outputs
| Type | Description |
|---|---|
| uint256 |
newContractAddress
Inputs
Outputs
| Type | Description |
|---|---|
| address |
GEN0_CREATION_LIMIT
Inputs
Outputs
| Type | Description |
|---|---|
| uint256 |
paused
Inputs
Outputs
| Type | Description |
|---|---|
| bool |
kittyIndexToApproved
Inputs
| Parameter | Type | Description |
|---|---|---|
| uint256 |
Outputs
| Type | Description |
|---|---|
| address |
sireAllowedToAddress
Inputs
| Parameter | Type | Description |
|---|---|---|
| uint256 |
Outputs
| Type | Description |
|---|---|
| address |
siringAuction
Inputs
Outputs
| Type | Description |
|---|---|
| address |
GEN0_AUCTION_DURATION
Inputs
Outputs
| Type | Description |
|---|---|
| uint256 |
pregnantKitties
Inputs
Outputs
| Type | Description |
|---|---|
| uint256 |
GEN0_STARTING_PRICE
Inputs
Outputs
| Type | Description |
|---|---|
| uint256 |
ceoAddress
Inputs
Outputs
| Type | Description |
|---|---|
| address |
name
Inputs
Outputs
| Type | Description |
|---|---|
| string |
promoCreatedCount
Inputs
Outputs
| Type | Description |
|---|---|
| uint256 |
cfoAddress
Inputs
Outputs
| Type | Description |
|---|---|
| address |