Table Columns

Unique Key: digest
Column NameData TypeDescription
digestVARCHARThe unique identifier or hash of the transaction block.
transaction_block_indexBIGINTThe index of the transaction block within the checkpoint.
senderVARCHARThe sender of the transaction.
kindVARCHARThe kind of transaction.
inputsVARIANTThe inputs to the transaction.
statusVARIANTThe status of the transaction block.
inner_statusVARCHARThe inner status of the transaction.
dependenciesVARIANTThe dependencies of the transaction block.
events_digestVARCHARThe digest of the events in the transaction block.
executed_epochBIGINTThe epoch during which the transaction was executed.
shared_objectsVARIANTThe shared objects involved in the transaction block.
transaction_digestVARCHARThe digest of the transaction.
transaction_message_versionVARCHARThe version of the transaction message.
tx_signaturesVARIANTThe signatures of the transaction.
gas_computation_costBIGINTThe computational cost associated with gas usage.
gas_non_refundable_storage_feeBIGINTThe storage fee that is not refundable.
gas_storage_rebateBIGINTThe rebate received for storage.
gas_storage_costBIGINTThe cost of storage for gas.
gas_fees_nativeBIGINTThe amount of gas used by the transaction.
gas_dataVARIANTThe data related to gas usage.
gas_objectVARIANTThe gas object used for the transaction.
checkpoint_sequenceBIGINTThe sequence number of the checkpoint.
checkpoint_timestampTIMESTAMP_NTZ(9)The timestamp of the checkpoint.
checkpoint_digestVARCHARThe digest of the checkpoint.
raw_transactionVARCHARThe raw transaction data.
message_versionVARCHARThe version of the transaction message.
modified_at_versionsVARIANTThe versions at which modifications occurred.
mutatedVARIANTThe mutated objects in the transaction block.
transactions_countBIGINTThe count of transactions in the transaction block.
events_countBIGINTThe count of events in the transaction block.
balance_changes_countBIGINTThe number of balance changes in the transaction block.
object_changes_countBIGINTThe count of object changes in the transaction block.
_created_atTIMESTAMP_NTZ(9)Timestamp of the entry creation
_updated_atTIMESTAMP_NTZ(9)Timestamp of the entry update