freemartianDaily Brush Sales
    Updated 2024-05-03
    SELECT
    *

    -- block_timestamp::date AS day,
    -- count(tx_hash) as sale_count,
    -- sum(price) as sale_volume
    FROM base.nft.ez_nft_sales
    WHERE nft_address = '0xd68fe5b53e7e1abeb5a4d0a6660667791f39263a'
    AND CURRENCY_ADDRESS IS NOT NULL



    -- GROUP BY 1







    QueryRunArchived: QueryRun has been archived