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