Skip to main content
Schema: external.snapshot Table: ez_snapshot Type: View

What

A convenience view that contains all votes on Snapshot and information about the voting space and proposal.

Columns

Column NameData TypeDescription
IDTEXTA unique identifier assigned to a vote.
PROPOSAL_IDTEXTA unique identifier for the proposal being voted on.
VOTERTEXTThe wallet address of the user that voted on a proposal.
VOTE_OPTIONARRAYHow the user voted on the proposal. Corresponds to the choices array.
VOTING_POWERNUMBERThe amount of voting power one holds is proportional to the amount of the token they hold.
VOTE_TIMESTAMPTIMESTAMP_NTZThe time at which the vote was cast.
CHOICESARRAYAn array containing the voting options on the proposal.
PROPOSAL_AUTHORTEXTThe address of the wallet that wrote the proposal.
PROPOSAL_TITLETEXTThe title or name of the proposal.
PROPOSAL_TEXTTEXTThe body of the proposal.
SPACE_IDTEXTA way to identify which group, or space, on Snapshot a proposal belongs to.
NETWORKTEXTThe default network or blockchain used for the space.
DELAYNUMBERThe default number of hours of voting delay for the space. The voting delay is the time between proposal submission and the opening of voting.
QUORUMNUMBERThe minimum amount of voting power for a proposal to pass.
VOTING_PERIODNUMBERThe default time in hours within a space for a proposal to be open for voting.
VOTING_TYPETEXTThe type of voting system used for this space. If this column is not null, the same voting system will be used for all proposals in this space.
PROPOSAL_START_TIMETIMESTAMP_NTZThe time at which voting on the proposal begins.
PROPOSAL_END_TIMETIMESTAMP_NTZThe time at which voting on the proposal ends.