sallarSushi Activity on Ethereum, number of depositors
    Updated 2022-06-30
    select
    symbol,
    count(distinct depositor) as number_of_users,
    action
    from ethereum.sushi.ez_lending
    where block_timestamp::date >= '2022-01-01'
    group by symbol, action
    Run a query to Download Data