sarath DAI volume 2
    Updated 2022-05-15

    SELECT origin_function_name,count(tx_id) as transactions ,sum(amount_usd) as DAI_volume from flipside_prod_db.ethereum.udm_events where symbol='DAI' and origin_function_name is not null
    GROUP by 1
    LIMIT 1000

    Run a query to Download Data