Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CryptoKitties contract returns zero tokens #7

Open
vrde opened this issue Mar 18, 2021 · 1 comment
Open

CryptoKitties contract returns zero tokens #7

vrde opened this issue Mar 18, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@vrde
Copy link

vrde commented Mar 18, 2021

If I query for crypto kitties:

{
  tokenContracts(where: {id: "0x06012c8cf97bead5deae237070f9587f8e7a266d"}) {
    id
    numTokens
  }
}

I get:

{
  "data": {
    "tokenContracts": []
  }
}
@wighawag
Copy link
Owner

Cryptokitties are not fully EIP-721 compliant and are thus currently not considered.
I might add a special case for them later

@wighawag wighawag added the enhancement New feature or request label Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants