Mitymaker flash loan
    Updated 2023-05-01
    select BLOCK_TIMESTAMP::date as day
    ,count(distinct BORROWER)
    from ethereum.maker.ez_flash_loans
    group by 1
    Run a query to Download Data