rajsUntitled Query
    Updated 2022-06-30
    SELECT
    origin_function_signature,
    count(*)
    from ethereum.core.fact_event_logs
    where contract_address = '0xf1b99e3e573a1a9c5e6b2ce818b617f0e664e86b'
    and event_name is null
    group by 1
    order by 2 desc
    -- limit 3

    Run a query to Download Data