Moralis not indexing ethereum mainnet contract

Hi!

For some reason the following contract on mainnet is not being indexed:
0x36B70177eC3bF56d9Fd726fFbD06240267F46ea3

here’s the query: (note other contracts work fine)

curl -X 'GET' \
  'https://deep-index.moralis.io/api/v2/nft/0x36B70177eC3bF56d9Fd726fFbD06240267F46ea3?chain=eth&format=decimal&limit=100&order=DESC' \
  -H 'accept: application/json' \
  -H 'X-API-Key: ###'

Can someone help?

Hello we have checked with the dev team - that is not a standard contract so that’s why it hasn’t been indexed. Any updates will be posted here.

Hey! Thank you for your reply.

In what way is the contract not standard?
Would be awesome if you could specify details.

Thank you!

That contract is using the default interface for supportsInterface so that contract is being detected as ERC165 by default even though it has ERC20/ERC721 functionality.

But that contract will be indexed soon separately as an edge case.