articoloquintoUnique minters
    Updated 2022-07-18
    select count(distinct PURCHASER) as "unique minters"
    from solana.core.fact_nft_mints
    where PROGRAM_ID = '7ai9NePVdjZ2aPcMju7KQkXEryVQPxzZgMAhBieeZ1h'
    and SUCCEEDED = 'TRUE'
    Run a query to Download Data