demora332023-04-19 05:48 PM
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
Select
CASE
WHEN ETH_TO_ADDRESS = '0xaed0c38402a5d19df6e4c03f4e2dced6e29c1ee9' then 'DAI / USD'
end as classification,
COUNT (DISTINTC TX_HASH)
-- ABS(sum(amount)) as amount,
-- token_symbol
from
ethereum.core.ez_eth_transfers
where
-- token_address = '\x514910771af9ca656af840dff83e8264ecf986ca'
Run a query to Download Data