winnie-fs2023-11-27 07:31 PM copy
Updated 2024-01-18
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
›
⌄
-- forked from 2023-11-27 07:31 PM @ https://flipsidecrypto.xyz/edit/queries/f9d53af6-f05d-4425-bae8-19707920bff3
-- forked from 2023-10-11 01:41 PM @ https://flipsidecrypto.xyz/edit/queries/3878012a-bfc1-4ed6-a3b9-e6d59657287a
select
count(DISTINCT tx_id) as txs,
count(DISTINCT signers[0]) as users
from solana.core.fact_events
join solana.core.fact_transactions using(tx_id,block_timestamp,succeeded)
join lateral flatten (input => log_messages) f
where program_id = '3parcLrT7WnXAcyPfkCz49oofuuf2guUKkjuFkAhZW8Y'
and block_timestamp::date > '2023-12-10'
and succeeded
QueryRunArchived: QueryRun has been archived