Team 6Query 1 - Project Bored Ape (count minted NFT)
    Updated 2023-11-17
    --- Identify the total count of minted Bored Ape NFT
    SELECT COUNT (DISTINCT token_name) AS COUNT_MINTED
    FROM ethereum.nft.dim_nft_metadata
    WHERE project_name LIKE '%bored_ape_yacht_club%'


    Run a query to Download Data