ACTIVE_USERS | NEW_USERS | DEVS | |
---|---|---|---|
1 | 1663194 | 339736 | 171 |
Sandeshtotal stats ronin
Updated 2025-03-10
9
1
2
3
4
5
6
7
8
›
⌄
select
count(distinct from_address) as active_users
,count(case when nonce=0 then from_address else null end) as new_users
,count(distinct case when to_address is null then from_address else null end) as devs
from ronin.core.fact_transactions
where 1=1
and date_trunc('month',block_timestamp)='2025-02-01'
Last run: 10 days ago
1
22B
1s