blockscout / frontend

Front-end application for Blockscout
https://blockscout.com
GNU General Public License v3.0
181 stars 474 forks source link

Handle nonexistent NFT instances #1557

Open yvaskov opened 10 months ago

yvaskov commented 10 months ago

Description

Currently backend returns some info for nonexistent NFT instances (not yet minted). As a result we display a page with token id, contract info and marketplace links, as if instance was valid. Example: https://eth-goerli.blockscout.com/token/0xC36442b4a4522E871399CD717aBDD847Ab11FE88/instance/9999999

Image

We need to come up with a solution to display such pages in a different way, either 404 or some custom page.

yvaskov commented 1 week ago

https://eth.blockscout.com/token/0x002faC1220Cd7C1907F36cc659E405A2C38b638F/instance/9999999