hashgraph / hedera-mirror-node-explorer

Hedera Mirror Node Explorer for the Hedera Hashgraph DLT.
Apache License 2.0
16 stars 12 forks source link

Mirrornode returns a total supply of 0 even when some accounts hold the token. #1073

Closed se7enarianelabs closed 4 months ago

se7enarianelabs commented 4 months ago

Description

The mirrornode returns a total_supply of 0 for the testnet USDC token: link, but this is not accurate as some accounts hold the token: link.

Steps to reproduce

  1. Search for this token (0.0.429274) on the Testnet HashScan: https://hashscan.io/testnet/token/0.0.429274?p=1 and check the total supply.
  2. Verify that some accounts hold the token: https://testnet.mirrornode.hedera.com/api/v1/tokens/0.0.429274/balances

Additional context

image

Hedera network

testnet

Version

v0.1.0

Operating system

None

ericleponner commented 4 months ago

In data returned by mirror node, total_supply is "0". So HashScan displays the expected value. Could you file an issue in mirror-node project ? Closing.

se7enarianelabs commented 4 months ago

Done: https://github.com/hashgraph/hedera-mirror-node/issues/8433