Chuqs_emxtxproper-teal copy
    Updated 2024-12-10
    -- forked from proper-teal @ https://flipsidecrypto.xyz/studio/queries/0f877abe-bab6-4694-a2b5-113ea9b31bcf
    SELECT
    project_name,
    COUNT(*) AS Number_of_mints
    FROM
    aptos.nft.ez_nft_mints
    WHERE
    BLOCK_TIMESTAMP >= '2024-01-01'
    GROUP by
    1
    ORDER by
    2 DESC
    QueryRunArchived: QueryRun has been archived