Table Columns

Unique Key: block_height, hash

Column NameData TypeDescription
block_heightBIGINTThe sequential number of the block in the blockchain.
block_timestampTIMESTAMP_NTZ(9)The timestamp when the block was created.
block_hashVARCHARThe hash of the block containing the transaction.
hashVARCHARThe hash of the transaction.
transaction_indexBIGINTThe index of the transaction within the block.
codeBIGINTThe code returned after the transaction execution (e.g., 0 for success).
codespaceVARCHARThe namespace for the error codes.
gas_usedVARCHARThe amount of gas used for the transaction.
gas_wantedVARCHARThe amount of gas requested for the transaction.
tx_acc_seqVARCHARThe sequence number of the account used in the transaction.
tx_fee_payerVARCHARThe address of the account paying the transaction fee.
tx_fee_rawVARCHARThe raw fee data for the transaction, containing both amount and denomination.
fee_amountVARCHARThe fee amount for the transaction.
fee_denomVARCHARThe denomination of the fee amount.
event_countBIGINTThe number of events associated with the transaction.
logVARCHARThe log of the transaction execution in string format. Use try_parse_json to fetch the log details.
infoVARCHARAdditional information about the transaction.
txVARCHARThe transaction details in a serialized format.
dataVARCHARThe data returned from the transaction execution.
_created_atTIMESTAMP_NTZ(9)The timestamp when the entry was created.
_updated_atTIMESTAMP_NTZ(9)The timestamp when the entry was updated.