flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Untitled QueryTotal txhash and active users
Vamp-2819
Untitled QueryTotal txhash and active users
Updated 2022-09-29
Copy Reference
Fork
9
1
2
›
⌄
select
count
(
DISTINCT
(
tx_hash
)
)
as
tx_hash
,
count
(
DISTINCT
(
from_address
)
)
as
users
from
ethereum
.
core
.
ez_token_transfers
where
block_timestamp
>=
'2022-09-15'
Results
Run a query to Download Data