Table Columns

Unique Key: hash

Column NameData TypeDescription
hashVARCHARUnique identifier of a transaction.
nonceBIGINTThe transaction nonce, unique to the wallet
transaction_indexBIGINTThe position of this transaction in the block that it belongs to. The first transaction has index 0.
from_addressVARCHARThe address of the sending party of this transaction.
to_addressVARCHARThe address of the receiving party of this transaction (could be a contract address).
valueBIGINTThe amount of ether sent in this transaction, in wei.
gasBIGINTThe maximum amount of gas allocated for this transaction in wei.
gas_priceBIGINTCost per unit of gas specified by the transaction in wei. The higher the gas price, the higher chance of getting included in a block.
inputVARCHARThe data sent along with the transaction.
receipt_cumulative_gas_usedBIGINTThe total amount of gas used when this transaction was executed in the block.
receipt_gas_usedBIGINTThe total amount of gas consumed by a transaction as recorded in its receipt
receipt_contract_addressVARCHARThe contract address created, if the transaction was a contract creation, otherwise null.
receipt_rootVARCHARTransaction stateroot (pre Byzantium).
receipt_statusBIGINTSuccess 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_numberBIGINTThe length of the chain, in blocks.
block_hashVARCHARUnique identifier of the block that includes this transaction.
max_fee_per_gasBIGINTThe maximum fee per gas that the transaction sender is willing to pay for this transaction (introduced in EIP1559)
max_priority_fee_per_gasBIGINTThe maximum fee per gas the transaction sender is willing to give to validators (Proof of Stake) or miners (Proof of Work) to incentivize them to include their transaction (introduced in EIP1559)
transaction_typeBIGINTThe integer of the transaction type, 0x0 for legacy transactions, 0x1 for access list types, 0x2 for dynamic fees.
receipt_effective_gas_priceBIGINTThe sum of the base fee and tip paid per unit of gas.
receipt_blob_gas_usedBIGINTTotal blob gas used for the transactions
receipt_gas_used_for_l1BIGINTThe amount of gas used for L1 data submission for the L2 transaction
receipt_l1_block_numberBIGINTThe L1 block number where this L2 transaction was finalized
log_countBIGINTNumber of event logs emitted in the transaction.
access_listVARIANTA list of addresses and storage keys that the transaction plans to access, introduced in EIP-2930 to help optimize gas costs.
y_parityVARCHARThe parity (0 or 1) of the y-coordinate of the curve point for the signature’s recovery identifier.
beneficiaryVARCHARAddress receiving block rewards or fees
deposit_valueBIGINTAmount bridged from L1 in a deposit transaction
l1_base_feeBIGINTL1 base fee at the time the transaction was submitted
max_submission_feeBIGINTMaximum fee paid for submitted a retryable ticket (for Arbitrum Orbit chains)
retry_toVARCHARTarget address of the retryable transaction on rollups (for Arbitrum Orbit chains)
retry_valueBIGINTETH value sent with the retryable transaction (for Arbitrum Orbit chains)
retry_dataVARCHARCalldata payload for the retryable execution (for Arbitrum Orbit chains)
refund_toVARCHARAddress receiving any unused submission fee refunds (for Arbitrum Orbit chains)
request_idVARCHARUnique identifier for L1-to-L2 messages or retryable tickets (for Arbitrum Orbit chains)
_created_atTIMESTAMP_NTZ(9)Timestamp of the entry creation.
_updated_atTIMESTAMP_NTZ(9)Timestamp of the entry update.