-
ERC-20 Tokens
+
ERC-20 Tokens
{pagination && pagination.total > 0 && (
Total: {formatNumber(pagination.total)} tokens
@@ -58,7 +58,7 @@ export default function TokensPage() {
|
- |
Contract |
- handleSort('decimals')}>
+ handleSort('decimals')}>
Decimals
{sort.key === 'decimals' && (
|
- handleSort('first_seen_block')}>
+ handleSort('first_seen_block')}>
First Seen Block
{sort.key === 'first_seen_block' && (
|