mucryptoOrbs DAO, monthly votes
    Updated 2024-08-18
    select
    date_trunc('month', proposal_start_time) as "Month",
    count(distinct voter) as "Votes",
    sum("Votes") over (order by "Month") as "Total Votes Over Time"
    from external.snapshot.ez_snapshot
    where space_id = 'orbs-network.eth'
    group by 1
    order by 1
    Auto-refreshes every 24 hours
    QueryRunArchived: QueryRun has been archived