Updated 2022-10-23
    SELECT COUNT(DISTINCT tx_id)
    from flow.core.fact_events
    where EVENT_CONTRACT ilike '%raceday%'
    and TX_SUCCEEDED ilike '%true%'
    and EVENT_TYPE ilike '%mint%'

    Run a query to Download Data