flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
famous-white
Sbhn_NP
famous-white
Updated 2025-06-30
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
date_trunc
(
'month'
,
block_timestamp
)
as
date
,
count
(
distinct
source_account
)
as
deployers
,
count
(
distinct
id
)
as
creations
from
stellar
.
core
.
fact_operations
where
soroban_operation_type
ilike
'%create_contract%'
group
by
1
Results
QueryRunArchived: QueryRun has been archived