boomer77top target address
    Updated 2021-09-01
    select sum(flashloan_amount_usd), target_address
    from aave.flashloans
    where aave_version = 'Aave V2'
    group by 2
    order by 1 desc
    limit 10
    Run a query to Download Data