Skip to main content
Schema: blast.core Table: fact_transactions Type: View This table contains transaction level data for this EVM blockchain. Each transaction will have a unique transaction hash, along with transaction fees and a value transferred in the native asset when applicable. Transactions may be native asset transfers or interactions with contract addresses. For more information, please see The Ethereum Organization - Transactions Below are the specific native tokens that correspond to each EVM chain:
StatusDescription
ETHEREUMETH
BINANCEBNB
POLYGONPOL
AVALANCHEAVAX
ARBITRUMETH
OPTIMISMETH
GNOSISxDAI
KAIAKLAY
SEISEI
CORECORE

Columns

Column NameData TypeDescription
BLOCK_NUMBERNUMBERAlso known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time at which the block was produced.
TX_HASHTEXTTransaction hash is a unique 66-character identifier that is generated when a transaction is executed.
FROM_ADDRESSTEXTThe sending address of this transaction.
TO_ADDRESSTEXTThe receiving address of this transaction. This can be a contract address.
ORIGIN_FUNCTION_SIGNATURETEXTThe function signature of the call that triggered this transaction.
VALUEFLOATThe value transacted in the native asset.
VALUE_PRECISE_RAWTEXTThe precise, unadjusted amount of the transaction. This is returned as a string to avoid precision loss.
VALUE_PRECISETEXTThe precise, adjusted amount of the transaction. This is returned as a string to avoid precision loss.
TX_FEEFLOATAmount paid to validate the transaction in the native asset.
TX_FEE_PRECISETEXTThe precise amount of the transaction fee. This is returned as a string to avoid precision loss.
TX_SUCCEEDEDBOOLEANWhether the transaction was successful, returned as a boolean.
TX_TYPENUMBER
NONCENUMBERThe number of transactions sent from a given address.
TX_POSITIONNUMBERThe position of the transaction within the block.
INPUT_DATATEXTThis column contains additional data for this transaction, and is commonly used as part of a contract interaction or as a message to the recipient.
GAS_PRICEFLOATCost per unit of gas in Gwei.
GAS_USEDNUMBERGas used by the transaction.
GAS_LIMITNUMBERMaximum amount of gas allocated for the transaction.
CUMULATIVE_GAS_USEDNUMBERThe total amount of gas used when this transaction was executed in the block.
EFFECTIVE_GAS_PRICEFLOATThe total base charge plus tip paid for each unit of gas, in Gwei.
MAX_FEE_PER_GASFLOATThe maximum fee per gas of the transaction, in Gwei.
MAX_PRIORITY_FEE_PER_GASFLOATThe maximum priority fee per gas of the transaction, in Gwei.
L1_GAS_PRICEFLOATThe gas price for L1 transactions when the transaction was processed from the OP stack L2 chain.
L1_GAS_USEDFLOATThe gas used on L1 to publish the transaction from the OP stack L2 chain.
L1_FEE_SCALARFLOATThis value covers the change in L1 gas price between the time the transaction is submitted and when it is published from the OP stack L2 chain.
L1_FEE_PRECISETEXTThe precise amount of the L1 fee. This is returned as a string to avoid precision loss.
L1_FEEFLOATThe L1 portion of fees paid.
Y_PARITYTEXTThe y parity of the transaction signature.
RTEXTThe r value of the transaction signature.
STEXTThe s value of the transaction signature.
VTEXTThe v value of the transaction signature.
FACT_TRANSACTIONS_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe UTC timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe UTC timestamp at which the row was last modified.
BLOCK_HASHTEXTThis column is being deprecated for standardization purposes. Please remove from your queries by March 10, 2025.
STATUSTEXTThis column is being deprecated for standardization purposes. Please update your queries to use the tx_succeeded column instead by March 10, 2025.
POSITIONNUMBERThis column is being deprecated for standardization purposes. Please update your queries to use the tx_position column instead by March 10, 2025.
DEPOSIT_NONCENUMBERThis column is being deprecated for standardization purposes. Please remove from your queries by March 10, 2025.
DEPOSIT_RECEIPT_VERSIONNUMBERThis column is being deprecated for standardization purposes. Please remove from your queries by March 10, 2025.