{{ $t(i18nConst.earnDuration) }}
{{ durationInDays }} {{ $t(i18nConst.earnDurationDays) }}
{{ $t(i18nConst.earnFixInterestRate) }}
{{ parseFloat(interestAPR * 100).toFixed(2) }} %
({{ parseFloat((interestAPR * 100) / 12).toFixed(2) }}{{ $t(i18nConst.earnFixMonthlyRevenue) }}){{ $t(i18nConst.earnFixFirstMonthRevenueBooster) }}
{{ parseFloat(firstMonthInterest * 100).toFixed(2) }} %
{{ $t(i18nConst.earnMetadexPriceUSDC) }}
1 {{ currentToken?.symbol }} = {{ utilsWeb3.formatDisplayAmount(parseFloat(amountForOneCurrentToken).toFixed(4)) }} METADEX
{{ $t(i18nConst.earnProtectionActiveInfoTitle) }} {{ $t(i18nConst.earnProtectionActiveInfoDescription, {token: currentToken.symbol}) }}
{{ $t(i18nConst.earnProtectionDeactivatedInfoTitle) }} {{ $t(i18nConst.earnProtectionDeactivatedInfoDescription, {token: currentToken.symbol}) }}