\n \n
- \n {{ $t('collection.items') }}\n
\n - \n {{ (collection.nft_count || 0).toLocaleString('en') }}\n
\n \n \n
- \n {{ 'To be minted' }}\n
\n - \n {{ collection.unminted_nft_count.toLocaleString('en') }}\n
\n \n \n
- Owned by DID
\n - \n {{ (collection.attached_to_did_count || 0).toLocaleString('en') }}\n
\n \n \n
- \n {{ $t('collection.trades') }}\n
\n - \n {{ (collection.trade_count || 0).toLocaleString('en') }}\n
\n \n \n
- \n {{ $t('collection.floor') }}\n
\n - \n {{ formatXchPrice(collection.floor_price) }}\n
\n \n \n
- \n {{ $t('collection.totalVolume') }}\n
\n - \n {{ formatXchPrice(collection.volume) }}\n
\n \n