superflyUntitled Query
Updated 2023-07-27Copy Reference Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
select 'Psy finance' as Noun, count(distinct(voter_account)) as Members---number of members
from solana.core.fact_proposal_votes--Use this Burley table to reach the data
where PROGRAM_NAME='GovHgfDPyQ1GwazJTDY2avSVY8GGcpmCapmmCsymRaGe'---Contract address
union select 'Mango' as Noun, count(distinct(voter_account)) as Members----number of members
from solana.core.fact_proposal_votes---Use this Burley table to reach the data
where PROGRAM_NAME='GqTPL6qRf5aUuqscLh8Rg2HTxPUXfhhAXDptTLhp1t2J'---Contract address
union select 'Grape' as Noun, count(distinct(voter_account)) as Members-------number of members
from solana. core.fact_proposal_votes----Use this Burley table to reach the data
where PROGRAM_NAME='GovER5Lthms3bLBqWub97yVrMmEogzX7xNjdXpPPCVZw'---Contract address
and REALMS_ID='By2sVGZXwfQq6rAiAM3rNPJ9iQfb5e2QhnF4YjJ4Bip'
union select 'Solend' as Noun, count(distinct(voter_account)) as Members-------number of members
from solana.core.fact_proposal_votes----Use this Burley table to reach the data
where PROGRAM_NAME='A7kmu2kUcnQwAVn8B4znQmGJeUrsJ1WEhYVMtmiBLkEr'---Contract address
union select 'The Imperium of Rain' as Noun, count(distinct(voter_account)) as Members---number of members
from solana.core.fact_proposal_votes----Use this Burley table to reach the data
where PROGRAM_NAME='GovER5Lthms3bLBqWub97yVrMmEogzX7xNjdXpPPCVZw'---Contract address
and REALMS_ID='6orGiJYGXYk9GT2NFoTv2ZMYpA6asMieAqdek4YRH2Dn'
union select 'Metaplex Foundation ' as Noun, count(distinct(voter_account)) as Members-------number of members
from solana.core.fact_proposal_votes--Use this Burley table to reach the data
where PROGRAM_NAME='GmtpXy362L8cZfkRmTZMYunWVe8TyRjX5B7sodPZ63LJ'---Contract address
union select 'Metaplex Genesis' as Noun, count(distinct(voter_account)) as Members--------number of members
from solana.core.fact_proposal_votes---Use this Burley table to reach the data
where PROGRAM_NAME='GMpXgTSJt2nJ7zjD1RwbT2QyPhKqD2MjAZuEaLsfPYLF'---Contract address
union select 'Monke' as Noun, count(distinct(voter_account)) as Members----number of members
from solana.core.fact_proposal_votes---Use this Burley table to reach the data
where PROGRAM_NAME='GMnke6kxYvqoAXgbFGnu84QzvNHoqqTnijWSXYYTFQbB'--Contract address
union select 'JET DAO' as Noun, count(distinct(voter_account)) as Members------number of members
from solana.core.fact_proposal_votes---Use this Burley table to reach the data
where PROGRAM_NAME='JPGov2SBA6f7XSJF5R4Si5jEJekGiyrwP2m7gSEqLUs'---Contract address
union select 'Serum' as Noun, count(distinct(voter_account)) as Members----number of members
from solana.core.fact_proposal_votes---Use this Burley table to reach the data
where PROGRAM_NAME='AVoAYTs36yB5izAaBkxRG67wL1AMwG3vo41hKtUSb8is'---Contract address
union select 'Synthetify' as Noun, count(distinct(voter_account)) as Members
from solana.core.fact_proposal_votes---Use this Burley table to reach the data
where PROGRAM_NAME='GovER5Lthms3bLBqWub97yVrMmEogzX7xNjdXpPPCVZw'
and REALMS_ID='7oB84bSuxv9AH1iRdMp5nFLwpQApv8Yo9s1gGmDkHtSP'
Run a query to Download Data