Updated 2022-12-10
    SELECT DISTINCT EVENT_TYPE, count(*) FROM flow.core.fact_events
    WHERE EVENT_CONTRACT = 'A.ca63ce22f0d6bdba.Cryptoys'
    AND TX_SUCCEEDED = true
    group by event_type
    ORDER BY event_type DESC

    Run a query to Download Data