flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
DAU on SEI V2 only
hess
DAU on SEI V2 only
Updated 2025-03-05
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
block_timestamp
::
date
as
day
,
count
(
DISTINCT
from_address
)
as
DAU
,
count
(
DISTINCT
tx_hash
)
as
transactions
from
sei
.
core_evm
.
fact_transactions
where
block_timestamp
::
date
>=
'{{Start}}'
and
block_timestamp
::
date
<=
'{{End}}'
group
by
1
Results
QueryRunArchived: QueryRun has been archived