catchain / tonscan

The Open Network explorer
https://tonscan.org
Other
189 stars 49 forks source link

Incorrect display of the NFT owner on the NFT page #36

Open data-will-be-here opened 1 year ago

data-will-be-here commented 1 year ago

Bug Type

UI

Reproduction steps

If the NFT is for sale, the explorer will say that the owner is a sale-contract when you open the NFT page. However, the NFT will also display at the owner's address.

Actual result

The user gets different information by opening different pages of the explorer.

This does not depend on the specific marketplace, the same is observed on Disintar and GetGems.

Expected result

It is necessary to specify the information and display in more detail the specific owner of the NFT and the address of the sale contract like this: image

Suggested Severity

Medium

Device

Additional Context

image image image image

ingria commented 1 year ago

Thank you for your input. This problem is partially caused by faulty API (see #39), the sale contract page should've looked like this:

tonscan_nft

We will think about how to improve the UX to avoid confusion.