shadilTotal number of withdraws
    Updated 2022-08-12
    select count(*) as total
    from flipside_prod_db.aave.withdraws
    where date(block_timestamp) >= '{{start_date}}' and date(block_timestamp) <= '{{end_date}}'
    and aave_version = 'Aave V2'
    and symbol like '{{token_name}}'
    Run a query to Download Data