web3gameguidesCryptoys Event Types
    Updated 2023-05-29
    SELECT event_type, count(*)
    FROM flow.core.fact_events
    where event_contract like '%Cryptoys%'
    --and event_type like '%Mint%'
    group by event_type

    Run a query to Download Data