Updated 2022-09-16Copy Reference Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
count(distinct ID ) as transactions ,
count(distinct PROPOSAL_ID ) as PROPOSAL_IDs ,
count(distinct VOTER ) as VOTERs ,
count(distinct PROPOSAL_AUTHOR ) as PROPOSAL_AUTHORs ,
count(distinct PROPOSAL_AUTHOR ) as PROPOSAL_AUTHORs ,
count(distinct SPACE_ID ) as SPACE_IDs
from ethereum.core.ez_snapshot
Run a query to Download Data