Pine Analyticschosen-gold copy
    Updated 2025-03-10
    select
    date(block_timestamp) as date,
    count(*) as NFTs_minted,
    sum(NFTs_minted) over (order by date) as total_NFTs_minted
    from polygon.nft.ez_nft_transfers
    where contract_address like lower('0x251BE3A17Af4892035C37ebf5890F4a4D889dcAD')
    and NFT_from_address like '0x0000000000000000000000000000000000000000'
    and is_mint
    group by 1
    order by 1 desc






    Last run: about 1 month ago
    DATE
    NFTS_MINTED
    TOTAL_NFTS_MINTED
    1
    2025-03-10 00:00:00.00070761178614
    2
    2025-03-09 00:00:00.000116961171538
    3
    2025-03-08 00:00:00.000122141159842
    4
    2025-03-07 00:00:00.000129211147628
    5
    2025-03-06 00:00:00.000147451134707
    6
    2025-03-05 00:00:00.000114811119962
    7
    2025-03-04 00:00:00.000122721108481
    8
    2025-03-03 00:00:00.000113801096209
    9
    2025-03-02 00:00:00.000122991084829
    10
    2025-03-01 00:00:00.000131941072530
    11
    2025-02-28 00:00:00.000181431059336
    12
    2025-02-27 00:00:00.000175291041193
    13
    2025-02-26 00:00:00.000165041023664
    14
    2025-02-25 00:00:00.000106821007160
    15
    2025-02-24 00:00:00.00013070996478
    16
    2025-02-23 00:00:00.00013211983408
    17
    2025-02-22 00:00:00.00017596970197
    18
    2025-02-21 00:00:00.00018095952601
    19
    2025-02-20 00:00:00.00019128934506
    20
    2025-02-19 00:00:00.00021326915378
    ...
    434
    16KB
    18s