Skip to main content
Schema: axelar.gov Table: fact_governance_proposal_deposits Type: View Records of all proposal deposits that have occurred on Axelar, dating back to the genesis block.

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.
DEPOSITORTEXTThe wallet address of the individual who deposited funds into the proposal. At least 100 AXL must be deposited into a proposal after it is submitted for it to go to vote.
PROPOSAL_IDNUMBERNumeric ID that corresponds to the proposal.
AMOUNTFLOATThe amount that was used in the transaction message.
CURRENCYTEXTThe currency that was used in the transaction message.
DECIMALNUMBERDivide amount by decimal to get the actual amount of currency being transferred.
FACT_GOVERNANCE_PROPOSAL_DEPOSITS_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.