Table description

Contains relevant data associated with each transaction.

Column Descriptions

Column nameData TypeDescription
block_heightbigintThe height of the block where the transaction occurred.
chain_idvarcharThe ID of the chain where the transaction occurred.
tx_idvarcharThe unique ID of the transaction.
tx_infovarcharInformation related to the transaction.
tx_log_messagevarcharThe log message associated with the transaction.
memovarcharA memo associated with the transaction.
feevarcharThe fee associated with the transaction.
tx_codebigintThe result code of the transaction.
tx_indexbigintThe index of the transaction within the block.
gas_usedbigintThe amount of gas used by the transaction.
gas_wantedbigintThe amount of gas requested by the transaction.
schema_versionbigintThe schema version for the transaction data.
fee_coinsvarcharThe coins used to pay the transaction fee.
fee_grantervarcharThe address granting the fee for the transaction.
fee_payervarcharThe address paying the fee for the transaction.
gas_limitbigintThe gas limit set for the transaction.
single_sign_modebigintThe signing mode for single-signature transactions.
multi_sign_jsonvarcharJSON structure for multi-signature transactions.
timeout_heightvarcharThe timeout height set for the transaction.
updated_attimestamp(3) with time zoneTimestamp of when the record was last updated.
ingested_attimestamp(3) with time zoneTimestamp of when the record was ingested into Dune.

Table Sample