flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Daily used unique Solana Programs of 2022
ML6
Daily used unique Solana Programs of 2022
Updated 2022-07-04
Copy Reference
Fork
9
1
2
3
4
›
⌄
SELECT
date
,
count
(
DISTINCT
PROGRAM_ID
)
as
unique_programs
from
(
SELECT
block_timestamp
::
date
as
date
,
PROGRAM_ID
from
solana
.
core
.
fact_events
where
block_timestamp
::
date
>=
'2022-01-01'
and
SUCCEEDED
=
'TRUE'
)
GROUP
by
date
Results
Run a query to Download Data