h4wkSei total
Updated 2025-02-20
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
›
⌄
-- forked from Sei daily @ https://flipsidecrypto.xyz/edit/queries/434baa2a-bf45-4869-8d24-0bf622b53eed
-- forked from Sei STPM @ https://flipsidecrypto.xyz/edit/queries/26ea51e2-c36e-4787-9959-150d1449ee8a
select
-- date_trunc(day, block_timestamp) as date,
count(distinct tx_from) as DAU,
count(distinct tx_id) as tx_count
-- sum(DAU) over (order by date) as cumu_DAU,
-- sum(tx_count) over (order by date) as cumu_tx
from sei.core.fact_transactions
where tx_succeeded = TRUE
-- group by 1
QueryRunArchived: QueryRun has been archived