[SOLVED]Has anybody recently displayed Metadata on https://testnets.opensea.io?

I can see my transaction went through and the tokenURI is there.
https://goerli.etherscan.io/address/0x0a4c225e80d861fd4093dbccbd42652f037fc33c#readContract

But my issue is that OpenSea does not show any metadata.

Anybody has a solution?

what is the token uri associated with a token id?

https://gateway.pinata.cloud/ipfs/Qma4NB2P6N73x2m7zQetNDbiDtbcD4adrnFJmtvC1w5KfF

OpenSea probably canโ€™t use this metadataโ€™s property names, check their metadata standards.

You should instead use:

{"name":"mecha","image":"ipfs://QmPesx2hv4A3Qqfoo4qP9zgXDKu9qofKCwWEN3LTHukVi1","description":"human"}
1 Like

You are right. Thank you so much for the clarification.