CarlOwOsFlow stats - NFT Comparison
    Updated 2022-09-15
    SELECT COUNT(DISTINCT buyer) AS buyers
    , COUNT(DISTINCT tx_id) AS sales
    , SUM(price) AS usd_vol
    FROM flow.core.ez_nft_sales
    WHERE block_timestamp >= '2022-01-01'
    Run a query to Download Data