mmdrezausdh hubble
Updated 2022-10-10
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select date_trunc('day',block_timestamp)as date,
count (distinct tx_id) as transctions,
count (distinct signers[0]) as Users,
sum(inner_instructions[1]:instructions[0]:parsed:info:amount/1e6) as Volume
from solana.core.fact_transactions
where inner_instructions[1]:instructions[0]:parsed:info:mint = 'USDH1SM1ojwWUga67PGrgFWUHibbjqMvuMaDkRJTgkX'
or inner_instructions[0]:instructions[0]:parsed:info:mint = 'USDH1SM1ojwWUga67PGrgFWUHibbjqMvuMaDkRJTgkX'
and instructions[0]:programId = 'HubbLeXBb7qyLHt3x7gvYaRrxQmmgExb7fCJgDqFuB6T'
and succeeded = 'TRUE'
group by 1
Run a query to Download Data