Skip to content

Commit 3220132

Browse files
0xBoxergitbook-bot
authored andcommitted
GitBook: [dev] one page modified
1 parent f52de49 commit 3220132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-tables/data-tables/erc-20-balances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ from erc20."view_token_balances_latest"
4949
where token_address = '\x429881672B9AE42b8EbA0E26cD9C73711b891Ca5'
5050
and wallet_address != '\x0000000000000000000000000000000000000000'
5151
and wallet_address != '\x000000000000000000000000000000000000dead'
52-
and amount > 0.1
52+
and amount > 0.1 --filter out dust amounts, adjust this for different tokens based on economic value
5353
group by 1,3
5454

5555
```

0 commit comments

Comments
 (0)