flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Cryptoys Event Types
web3gameguides
Cryptoys Event Types
Updated 2023-05-29
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
event_type
,
count
(
*
)
FROM
flow
.
core
.
fact_events
where
event_contract
like
'%Cryptoys%'
--and event_type like '%Mint%'
group
by
event_type
Results
Run a query to Download Data