nitsDAI uses
    Updated 2022-05-18
    SELECT origin_function_name, count(*) as total_uses from ethereum.udm_events
    where symbol = 'DAI' and origin_function_name is not NULL
    GROUP by 1
    order by 2 desc
    limit 10
    Run a query to Download Data