Abbas_ra21Unstakers 2
Updated 2023-11-08
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
-- forked from Unstakers @ https://flipsidecrypto.xyz/edit/queries/5ca082d7-b484-4e5a-98a3-0ea08d40dff1
select
count(DISTINCT SIGNERS [0]) AS Unsatkers
from
solana.core.fact_transactions t,
table(flatten(account_keys)) f
where
f.value:pubkey = '3rBnnH9TTgd3xwu48rnzGsaQkSr1hR64nY71DrDt6VrQ'
and BLOCK_TIMESTAMP::date >= dateadd('Month',-3,current_Date)
Run a query to Download Data