We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52de49 commit 3220132Copy full SHA for 3220132
data-tables/data-tables/erc-20-balances.md
@@ -49,7 +49,7 @@ from erc20."view_token_balances_latest"
49
where token_address = '\x429881672B9AE42b8EbA0E26cD9C73711b891Ca5'
50
and wallet_address != '\x0000000000000000000000000000000000000000'
51
and wallet_address != '\x000000000000000000000000000000000000dead'
52
-and amount > 0.1
+and amount > 0.1 --filter out dust amounts, adjust this for different tokens based on economic value
53
group by 1,3
54
55
```
0 commit comments