HosseinUntitled Query
    Updated 2022-11-16
    select distinct(event_type)
    from flow.core.fact_events
    where event_type ilike '%NFTMint%'
    Run a query to Download Data