flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Untitled Query
glass_blossoms
Untitled Query
Updated 2022-06-21
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
date_trunc
(
'day'
,
block_timestamp
)
as
dates
,
count
(
tx_hash
)
as
counts
,
event_type
from
flipside_prod_db
.
ethereum_core
.
ez_nft_transfers
WHERE
nft_address
=
lower
(
'0x4b10701Bfd7BFEdc47d50562b76b436fbB5BdB3B'
)
GROUP
BY
1
,
3
Results
Run a query to Download Data