Skip to main content
Schema: cosmos.gov Table: fact_governance_submit_proposal Type: View Records of all proposal submissions on Cosmos from chain version 4 and beyond. (This info may be available in the msgs column in core.fact_transactions, but we are not parsing it out at this time.)

Columns

Column NameData TypeDescription
BLOCK_IDNUMBERThe block height the block was recorded at.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time at which the block began.
TX_IDTEXTA unique key that identifies a transaction. Called “TxHash” on block explorers.
TX_SUCCEEDEDBOOLEANTransaction status is “TRUE” if the transaction went through, “FALSE” if the transaction failed.
PROPOSERTEXTThe address of the validator that submitted the proposal.
PROPOSAL_IDNUMBERNumeric ID that corresponds to the proposal.
PROPOSAL_TYPETEXTThe type of proposal that was submitted.
FACT_GOVERNANCE_SUBMIT_PROPOSAL_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.