Table Columns

Unique Key: hash

Column NameData TypeDescription
hashVARCHARUnique identifier of a transaction.
transaction_indexBIGINTThe position of this transaction in the block that it belongs to. The first transaction has index 0.
sender_addressVARCHARThe address of the account that sent the transaction.
nonceBIGINTThe transaction nonce, unique to the wallet
typeVARCHARThe type of transaction
execution_statusVARCHARThe execution status of the transaction
finality_statusVARCHARThe finality status of the transaction
messages_sentVARIANTArray of messages sent by this transaction.
revert_reasonVARCHARThe reason for transaction revert, if applicable.
receipt_typeVARCHARThe type of transaction receipt.
account_deployment_dataVARIANTData related to account deployment, if this is a deploy transaction.
calldataVARIANTThe calldata passed to the transaction.
paymaster_dataVARIANTData related to paymaster functionality, if used.
actual_fee_amountBIGINTThe actual fee amount paid for the transaction.
actual_fee_unitVARCHARThe unit of the actual fee (e.g., ‘WEI’, ‘FRI’).
receipt_l1_data_gasBIGINTThe L1 data gas consumed by this transaction.
receipt_l1_gasBIGINTThe L1 gas consumed by this transaction.
receipt_l2_gasBIGINTThe L2 gas consumed by this transaction.
max_feeBIGINTThe maximum fee the sender is willing to pay.
l1_data_gas_max_amountBIGINTThe maximum L1 data gas amount the sender is willing to consume.
l1_data_gas_max_price_per_unitBIGINTThe maximum price per unit for L1 data gas.
l1_gas_max_amountBIGINTThe maximum L1 gas amount the sender is willing to consume.
l1_gas_max_price_per_unitBIGINTThe maximum price per unit for L1 gas.
l2_gas_max_amountBIGINTThe maximum L2 gas amount the sender is willing to consume.
l2_gas_max_price_per_unitBIGINTThe maximum price per unit for L2 gas.
signatureVARIANTThe transaction signature(s).
tipBIGINTThe tip amount paid to the sequencer.
fee_data_availability_modeVARCHARThe data availability mode for fee payment.
nonce_data_availability_modeVARCHARThe data availability mode for nonce.
class_hashVARCHARThe hash of the contract class being declared or deployed.
contract_addressVARCHARThe address of the deployed contract, if applicable.
contract_address_saltVARCHARThe salt used for contract address calculation.
constructor_calldataVARIANTThe calldata passed to the constructor during deployment.
entry_point_selectorVARCHARThe entry point selector for the function being called.
compiled_class_hashVARCHARThe hash of the compiled contract class.
versionBIGINTThe transaction version.
event_countBIGINTNumber of events emitted by this transaction.
l1_message_countBIGINTNumber of L1 messages sent by this transaction.
l2_message_countBIGINTNumber of L2 messages sent by this transaction.
block_hashVARCHARUnique identifier of the block that includes this transaction.
block_numberBIGINTThe length of the chain, in blocks.
block_timestampTIMESTAMP_NTZ(9)The time when the block that contains this transaction was included on the blockchain.
_created_atTIMESTAMP_NTZ(9)Timestamp of the entry creation.
_updated_atTIMESTAMP_NTZ(9)Timestamp of the entry update.

Table Columns

Unique Key: hash

Column NameData TypeDescription
hashVARCHARUnique identifier of a transaction.
transaction_indexBIGINTThe position of this transaction in the block that it belongs to. The first transaction has index 0.
sender_addressVARCHARThe address of the account that sent the transaction.
nonceBIGINTThe transaction nonce, unique to the wallet
typeVARCHARThe type of transaction
execution_statusVARCHARThe execution status of the transaction
finality_statusVARCHARThe finality status of the transaction
messages_sentVARIANTArray of messages sent by this transaction.
revert_reasonVARCHARThe reason for transaction revert, if applicable.
receipt_typeVARCHARThe type of transaction receipt.
account_deployment_dataVARIANTData related to account deployment, if this is a deploy transaction.
calldataVARIANTThe calldata passed to the transaction.
paymaster_dataVARIANTData related to paymaster functionality, if used.
actual_fee_amountBIGINTThe actual fee amount paid for the transaction.
actual_fee_unitVARCHARThe unit of the actual fee (e.g., ‘WEI’, ‘FRI’).
receipt_l1_data_gasBIGINTThe L1 data gas consumed by this transaction.
receipt_l1_gasBIGINTThe L1 gas consumed by this transaction.
receipt_l2_gasBIGINTThe L2 gas consumed by this transaction.
max_feeBIGINTThe maximum fee the sender is willing to pay.
l1_data_gas_max_amountBIGINTThe maximum L1 data gas amount the sender is willing to consume.
l1_data_gas_max_price_per_unitBIGINTThe maximum price per unit for L1 data gas.
l1_gas_max_amountBIGINTThe maximum L1 gas amount the sender is willing to consume.
l1_gas_max_price_per_unitBIGINTThe maximum price per unit for L1 gas.
l2_gas_max_amountBIGINTThe maximum L2 gas amount the sender is willing to consume.
l2_gas_max_price_per_unitBIGINTThe maximum price per unit for L2 gas.
signatureVARIANTThe transaction signature(s).
tipBIGINTThe tip amount paid to the sequencer.
fee_data_availability_modeVARCHARThe data availability mode for fee payment.
nonce_data_availability_modeVARCHARThe data availability mode for nonce.
class_hashVARCHARThe hash of the contract class being declared or deployed.
contract_addressVARCHARThe address of the deployed contract, if applicable.
contract_address_saltVARCHARThe salt used for contract address calculation.
constructor_calldataVARIANTThe calldata passed to the constructor during deployment.
entry_point_selectorVARCHARThe entry point selector for the function being called.
compiled_class_hashVARCHARThe hash of the compiled contract class.
versionBIGINTThe transaction version.
event_countBIGINTNumber of events emitted by this transaction.
l1_message_countBIGINTNumber of L1 messages sent by this transaction.
l2_message_countBIGINTNumber of L2 messages sent by this transaction.
block_hashVARCHARUnique identifier of the block that includes this transaction.
block_numberBIGINTThe length of the chain, in blocks.
block_timestampTIMESTAMP_NTZ(9)The time when the block that contains this transaction was included on the blockchain.
_created_atTIMESTAMP_NTZ(9)Timestamp of the entry creation.
_updated_atTIMESTAMP_NTZ(9)Timestamp of the entry update.