select count (distinct tx_id) as TX_Count,
count (distinct BLOCK_ID) as totalblocks,
count (distinct signers[0]) as Users_Count,
sum (FEE/1e9) as Totalfees
from solana.core.fact_transactions
where instructions[0]:programId = 'HubbLeXBb7qyLHt3x7gvYaRrxQmmgExb7fCJgDqFuB6T'
and succeeded = 'TRUE'