-- forked from Sellers in All day NBA @ https://flipsidecrypto.xyz/edit/queries/ac592955-b75f-4b6c-81b2-f158d81e2f0c
SELECT count(*) as Nft_sales,
count (DISTINCT buyer) as buyers,
count (DISTINCT seller) as seller,
Sum(price) as pricevolume
from flow.nft.ez_nft_sales
where NFT_COLLECTION = 'A.e4cf4bdc1751c65d.AllDay'
and block_timestamp >= '2024-01-01'