sakineh5021-nIQRzBKashi TVL
Updated 2022-04-13
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
SELECT symbol ,sum(balance)
from ethereum.erc20_balances
where user_address <> '0x82ccea8020dde8df2932f6920c39e1259ff5eea1'
and user_address <> '0xad492e78ea607f1ccf1cefaa7ee37871932b1d02'
and user_address <> '0x5513864eb307be5e3442226a7832e081b2b4684e'
and user_address <>'0x8c654ea010cfb5312fc711f05cde3d91a7a8ddbe'
and user_address <> '0x15eb324e35530b5ab6883b0083cb7e60c6cf5736'
and user_address <> '0xca53266dfcf0126b4da8a7f535d492d533707d76'
and user_address <>'0xc7f94a1b4483efef8150757c9f1693488dd0b39e'
and balance_date = '2022-04-13'
and symbol like 'km%'
group by 1
order by 2 DESC
Run a query to Download Data