
{{ deposit.id }}
|
{{
deposit.amount | bigNumberFormat | withRound : 'toClosestValue' : { decimals: 0 }
}}
|
{{ id | functionCall : getTotalNftRewards : this }}
|
{{
deposit.tokenApr && deposit.tokenApr.gte(0)
? (deposit.tokenApr | bigNumberFormat : 2) + '%'
: '-'
}}
|
{{ deposit.endTimestamp | date : 'dd.MM.yyyy' }} |
|