Sbhn_NPTotal Unique Users
    Updated 2022-07-26
    select count(distinct signers[0]) as total_unique_users
    from solana.core.fact_transactions a
    full join solana.core.fact_events b
    on a.tx_id = b.tx_id
    where program_id = 'SWiMDJYFUGj6cPrQ6QYYYWZtvXQdRChSVAygDZDsCHC'
    Run a query to Download Data