flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
BECOME A PARTNER
flipside
FloorDAO - $FLOOR transactions over time
Kurama
FloorDAO - $FLOOR transactions over time
Updated 2022-07-04
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
date_trunc
(
'day'
,
block_timestamp
)
as
date
,
COUNT
(
distinct
(
tx_hash
)
)
FROM
ethereum
.
core
.
fact_transactions
where
to_address
=
'0xf59257e961883636290411c11ec5ae622d19455e'
AND
status
=
'SUCCESS'
GROUP
BY
date
Results
Run a query to Download Data