Eman-RazDeposit Over Time
    Updated 2023-12-29
    select date_trunc('{{Time_Frame}}',block_timestamp) as "Date", token_symbol as "Token", count(distinct tx_hash) as "Deposit Count",
    count(distinct depositor) as "Depositor Count", sum(amount_usd) as "Volume (USD)"
    from arbitrum.defi.ez_lending_deposits
    where platform='Silo' and event_name='Deposit'
    group by 1, 2
    order by 1








    -- Deposit
    -- SupplyCollateral
    -- Mint
    -- Supply
    QueryRunArchived: QueryRun has been archived