{{ t('marketCapLabel') }}
{{ tokenInfo.marketCap || '$0' }}
{{ t('holdersLabel') }}
{{ formatNumber(tokenInfo.holders) }}
{{ t('volumeLabel') }}
{{ tokenInfo.volume || '$0' }}
{{ t('liquidityLabel') }}
{{ tokenInfo.liquidity || '$0' }}
{{ t('changeLabel') }}
{{ tokenInfo.change || '0%' }}