boomer77v1 v v2
    Updated 2021-09-01
    select date_trunc('month', block_timestamp) as Months, sum(flashloan_amount_usd) as volume, aave_version
    from aave.flashloans
    group by 1,3
    order by 1 desc
    Run a query to Download Data