Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

Table Details

PropertyValue
Table Namecasper.raw.transactions
Table StatusProduction-Ready
Unique Keyblock_timestamp, block_height, hash
Clustering Key(s)to_date("block_timestamp")
Search Optimizationhash, block_height, initiator

Table Columns

Column NameData TypeDescription
hashVARCHAR(16777216)Hash of the transaction.
transaction_indexNUMBER(38,0)Index of the transaction within the block.
transaction_resultVARCHAR(16777216)Execution result of the transaction (e.g., Success or Failure).
initiatorVARCHAR(16777216)Account that signed and initiated the transaction.
costVARCHAR(16777216)Total motes charged for the transaction.
gas_priceNUMBER(38,0)Per-transaction gas price tolerance (Version1); null for legacy Deploy transactions.
gas_consumedVARCHAR(16777216)Computational gas units consumed during execution.
gas_limitVARCHAR(16777216)Maximum gas units the transaction is allowed to consume.
gas_refundVARCHAR(16777216)Motes refunded to the initiator after execution.
current_priceNUMBER(38,0)Block-level current gas price active when the transaction was included.
size_estimateNUMBER(38,0)Estimated serialized size of the transaction in bytes.
error_messageVARCHAR(16777216)Error message if the transaction failed; null on success.
approvalsVARIANTList of signatures (signer plus signature) authorizing the transaction.
headerVARIANTTransaction header metadata (chain name, timestamp, ttl, etc.).
paymentVARIANTPayment logic with motes amount; populated for legacy Deploy transactions only.
payloadVARIANTFull transaction body (args, target, pricing, initiator); populated for Version1 transactions only.
sessionVARIANTSession code or stored contract call; populated for legacy Deploy transactions only.
api_versionVARCHAR(16777216)Node API version that produced the transaction payload.
era_idNUMBER(38,0)Era (epoch) the block belongs to.
block_timestampTIMESTAMP_NTZ(9)Timestamp of the block this event was included in.
block_heightNUMBER(38,0)Height of the block this event was included in.
block_hashVARCHAR(16777216)Hash of the block this event was included in.
operation_countNUMBER(38,0)Number of operations recorded for this transaction.
transform_countNUMBER(38,0)Number of state transforms produced by this transaction.
native_transfer_countNUMBER(38,0)Number of native CSPR transfers triggered by this transaction.
transaction_versionVARCHAR(16777216)Casper transaction format: Deploy (legacy) or Version1 (Casper 2.0).
execution_result_versionVARCHAR(16777216)Execution result format version (e.g., ExecutionResultV2).
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.