You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in /islands/src20/cards/SRC20TokenMintingCard.tsx and /islands/src20/cards/SRC20TokenOutmintedCard.tsx
we have a TOP MINTS value.
These pages are populated via islands/src20/SRC20Section.tsx API calls - one of which is fetchTrendingTokens which defaults to the last 1000 src-20 transactions to get the latest trending trx within that # of transactions. For the top mints we can calculate the % value within the total data set. so if there is tokenX 500 times in the last 1000 transactions then it represents 50% of the 'top mints'
when calling the fetchSrc20DetailsWithHolders function we may want to limit this calculation to only tokens which are not 100% fully minted.
The text was updated successfully, but these errors were encountered:
in /islands/src20/cards/SRC20TokenMintingCard.tsx and /islands/src20/cards/SRC20TokenOutmintedCard.tsx
we have a TOP MINTS value.
These pages are populated via islands/src20/SRC20Section.tsx API calls - one of which is fetchTrendingTokens which defaults to the last 1000 src-20 transactions to get the latest trending trx within that # of transactions. For the top mints we can calculate the % value within the total data set. so if there is tokenX 500 times in the last 1000 transactions then it represents 50% of the 'top mints'
when calling the fetchSrc20DetailsWithHolders function we may want to limit this calculation to only tokens which are not 100% fully minted.
The text was updated successfully, but these errors were encountered: