Summary
On the "NFT Detail" page, add something that shows the NAV entries for the scope, and show the usd entry as $x.00.
Problem Definition
- There's currently nowhere in explorer to see this value.
- There's been some confusion over the scale of the special
usd NAV denom (whole dollars vs milli-dollars), and displaying the value can help clarify it.
Proposal
On the "NFT Detail" page (e.g.), in the top info box, add a field for "Value" that will show the usd NAV entry for the scope in the format $<x>.00. If the scope doesn't have a usd NAV, just show -- like the other fields that don't have a value.
For example, scope1qp2pu8e0pk05365xyp0wg9p7l5as4m4pld currently has this NAV: {"price":{"denom":"usd","amount":"155682230"},"updated_block_height":"25778102","volume":"1"}. That would be displayed as $155,682,230.00.
For Admin Use
Summary
On the "NFT Detail" page, add something that shows the NAV entries for the scope, and show the
usdentry as$x.00.Problem Definition
usdNAV denom (whole dollars vs milli-dollars), and displaying the value can help clarify it.Proposal
On the "NFT Detail" page (e.g.), in the top info box, add a field for "Value" that will show the
usdNAV entry for the scope in the format$<x>.00. If the scope doesn't have ausdNAV, just show--like the other fields that don't have a value.For example, scope1qp2pu8e0pk05365xyp0wg9p7l5as4m4pld currently has this NAV:
{"price":{"denom":"usd","amount":"155682230"},"updated_block_height":"25778102","volume":"1"}. That would be displayed as$155,682,230.00.For Admin Use