mahdishUntitled Query
    Updated 2022-10-10
    select count(distinct tx_id) as "transactions",
    count(distinct signers[0]) as "unique users"
    from solana.core.fact_transactions
    where instructions[0]:programId = 'HubbLeXBb7qyLHt3x7gvYaRrxQmmgExb7fCJgDqFuB6T'
    and succeeded = 'TRUE'
    Run a query to Download Data