flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
5 most commonly used contract since the beginning of January chart
yasmin-n-d-r-h
5 most commonly used contract since the beginning of January chart
Updated 2022-07-02
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
DISTINCT
(
program_id
)
as
program
,
COUNT
(
program_id
)
as
count
FROM
solana
.
core
.
fact_events
WHERE
date_trunc
(
'day'
,
block_timestamp
)
>=
'2022-01-01'
GROUP
BY
program
ORDER
BY
count
DESC
LIMIT
5
Results
Run a query to Download Data