{{ token.symbol.length > 10 ? token.symbol.slice(0, 10) + '...' : token.symbol }}
{{ token.name }}
{{ token.amount | bigNumberFormat | shortenAmount : 6 : 4 }} {{ token.amount | bigNumberFormat }}
~{{ token.amount.multipliedBy(token.price).toFixed(2) }} $