ERC 1155 / ERC 721 fetching metadata issue #7005
Replies: 2 comments 3 replies
-
I'm curious about this as well; I'm having the same issue while deploying an ERC-721 contract on the new Lamina1 testnet. The weird thing is that it's intermittent. Some tokens I mint work just fine, in the sense that you can navigate to the individual token page and it shows up without a problem. Others, though, throw a 404 error -- all with the exact same contract. I haven't been able to suss out a pattern; I've tried "safeminting" NFTs via both Remix and the Write Contract option in Blockscout and there's no clear situation that will cause a token to work (or not). Originally, I'd thought that the issue was with the metadata, but I've gone over the files a thousand times, and different tokens have been affected from attempt to attempt. The next thought was that the Solidity version / compiler was the problem, so I made sure that those were the same, but while that moved me from "no tokens visible" to "some tokens visible", it didn't result in a consistent experience. I'm now wondering if this has to do with the way that Blockscout works. Is it possible that, during the execution of a contract, that Blockscout somehow "misses" an entry, or drops some data? Is there a way to go back and fix the information? Or what else might be the issue here? (I half feel like there is some glaringly obvious thing I'm just missing.) Here are some examples of what I'm talking about: A token that shows up just fine: https://testnet-explorer.lamina1.global/token/0xc4feaad379c386a6345e832769e6cb5b77c1d36c/instance/3/token-transfers Thank you in advance! |
Beta Was this translation helpful? Give feedback.
-
Hey @Jackalgirl @ssunicsoft, I personally can't directly advise on the issue but you might try searching in/asking in Blockscout's official Discord channel: discord.gg/blockscout Someone from the community or core team might be able to help. |
Beta Was this translation helpful? Give feedback.
-
If there special ENV to enable fetching metadata for NFT tokens?
I deployed blockscout for my local EVM network (based on EVMOS).
It indexes ERC 1155 / 721 tokens, but the token page has HTTP 404.
If anyone meets such behaviour? I use blockscout 5.1.0
Plz help...
http://ec2-3-234-221-169.compute-1.amazonaws.com:4000/address/0x88865eA80998B00cF2BBf0303E96cD91495A4873/tokens#address-tabs
Beta Was this translation helpful? Give feedback.
All reactions