Skip to main content
Schema: sei.core_evm Table: ez_native_transfers Type: Base Table This table contains all native SEI transfers, including equivalent USD amounts. The origin addresses correspond to the to and from addresses from the fact_transactions table. The identifier and tx_hash columns relate this table back to fact_traces, which contains more details on the transfers.

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. This will not be unique in this table as a transaction could include multiple transfer events.
TX_POSITIONNUMBERThe position of the transaction within the block.
TRACE_INDEXNUMBERThe index of the trace within the transaction.
TRACE_ADDRESSTEXT
TYPETEXT
FROM_ADDRESSTEXTThe sending address of this transfer.
TO_ADDRESSTEXTThe receiving address of this transfer. This can be a contract address.
AMOUNTFLOATsei 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_USDFLOATsei value transferred, in USD.
ORIGIN_FROM_ADDRESSTEXTThe from address of this transaction.
ORIGIN_TO_ADDRESSTEXTThe to address of this transaction.
ORIGIN_FUNCTION_SIGNATURETEXTThe function signature of this transaction.
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.