CryptoKitties
Contract List
Contract List
Collect and trade CryptoKitties in one of the world's first blockchain games. Breed your rarest cats to create the purrfect furry friend. The future is meow!
View ABI Document / Source Code
Name | Contract / LibraryName | Type | StateMutability | Modifiers | Payable | Anonymous | Inputs | Outputs |
---|---|---|---|---|---|---|---|---|
ClockAuction | function | nonpayable | Restricted (whenPaused, onlyOwner) | false | false | _tokenId(uint256) | ||
ClockAuction | function | nonpayable | false | false | _tokenId(uint256) | |||
ClockAuction | function | nonpayable | false | false | ||||
ClockAuction | function | view | false | false | _tokenId(uint256) | uint256 | ||
ClockAuction | function | view | false | false | _tokenId(uint256) | address uint256 uint256 uint256 uint256 | ||
ClockAuctionBase | event | false | false | tokenId(uint256) | void | |||
ClockAuctionBase | event | false | false | tokenId(uint256) totalPrice(uint256) winner(address) | void | |||
ClockAuctionBase | event | false | false | tokenId(uint256) startingPrice(uint256) endingPrice(uint256) duration(uint256) | void | |||
Pausable | event | false | false | void | ||||
Pausable | event | false | false | void | ||||
SiringClockAuction | function | nonpayable | false | false | _tokenId(uint256) _startingPrice(uint256) _endingPrice(uint256) _duration(uint256) _seller(address) | |||
SiringClockAuction | function | payable | true | false | _tokenId(uint256) | |||
SiringClockAuctionSiringClockAuction | SiringClockAuction | constructor | nonpayable | Restricted (ClockAuction) | false | false | _nftAddr(address) _cut(uint256) | void |
function | nonpayable | false | false | newOwner(address) | ||||
function | view | false | false | address | ||||
function | view | false | false | address | ||||
function | nonpayable | false | false | bool | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | bool | ||||
function | view | false | false | bool | ||||
function | nonpayable | false | false | bool |
View ABI Document / Source Code
Name | Contract / LibraryName | Type | StateMutability | Modifiers | Payable | Anonymous | Inputs | Outputs |
---|---|---|---|---|---|---|---|---|
GeneScience | function | nonpayable | false | false | _birtherAddress(address) | |||
GeneScience | function | nonpayable | false | false | _genes1(uint256) _genes2(uint256) _targetBlock(uint256) | uint256 | ||
GeneScience | function | pure | false | false | _genes(uint256) | uint8[12] | ||
GeneScience | function | pure | false | false | _genes(uint256) | uint8[] | ||
GeneScience | function | pure | false | false | _traits(uint8[]) | uint256 | ||
GeneScienceGeneScience | GeneScience | constructor | nonpayable | false | false | _privilegedBirtherAddress(address) _kittyCoreAddress(address) | void | |
function | view | false | false | bool | ||||
function | view | false | false | uint256 |
View ABI Document / Source Code
Name | Contract / LibraryName | Type | StateMutability | Modifiers | Payable | Anonymous | Inputs | Outputs |
---|---|---|---|---|---|---|---|---|
ClockAuction | function | nonpayable | Restricted (whenPaused, onlyOwner) | false | false | _tokenId(uint256) | ||
ClockAuction | function | nonpayable | false | false | _tokenId(uint256) | |||
ClockAuction | function | nonpayable | false | false | ||||
ClockAuction | function | view | false | false | _tokenId(uint256) | uint256 | ||
ClockAuction | function | view | false | false | _tokenId(uint256) | address uint256 uint256 uint256 uint256 | ||
ClockAuctionBase | event | false | false | tokenId(uint256) | void | |||
ClockAuctionBase | event | false | false | tokenId(uint256) totalPrice(uint256) winner(address) | void | |||
ClockAuctionBase | event | false | false | tokenId(uint256) startingPrice(uint256) endingPrice(uint256) duration(uint256) | void | |||
Pausable | event | false | false | void | ||||
Pausable | event | false | false | void | ||||
SaleClockAuction | function | nonpayable | false | false | _tokenId(uint256) _startingPrice(uint256) _endingPrice(uint256) _duration(uint256) _seller(address) | |||
SaleClockAuction | function | payable | true | false | _tokenId(uint256) | |||
SaleClockAuction | function | view | false | false | uint256 | |||
SaleClockAuctionSaleClockAuction | SaleClockAuction | constructor | nonpayable | Restricted (ClockAuction) | false | false | _nftAddr(address) _cut(uint256) | void |
function | nonpayable | false | false | newOwner(address) | ||||
function | view | false | false | address | ||||
function | view | false | false | address | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | bool | ||||
function | nonpayable | false | false | bool | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | bool | ||||
function | view | false | false | (uint256) | uint256 | |||
function | nonpayable | false | false | bool |
View ABI Document / Source Code
Name | Contract / LibraryName | Type | StateMutability | Modifiers | Payable | Anonymous | Inputs | Outputs |
---|---|---|---|---|---|---|---|---|
Offers | function | nonpayable | Restricted (whenFrozen) | false | false | _tokenId(uint256) | ||
Offers | function | nonpayable | Restricted (whenNotFrozen) | false | false | _tokenId(uint256) | ||
Offers | function | nonpayable | Restricted (whenNotFrozen) | false | false | _tokenId(uint256) _minOfferPrice(uint128) | ||
Offers | function | nonpayable | Restricted (whenNotFrozen) | false | false | _tokenIds(uint256[]) | ||
Offers | function | payable | Restricted (whenNotFrozen) | true | false | _tokenId(uint256) | ||
Offers | function | payable | Restricted (whenNotFrozen) | true | false | _tokenId(uint256) | ||
OffersOffers | Offers | constructor | nonpayable | false | false | _nftAddress(address) _cooAddress(address) _globalDuration(uint256) _minimumTotalValue(uint256) _minimumPriceIncrement(uint256) _unsuccessfulFee(uint256) _offerCut(uint256) | void | |
Offers | fallback | payable | true | false | void | void | ||
OffersAccessControl | function | nonpayable | Restricted (onlyCEO) | false | false | _newCFO(address) | ||
OffersAccessControl | function | nonpayable | Restricted (onlyCEO) | false | false | _newCOO(address) | ||
OffersAccessControl | function | nonpayable | Restricted (onlyCEO) | false | false | _newCEO(address) | ||
OffersAccessControl | function | nonpayable | Restricted (onlyCEO) | false | false | _newLostAndFound(address) | ||
OffersAccessControl | function | nonpayable | Restricted (onlyCFO) | false | false | |||
OffersAccessControl | function | nonpayable | Restricted (onlyCeoOrCfo, whenNotFrozen) | false | false | |||
OffersAccessControl | function | nonpayable | Restricted (onlyLostAndFound) | false | false | |||
OffersBase | event | false | false | tokenId(uint256) to(address) amount(uint256) | void | |||
OffersBase | event | false | false | tokenId(uint256) bidder(address) amount(uint256) | void | |||
OffersBase | event | false | false | tokenId(uint256) bidder(address) bidderReceived(uint256) fee(uint256) | void | |||
OffersBase | event | false | false | tokenId(uint256) bidder(address) newExpiresAt(uint256) totalRaised(uint256) | void | |||
OffersBase | event | false | false | tokenId(uint256) bidder(address) owner(address) ownerReceived(uint256) fee(uint256) | void | |||
OffersBase | event | false | false | tokenId(uint256) bidder(address) bidderReceived(uint256) fee(uint256) | void | |||
OffersBase | event | false | false | tokenId(uint256) bidder(address) expiresAt(uint256) total(uint256) offerPrice(uint256) | void | |||
OffersConfig | function | nonpayable | Restricted (onlyCOO, whenNotFrozen) | false | false | _newUnsuccessfulFee(uint256) | ||
OffersConfig | function | nonpayable | Restricted (onlyCOO, whenNotFrozen) | false | false | _newDuration(uint256) | ||
OffersConfig | function | nonpayable | Restricted (onlyCOO, whenNotFrozen) | false | false | _newMinTotal(uint256) | ||
OffersConfig | function | nonpayable | Restricted (onlyCOO, whenNotFrozen) | false | false | _newMinimumPriceIncrement(uint256) | ||
OffersConfig | function | nonpayable | Restricted (onlyCOO, whenNotFrozen) | false | false | _newOfferCut(uint256) | ||
OffersConfig | event | false | false | value(uint256) | void | |||
OffersConfig | event | false | false | value(uint256) | void | |||
OffersConfig | event | false | false | value(uint256) | void | |||
OffersConfig | event | false | false | value(uint256) | void | |||
OffersConfig | event | false | false | value(uint256) | void | |||
function | view | false | false | address | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | (uint256) | uint64, address, uint16, uint128, uint128, | |||
function | view | false | false | uint256 | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | address | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | address | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | address | ||||
function | view | false | false | bool | ||||
function | view | false | false | address |
View ABI Document / Source Code
Name | Contract / LibraryName | Type | StateMutability | Modifiers | Payable | Anonymous | Inputs | Outputs |
---|---|---|---|---|---|---|---|---|
ERC721 | event | false | false | owner(address) approved(address) tokenId(uint256) | void | |||
KittyAccessControl | function | nonpayable | Restricted (onlyCEO) | false | false | _newCFO(address) | ||
KittyAccessControl | function | nonpayable | Restricted (onlyCEO) | false | false | _newCOO(address) | ||
KittyAccessControl | function | nonpayable | Restricted (onlyCEO) | false | false | _newCEO(address) | ||
KittyAccessControl | function | nonpayable | Restricted (onlyCLevel, whenNotPaused) | false | false | |||
KittyAccessControl | event | false | false | newContract(address) | void | |||
KittyAuction | function | nonpayable | Restricted (onlyCEO) | false | false | _address(address) | ||
KittyAuction | function | nonpayable | Restricted (onlyCEO) | false | false | _address(address) | ||
KittyAuction | function | nonpayable | Restricted (onlyCLevel) | false | false | |||
KittyAuction | function | nonpayable | Restricted (whenNotPaused) | false | false | _kittyId(uint256) _startingPrice(uint256) _endingPrice(uint256) _duration(uint256) | ||
KittyAuction | function | nonpayable | Restricted (whenNotPaused) | false | false | _kittyId(uint256) _startingPrice(uint256) _endingPrice(uint256) _duration(uint256) | ||
KittyAuction | function | payable | Restricted (whenNotPaused) | true | false | _sireId(uint256) _matronId(uint256) | ||
KittyBase | function | nonpayable | Restricted (onlyCLevel) | false | false | secs(uint256) | ||
KittyBase | event | false | false | owner(address) kittyId(uint256) matronId(uint256) sireId(uint256) genes(uint256) | void | |||
KittyBase | event | false | false | from(address) to(address) tokenId(uint256) | void | |||
KittyBreeding | function | nonpayable | Restricted (onlyCEO) | false | false | _address(address) | ||
KittyBreeding | function | nonpayable | Restricted (onlyCOO) | false | false | val(uint256) | ||
KittyBreeding | function | nonpayable | Restricted (whenNotPaused) | false | false | _matronId(uint256) | uint256 | |
KittyBreeding | function | nonpayable | Restricted (whenNotPaused) | false | false | _addr(address) _sireId(uint256) | ||
KittyBreeding | function | payable | Restricted (whenNotPaused) | true | false | _matronId(uint256) _sireId(uint256) | ||
KittyBreeding | function | view | false | false | _kittyId(uint256) | bool | ||
KittyBreeding | function | view | false | false | _matronId(uint256) _sireId(uint256) | bool | ||
KittyBreeding | function | view | false | false | _kittyId(uint256) | bool | ||
KittyBreeding | event | false | false | owner(address) matronId(uint256) sireId(uint256) cooldownEndBlock(uint256) | void | |||
KittyCore | function | nonpayable | Restricted (onlyCEO, whenPaused) | false | false | _v2Address(address) | ||
KittyCore | function | nonpayable | Restricted (onlyCEO, whenPaused) | false | false | |||
KittyCore | function | nonpayable | Restricted (onlyCFO) | false | false | |||
KittyCore | function | view | false | false | _id(uint256) | bool, bool, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, | ||
KittyCoreKittyCore | KittyCore | constructor | nonpayable | false | false | void | ||
KittyCore | fallback | payable | true | false | void | void | ||
KittyMinting | function | nonpayable | Restricted (onlyCOO) | false | false | _genes(uint256) | ||
KittyMinting | function | nonpayable | Restricted (onlyCOO) | false | false | _genes(uint256) _owner(address) | ||
KittyOwnership | function | nonpayable | Restricted (onlyCEO) | false | false | _contractAddress(address) | ||
KittyOwnership | function | nonpayable | Restricted (whenNotPaused) | false | false | _to(address) _tokenId(uint256) | ||
KittyOwnership | function | nonpayable | Restricted (whenNotPaused) | false | false | _from(address) _to(address) _tokenId(uint256) | ||
KittyOwnership | function | nonpayable | Restricted (whenNotPaused) | false | false | _to(address) _tokenId(uint256) | ||
KittyOwnership | function | view | false | false | _owner(address) | uint256[] | ||
KittyOwnership | function | view | false | false | _owner(address) | uint256 | ||
KittyOwnership | function | view | false | false | _tokenId(uint256) | address | ||
KittyOwnership | function | view | false | false | uint256 | |||
KittyOwnership | function | view | false | false | _tokenId(uint256) _preferredTransport(string) | string | ||
KittyOwnership | function | view | false | false | _interfaceID(bytes4) | bool | ||
function | view | false | false | address | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | address | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | address | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | address | ||||
function | view | false | false | (uint256) | address | |||
function | view | false | false | (uint256) | uint32 | |||
function | view | false | false | string | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | address | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | bool | ||||
function | view | false | false | (uint256) | address | |||
function | view | false | false | (uint256) | address | |||
function | view | false | false | address | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | address | ||||
function | view | false | false | string | ||||
function | view | false | false | uint256 | ||||
function | view | false | false | address |