Skip to main content

Tables

Settlement_Interaction_event

Settlement interaction events from the UniDex V1 protocol recording contract calls with function selectors, target addresses, and value parameters. Used for tracking cross-protocol settlement operations and DEX aggregator interactions.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_selectorSTRINGFunction selector identifying the smart contract method being called. 10-character hex string including 0x prefix representing the first 4 bytes of the keccak256 hash of the function signature.
addressremovedin_valuein_targetlog_indexin_selectorblock_numberblock_timestamptransaction_hash
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false00xff970a61a04b1ca14834a43f5de4533ebddb5cc890x095ea7b3704133362023-03-16T13:11:40.000Z0xa51b5e39d9cc084766f049fac9351b919827b337accb2ec70d4a8dbe5407a946
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false00xdef1c0ded9bec7f1a1670819833240f027b25eff220x415565b0704133362023-03-16T13:11:40.000Z0xa51b5e39d9cc084766f049fac9351b919827b337accb2ec70d4a8dbe5407a946
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false00x1111111254eeb25477b68fb85ed929f73a96058290xe449022e703539612023-03-16T09:02:02.000Z0x41562b060ab4fafd069427ce79ecfefc38d8808af9249c833c7b0de37edab859
Query with partition filter
SELECT *
FROM `tt-contracts.unidex_v1_arbitrum.Settlement_Interaction_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Settlement_Settlement_event

Settlement execution events from the UniDex v1 protocol containing solver addresses authorized to execute settlements. Records when solvers are added to or removed from the settlement allow list across multiple chains.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_solverSTRINGAddress of the solver that executed the settlement or was added to the allow list. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_solverlog_indexblock_numberblock_timestamptransaction_hash
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false0x5870c519ee1c93573bd8f451fb0715d44f6984a8131295734962023-09-09T18:02:08.000Z0xd9696af9569c2ba4bb2f01958840f4e3133dcfcd865feac571b4d1bcb93daf00
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false0xa82eb51c866fb85b28d3876c24505e07d6459dba111295297982023-09-09T14:40:45.000Z0x0d83eadb93fefad57b214829af409d2416da18ec29393e2ba642e564f44077b9
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false0xa82eb51c866fb85b28d3876c24505e07d6459dba101295114792023-09-09T13:19:33.000Z0xb386c2a60e5fbd309c13e5cf8cb449af9f90f0b9aa7b8aff0cf0aadea00d4f9c
Query with partition filter
SELECT *
FROM `tt-contracts.unidex_v1_arbitrum.Settlement_Settlement_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Settlement_Trade_event

Trade execution events from UniDex V1 settlement contracts containing order identifiers, token swap details (buy/sell tokens and amounts), owner addresses, and fee information. Used for tracking DEX (Decentralized Exchange) order settlement and trade volume analysis across multiple chains.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_sellTokenSTRINGContract address of the token being sold in the trade. Hex-encoded, 0x-prefixed, 42-character string.
in_buyTokenSTRINGContract address of the token being purchased in the trade. Hex-encoded, 0x-prefixed, 42-character string.
in_sellAmountSTRINGAmount of tokens sold in the trade. Numeric string representation of token quantity in smallest denomination.
in_buyAmountSTRINGAmount of tokens received in the trade. Numeric string representation of token quantity in smallest denomination.
in_feeAmountSTRINGFee amount charged for the flash loan or transaction. Numeric string representation of fee quantity in smallest denomination.
in_orderUidSTRINGUnique identifier for the order being executed in the trade. Hex-encoded string containing order hash, owner address, and validity timestamp.
addressremovedin_ownerlog_indexin_buyTokenin_orderUidblock_numberin_buyAmountin_feeAmountin_sellTokenin_sellAmountblock_timestamptransaction_hash
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false0x3aaa31aa2fba1d1dbbc3a7f6e59b4a5b6fd5a60740x5429706887fcb58a595677b73e9b0441c25d993d0xc0d299238d97fb332a610e3fd29dc23c0130ede7cdfa80e711d154ddaeeae60b3aaa31aa2fba1d1dbbc3a7f6e59b4a5b6fd5a60764c23c4a115409247489056535119767329570721964100000000x82af49447d8a07e3bd95bd0d56f35241523fbab111000000000000000002023-07-27T09:14:27.000Z0xcb453065e9507d3b4decea3c80fd049e086dc1c717e1d2cfadf4dbacbd59d903
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false0xc7075c47aaf974379155c9d90cc9a8e14059d9a180xaf88d065e77c8cc2239327c5edb3a432268e58310xda1e644df7e2e88375a242df435f65d2352c6e4105622cdd0e2795ec6674aeddc7075c47aaf974379155c9d90cc9a8e14059d9a164c268c9115454394492757317033448243103749120xf9df075716b2d9b95616341dc6bc64c85e56645c3014348223373640000002023-07-27T12:23:52.000Z0x2d62fe0a64e54f1cfbfe6ad806fdc5862160d7c72650e19f65e757cf3ceb6de0
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false0xc7075c47aaf974379155c9d90cc9a8e14059d9a100xaf88d065e77c8cc2239327c5edb3a432268e58310xf4a5370be6a9e8171c48941e788ac14b16cc1f2e598bea53570b084e8695f939c7075c47aaf974379155c9d90cc9a8e14059d9a164c269db115455468353152856659810288952876800x31c91d8fb96bff40955dd2dbc909b36e8b104dde2106722305204270000002023-07-27T12:28:22.000Z0x910d6751b99af5abd8e04fd42f3048291b0e83fc347eee4a6d9f5c890608b406
Query with partition filter
SELECT *
FROM `tt-contracts.unidex_v1_arbitrum.Settlement_Trade_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100