You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have looked through the docs and codebase and have not been able to find a way to find out the ENS name associated with an ENS NFT, given I know the token ID and contract address of the NFT. Is this supported via the SDK and I'm just missing something?
For example, I'm looking for a way to successfully implement the following hypothetical function using the SDK:
Is this possible with the SDK? If not, is it possible to do this at all? I was expecting to just be able to query tokenURI() like with any other ERC-721 contract but it looks like the implementation used by ENS does not implement this. Any info would be appreciated, thanks.
The text was updated successfully, but these errors were encountered:
I have looked through the docs and codebase and have not been able to find a way to find out the ENS name associated with an ENS NFT, given I know the token ID and contract address of the NFT. Is this supported via the SDK and I'm just missing something?
For example, I'm looking for a way to successfully implement the following hypothetical function using the SDK:
Is this possible with the SDK? If not, is it possible to do this at all? I was expecting to just be able to query
tokenURI()
like with any other ERC-721 contract but it looks like the implementation used by ENS does not implement this. Any info would be appreciated, thanks.The text was updated successfully, but these errors were encountered: