boomer77crv use
    Updated 2021-09-20
    select origin_function_name, sum(amount)
    from ethereum.udm_events
    where lower(contract_address) = '0xd533a949740bb3306d119cc777fa900ba034cd52'
    and amount is not null and origin_function_name is not null and block_timestamp > '2021-01-01'
    group by 1
    order by 2 desc
    limit 10
    Run a query to Download Data