select
date(block_timestamp),
--time(block_timestamp),
event_type,
price
from ethereum.nft.ez_nft_sales
where 1= 1
and nft_address = '0x306b1ea3ecdf94ab739f1910bbda052ed4a9f949'
and platform_name = 'blur' and price < 1
and block_timestamp > '2023-01-01'
limit 100