piperBase - Number of NFT collections
    Updated 2023-11-07
    SELECT
    COUNT(DISTINCT PROJECT_NAME) AS "Number of NFT collections"
    FROM
    base.core.ez_nft_transfers
    WHERE
    EVENT_TYPE = 'mint'
    Run a query to Download Data