flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Starknet - TX - 180d
Keyrock
Starknet - TX - 180d
Updated 2024-03-14
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
date_trunc
(
'day'
,
load_id
)
as
day
,
COUNT
(
DISTINCT
tx_hash
)
as
transaction_count
FROM
external
.
tokenflow_starknet
.
decoded_events
GROUP
BY
1
order
by
1
LIMIT
180
;
Results
QueryRunArchived: QueryRun has been archived