{{ t('phaseDesc').replace('{phase}', currentPhase + 1).replace('{total}', 3) }}
{{ t('phasePrice') }}:{{ formatUsdtPrice(phaseInfo.price) }} USDT/ARCO
(约{{ formatBnbPrice(phaseInfo.price, bnbUsdtPrice) }} BNB/ARCO)
{{ t('phaseProgress') }}:
{{ t('phaseSold') }}: {{ formatNumber((Number(phaseInfo.minted) / 1e18).toFixed(1)) }} {{ t('phaseUnit') }}
{{ t('phaseRemain') }}: {{ formatNumber((Number(phaseInfo.cap - phaseInfo.minted) / 1e18).toFixed(1)) }} {{ t('phaseUnit') }}
{{ t('contractInfo') }} (BSC主网):
• {{ t('minInvestment') }}: 0.2 BNB
• {{ t('maxInvestment') }}: 1 BNB ({{ t('cumulative') }})
• {{ t('contractAddress') }}: 0x48CB0DB9fc8a3AA89D1e8Bba62e6a12B47735246
• {{ t('yourInvestment') }}: {{ t('querying') }}...
• {{ t('mintStatus') }}: {{ mintStatus ? t('paused') : t('normal') }}