Skip to main content

Table Description

Contains votes cast on Cardano governance action proposals. Under CIP-1694, three groups can vote: Delegated Representatives (DReps), Stake Pool Operators (SPOs), and the Constitutional Committee. Each row represents a single vote, including the voter role, the governance action being voted on, and the vote cast (yes, no, or abstain).

Column Descriptions

ColumnDescriptionType
tx_hashThe hash of the transaction containing this vote.varchar
vote_indexThe index of the vote within the transaction.integer
tx_indexThe index of the transaction within the block.integer
slotThe absolute slot number when the vote was cast.bigint
voter_roleThe role of the voter (e.g., DRep, SPO, ConstitutionalCommittee).varchar
voter_hashThe hash identifying the voter (DRep credential, pool hash, or CC member hash).varchar
gov_action_tx_hashThe hash of the transaction that submitted the governance proposal being voted on.varchar
gov_action_indexThe index of the governance proposal within its submission transaction.integer
voteThe vote cast (e.g., Yes, No, Abstain).varchar
anchor_urlThe URL pointing to off-chain rationale for the vote.varchar
anchor_hashThe hash of the content at the anchor URL.varchar
epochThe epoch in which the vote was cast.integer
block_numberThe sequential number of the block containing this vote.bigint
block_timeThe timestamp of the block containing this vote.timestamp
_updated_atThe time when this record was last updated.timestamp
_ingested_atThe time when this record was ingested into Dune.timestamp

Table Sample