Skip to main content
Schema: sei.core_evm Table: fact_transactions Type: Base Table This table contains transaction level data for the SEI EVM Blockchain. Each transaction will have a unique transaction hash, along with transactions fees and a ETH value transferred when applicable. Transactions may be native ETH transfers or interactions with contract addresses. For more information, please see The Ethereum Organization - Transactions

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 contract call.
VALUEFLOATThe value transacted in ETH.
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 ETH.
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.
EFFECTIVE_GAS_PRICEFLOATThe total base charge plus tip paid for each unit of gas, in Gwei.
GAS_USEDNUMBERGas used by 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.
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.
ACCESS_LISTVARIANT
Y_PARITYNUMBER
RTEXTThe r value of the transaction signature.
STEXTThe s value of the transaction signature.
VNUMBERThe 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.