Skip to main content

Table Details

PropertyValue
Table Namecelo.dex.orderflow
Table StatusProduction-Ready
Unique Keyblock_timestamp, unique_id

Table Columns

Column NameData TypeDescription
frontendVARCHAR(16777216)The frontend interface used for the transaction.
block_numberNUMBER(38,0)The block number in which the transaction was included.
block_timestampTIMESTAMP_NTZ(9)The timestamp of the block in which the transaction was included.
transaction_hashVARCHAR(66)The hash of the transaction.
transaction_indexNUMBER(38,0)The index of the transaction within the block.
swapper_addressVARCHAR(42)The address of the user performing the swap.
from_addressVARCHAR(42)The address initiating the transaction (msg.sender).
to_addressVARCHAR(42)The address receiving the transaction.
is_aggregatorBOOLEANFlag indicating if the transaction is an aggregator.
usd_volumeFLOATThe max usd_amount of the swap within the entire transaction.
total_usd_volumeFLOATThe sum of the usd_amount of all swaps within the transaction.
sendersVARIANTArray of addresses sending tokens in the transaction.
recipientsVARIANTArray of addresses receiving tokens in the transaction.
user_token_inputVARCHAR(42)First token sold in chronological order.
user_token_input_symbolVARCHAR(16777216)Symbol of the first token sold in chronological order.
user_token_outputVARCHAR(42)Last token bought in chronological order.
user_token_output_symbolVARCHAR(16777216)Symbol of the last token bought in chronological order.
tokens_soldVARIANTArray of tokens sold in the transaction.
tokens_boughtVARIANTArray of tokens bought in the transaction.
integratorsVARIANTArray of integrator names involved in the transaction.
integrator_tagsVARIANTArray of integrator contract addresses.
aggregator_sourceVARIANTSource of the aggregator.
aggregator_usd_volumeFLOATUSD volume of the aggregator portion.
aggregatorsVARIANTArray of aggregator contracts involved.
aggregators_countNUMBER(38,0)Count of aggregators involved.
aggregator_detailsVARIANTJSON details of aggregator swaps.
liquidity_sourceVARIANTArray of liquidity sources used.
liquidity_usd_volumeFLOATUSD volume from liquidity sources.
liquidity_poolsVARIANTArray of liquidity pool addresses used.
liquidity_pools_countNUMBER(38,0)Count of liquidity pools involved.
liquidity_detailsVARIANTJSON details of liquidity pool swaps.
total_tradesNUMBER(38,0)Total number of trades in the transaction.
unique_idVARCHAR(16777216)Unique identifier for the orderflow record.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.