Skip to main content

Table Details

PropertyValue
Table Nameink_sepolia.raw.transactions
Table StatusBeta 🌱
Unique Keyblock_timestamp, hash
Clustering Key(s)to_date("block_timestamp")
Search Optimizationhash, block_number, from_address, to_address

Table Columns

Column NameData TypeDescription
hashVARCHAR(66)Unique identifier of a transaction.
nonceNUMBER(38,0)The transaction nonce, unique to the wallet
transaction_indexNUMBER(38,0)The position of this transaction in the block that it belongs to. The first transaction has index 0.
from_addressVARCHAR(42)The address of the sending party of this transaction.
to_addressVARCHAR(42)The address of the receiving party of this transaction (could be a contract address).
valueVARCHAR(16777216)The amount of ether sent in this transaction, in wei.
gasNUMBER(38,0)The maximum amount of gas allocated for this transaction in wei.
gas_priceNUMBER(38,0)Cost per unit of gas specified by the transaction in wei. The higher the gas price, the higher chance of getting included in a block.
inputVARCHAR(16777216)The data sent along with the transaction.
receipt_cumulative_gas_usedNUMBER(38,0)The total amount of gas used when this transaction was executed in the block.
receipt_gas_usedNUMBER(38,0)The total amount of gas consumed by a transaction as recorded in its receipt
receipt_contract_addressVARCHAR(42)The contract address created, if the transaction was a contract creation, otherwise null.
receipt_rootVARCHAR(66)Transaction stateroot (pre Byzantium).
receipt_statusNUMBER(38,0)Success status of the transaction. Either 1 (success) or 0 (failure).
block_timestampTIMESTAMP_NTZ(9)The time when the block that contains this transaction was included on the blockchain.
block_numberNUMBER(38,0)The length of the chain, in blocks.
block_hashVARCHAR(66)Unique identifier of the block that includes this transaction.
transaction_typeNUMBER(38,0)The integer of the transaction type, 0x0 for legacy transactions, 0x1 for access list types, 0x2 for dynamic fees.
receipt_effective_gas_priceNUMBER(38,0)The sum of the base fee and tip paid per unit of gas.
log_countNUMBER(38,0)Number of event logs emitted in the transaction.
_created_atTIMESTAMP_NTZ(9)Timestamp of the entry creation.
_updated_atTIMESTAMP_NTZ(9)Timestamp of the entry update.