SELECT
*
from ethereum.core.ez_nft_sales
where nft_address = '0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb'
-- and seller_address = '0x0000000000000000000000000000000000000000'
-- where project_name ilike '%Cryptopunk%'
-- and price_usd is not null
-- order by price_usd desc
order by block_timestamp desc
limit 100