monadmetrics-JFe1_RDistribution of users based on the number of NFTs minted
    Updated 2025-02-28
    SELECT
    COUNT(tx_hash) AS nfts_minted,
    COUNT(DISTINCT origin_from_address) AS minters
    FROM monad.testnet.fact_event_logs
    WHERE origin_to_address = '0x66e40f67afd710386379a6bb24d00308f81c183f'
    AND contract_address = '0x66e40f67afd710386379a6bb24d00308f81c183f'
    AND topic_0 = '0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62'
    AND tx_succeeded = 'TRUE'
    ORDER BY nfts_minted ASC

    Last run: about 2 months ago
    NFTS_MINTED
    MINTERS
    1
    31832169
    1
    13B
    1s