Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Token Metadata Not Showing on NFT Page#322

L

I want to show metadata related to my token (ID 1984) here: https://testnet.snowtrace.io/nft/0x93D8AA25D311e43bD75f9eb26F4869D88024dC1d/1984

Here is my contract: https://testnet.snowtrace.io/token/0x93D8AA25D311e43bD75f9eb26F4869D88024dC1d/contract/readContract?chainId=43113

The contract has a uri method generating the URI based on the token ID. For token ID 1984, that is: https://armada-subnet.nyc3.digitaloceanspaces.com/asset-registry/0x93D8AA25D311e43bD75f9eb26F4869D88024dC1d/1984.json

However, I still do not see the data on the token ID page (the first link above). How can I get the token metadata to show on that page?

13 days ago
R
Changed the status to
Investigating
6 days ago
R

You need to use “tokenURI” since that is the standard instead of “uri”
https://eips.ethereum.org/EIPS/eip-721

6 days ago
R
Changed the status to
Completed
6 days ago