kenobi9270Daily volume of MakerDAO
    Updated 2022-05-15
    select sum(amount_usd), block_timestamp::date from ethereum.udm_events
    where
    from_address = '0x0000000000000000000000000000000000000000'
    and symbol = 'DAI' and origin_function_signature = '0x1cff79cd'
    group by 2
    Run a query to Download Data