superflyUntitled Query
    Updated 2022-09-22
    select
    count(distinct PROPOSAL_ID) as no_proposals,
    count(distinct VOTER) as no_voter,
    count(*) as no_votes,
    count(distinct PROPOSAL_AUTHOR) as authors
    from ethereum.core.ez_snapshot where NETWORK='Ethereum Mainnet'

    Run a query to Download Data