Skip to main content
Schema: blast.core Table: ez_native_transfers Type: View This convenience table contains all transfers for the chain’s native asset, sourced from internal traces (core.fact_traces), and includes decimal adjusted and USD values where available. The origin addresses correspond to the to and from addresses in the core.fact_transactions table. Note, this table does not contain ERC-721 and ERC-1155 token transfers, instead please use nft.ez_nft_transfers.

Columns

Column NameData TypeDescription
TX_HASHTEXTTransaction hash is a unique 66-character identifier that is generated when a transaction is executed. This will not be unique in this table as a transaction could include multiple transfer events.
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_POSITIONNUMBERThe position of the transaction within the block.
TRACE_INDEXNUMBERThe index of the trace within the transaction.
ORIGIN_FROM_ADDRESSTEXTThe from address of this transaction.
ORIGIN_TO_ADDRESSTEXTThe to address of this transaction.
ORIGIN_FUNCTION_SIGNATURETEXTThe function signature of this transaction.
FROM_ADDRESSTEXTThe sending address of this transfer.
TO_ADDRESSTEXTThe receiving address of this transfer. This can be a contract address.
AMOUNTFLOATETH value transferred.
AMOUNT_PRECISE_RAWTEXTThe precise, unadjusted amount of the transaction. This is returned as a string to avoid precision loss.
AMOUNT_PRECISETEXTThe precise, adjusted amount of the transaction. This is returned as a string to avoid precision loss.
AMOUNT_USDFLOATETH value transferred, in USD.
EZ_NATIVE_TRANSFERS_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.
IDENTIFIERTEXTThis column is being deprecated for standardization purposes. Please update your queries to use the trace_address column instead by March 10, 2025.