← {{ t('backToList') }}
{{ t('loadingText') }}
{{ tokenInfo.tokenSymbol }}
📋 {{ truncateAddress(tokenInfo.tokenContractAddress, 20, 12) }} {{ t('clickToCopy') }}
💎 {{ t('totalSupply') }}: {{ formatSupply(tokenSupply) }}
{{ 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%' }}
💰 {{ t('priceTrend') }}
🏦 {{ t('marketcapTrend') }}
📊 {{ t('currentDisplay') }}: {{ t('marketcapChart') }} ({{ t('basedOnSupply') }} {{ formatSupply(tokenSupply) }})
📈 {{ t('currentDisplay') }}: {{ t('priceChart') }}
📈 {{ t('dailyChart') }}
🕐 {{ t('fourHourChart') }}