demora332023-04-19 05:48 PM
    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