Skip to main content

Tables

Pool_Deposit_event

Liquidity pool deposit events recording user contributions to option pools (Premia) or trading pools (UniDex). Contains depositor address, deposit amount, and pool-specific parameters such as option type or currency token.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_currencySTRINGContract address of the currency token used in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_clpAmountSTRINGAmount of CLP (Concentrated Liquidity Pool) tokens minted or burned in the operation. Numeric string representation of token quantity in smallest denomination.
addressin_userremovedin_amountlog_indexin_currencyblock_numberin_clpAmountblock_timestamptransaction_hash
0x7a494c755911ce06444c47248108439a06ac028c0xbb1bf082b1a61131d3345c1f99da32af592da2fbfalse10000000000000000000130x04068da6c83afcfa0e13ba15a6696662335d5b7565126843174158808084080439892023-07-04T17:17:04.000Z0xc590b32026c4d819601b2e479375b2aa51fab7415cf5518f760db3ad2e3db96c
0xbec7d4561037e657830f78b87e780aee1d09fc7b0xdbf4a4874e5bf633d8628e5272f9965ec1ee4dd9false38000000000000000000230x000000000000000000000000000000000000000067413565192380450554268493322023-08-25T17:29:22.000Z0x797888bfdae6d1164e407b3309a3a426fbc0a660a26629c55304039a55d7b347
0x7a494c755911ce06444c47248108439a06ac028c0x9ac3c1b5a436d2b6dda16c539550c15304208857false100000000000000000000170x04068da6c83afcfa0e13ba15a6696662335d5b75604119831724259574054200891652023-04-20T21:43:13.000Z0x29d032df8ad57ce5b46f02d453c7e5e572e4c2a711f4832aed1bedb3ae4a6e0b
Query with partition filter
SELECT *
FROM `tt-contracts.unidex_v1_fantom.Pool_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Withdraw_event

Withdrawal events from liquidity pools recording user withdrawals of reserve assets. Contains user address, withdrawn amount, reserve or currency identifier, and recipient address for tracking outbound pool liquidity.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_currencySTRINGContract address of the currency token used in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_clpAmountSTRINGAmount of CLP (Concentrated Liquidity Pool) tokens minted or burned in the operation. Numeric string representation of token quantity in smallest denomination.
addressin_userremovedin_amountlog_indexin_currencyblock_numberin_clpAmountblock_timestamptransaction_hash
0xbec7d4561037e657830f78b87e780aee1d09fc7b0x5805641e589cf538004a0ccfc31a57ac1ba2cb02false6356301357363126697447920x00000000000000000000000000000000000000005371283133205552705516735565882023-01-13T21:32:27.000Z0x3bc2220582c63ce9dd02a10f763cf68512f24c60d411d5ab697aa9893a87ca24
0xbec7d4561037e657830f78b87e780aee1d09fc7b0xbd485523bb960b27c38d3f9ad47f0d3a384e69cefalse257226000000000000000170x0000000000000000000000000000000000000000537182921342003106413105660362023-01-13T23:23:46.000Z0x44b17163c2c2465148f880d16c17fc0fdf264ded727793168a11731adfbc82c1
0x7a494c755911ce06444c47248108439a06ac028c0x38d4a9758da0b6b4220f5353eed66c1fce2775e2false525826000000000000000500x04068da6c83afcfa0e13ba15a6696662335d5b75536661199907478178091082160072023-01-13T02:50:46.000Z0x6252fb96fceabfc52a04f59de4c0abb3400a323b2a21048f19a9e37b071dcdcf
Query with partition filter
SELECT *
FROM `tt-contracts.unidex_v1_fantom.Pool_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false00x1111111254eeb25477b68fb85ed929f73a960582570x12aa3caf567678452023-03-02T03:05:16.000Z0x46334d83f3a24464f9e806aebd9726d4fc138da6c7430929f5a3789d26430ece
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false00x1111111254eeb25477b68fb85ed929f73a960582120x12aa3caf567931302023-03-02T12:56:37.000Z0xc848aa408a5c80005b588e0266138865237cd81c41af7486e27dfd2677bc1342
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false00x1111111254eeb25477b68fb85ed929f73a960582170x12aa3caf569009392023-03-04T02:59:23.000Z0x5f620adc6475e06a6d242146cd9983c9ad64914ba2c0307ce216328b45caa259
Query with partition filter
SELECT *
FROM `tt-contracts.unidex_v1_fantom.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
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false0xa82eb51c866fb85b28d3876c24505e07d6459dba29593916022023-04-08T10:28:37.000Z0x740347a0109dbb1467c5161102aaf0dc9bd3ae1183fe810c54e949fff6fba15c
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false0xa82eb51c866fb85b28d3876c24505e07d6459dba16593911752023-04-08T10:22:09.000Z0x47c93791d798cc5f3f23408c7cec92cae8710f85232cc632352f63770abadae1
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false0xa82eb51c866fb85b28d3876c24505e07d6459dba37579931972023-03-20T16:26:23.000Z0x24798acbd4015075b09ae32f42e4b92d31f3b5e89f9e35af9f2d379c4247bd2e
Query with partition filter
SELECT *
FROM `tt-contracts.unidex_v1_fantom.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
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false0xfbbe90dd04250b5e789ed9d1bfba2476e524a85240x04068da6c83afcfa0e13ba15a6696662335d5b750xada526752497210214d7a52fb2665504466298f6c8b87990a083b69d32916d1afbbe90dd04250b5e789ed9d1bfba2476e524a8526402bb035690093919931053657112905417623040x8d11ec38a3eb5e956b052f67da8bdc9bef8abf3e200000000000000000002023-03-04T02:59:23.000Z0x5f620adc6475e06a6d242146cd9983c9ad64914ba2c0307ce216328b45caa259
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false0xfbbe90dd04250b5e789ed9d1bfba2476e524a85200x04068da6c83afcfa0e13ba15a6696662335d5b750x8680f0b341a1d9c99ecdb6ab524d728570c0ba5fcdc518fc3b9c2c9005300497fbbe90dd04250b5e789ed9d1bfba2476e524a8526412bfae5768485922994636973468246905670100x8d11ec38a3eb5e956b052f67da8bdc9bef8abf3e2300000000000000000002023-03-16T06:35:42.000Z0x0be57dd39179868d291b5049a4f59371615fc81a166b236a490ea6794a735710
0x103d0634ec6c9e1f633381b16f8e2fe56a2e7372false0xb2d41414f387ab85970182d30510b19b61f0a07100x2130d2a1e51112d349ccf78d2a1ee65843ba36e00x221445b94d3291fde1d957ac158498bae229dd271c837b271f59233f21858f5db2d41414f387ab85970182d30510b19b61f0a071644316426049616157491033725815817521536360x04068da6c83afcfa0e13ba15a6696662335d5b75359311842023-04-21T22:34:16.000Z0xb7614ba5da7467d1b1a8fc55479294e5ebdf1adfe4068c10a60e51f37f0de1d7
Query with partition filter
SELECT *
FROM `tt-contracts.unidex_v1_fantom.Settlement_Trade_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Trading_ClosePosition_event

Position closure events from UniDex v1 perpetual trading protocol on Fantom. Records profit and loss (PnL), fees, and liquidation status for analyzing trader performance and protocol trading activity.
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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_productIdSTRINGIdentifier for the financial product or trading pair involved in the transaction. Numeric string representation of the product ID in the protocol’s internal indexing system.
in_currencySTRINGContract address of the currency token used in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_isLongBOOLBoolean flag indicating whether the position is long or short. True represents a long position (betting on price increase), false represents a short position (betting on price decrease).
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
in_marginSTRINGMargin amount posted or held for the trading position. String-encoded integer value representing collateral in the smallest unit of the relevant token or currency.
in_sizeSTRINGSize of the position in the derivative contract. String-encoded integer value representing the position magnitude in the smallest unit of the relevant asset or USD-denominated value.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_pnlSTRINGProfit and loss realized from closing the position. String-encoded integer value representing the net gain or loss in the smallest unit of the relevant token or currency, where negative values indicate losses and positive values indicate profits.
in_wasLiquidatedBOOLBoolean flag indicating whether the position was liquidated. True when the position was forcibly closed due to insufficient margin, false when voluntarily closed by the user.
in_feein_keyin_pnladdressin_sizein_userremovedin_pricein_isLongin_marginlog_indexin_currencyblock_numberin_productIdblock_timestampin_wasLiquidatedtransaction_hash
27000000000x37f1c8aef42c0046e9f1973103c675d4c2debd0cf4c5ba62c5431d831f7908e2129229877230xd296169a91c8ed59c08eb2f7d831bd646a8af2c827000000000000x08fc810c05bbe20b6b087e0df6d5cd4fa2e7ce7ffalse31813500false128571428571760x04068da6c83afcfa0e13ba15a6696662335d5b75539034440x46544d2d555344000000000000000000000000000000000000000000000000002023-01-17T00:32:48.000Zfalse0x4b36d4bab153b81ac335dc5708905cf256e8c6d48f3adcf00b202ecbc6329451
50000000000x37f1c8aef42c0046e9f1973103c675d4c2debd0cf4c5ba62c5431d831f7908e2265497758500xd296169a91c8ed59c08eb2f7d831bd646a8af2c850000000000000x08fc810c05bbe20b6b087e0df6d5cd4fa2e7ce7ffalse33414000false13888888888920x04068da6c83afcfa0e13ba15a6696662335d5b75539302580x46544d2d555344000000000000000000000000000000000000000000000000002023-01-17T15:37:53.000Zfalse0x127ed4f4f6717b3b911c26096e7f691d27dd3f88a17201fad721040f6c09efac
285714285720x37f1c8aef42c0046e9f1973103c675d4c2debd0cf4c5ba62c5431d831f7908e2-1428571428570xd296169a91c8ed59c08eb2f7d831bd646a8af2c830000000000000x08fc810c05bbe20b6b087e0df6d5cd4fa2e7ce7ffalse32784999false142857142857780x04068da6c83afcfa0e13ba15a6696662335d5b75539190680x46544d2d555344000000000000000000000000000000000000000000000000002023-01-17T09:03:07.000Ztrue0x0cff9a810d8e467b7a0e8bcd5dc6a4932859c24f59421a166e99461c67846963
Query with partition filter
SELECT *
FROM `tt-contracts.unidex_v1_fantom.Trading_ClosePosition_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Trading_NewOrder_event

Order creation and closure events from UniDex V1 perpetual futures DEX on Fantom, capturing position opens/closes with margin, size, direction (long/short), and trading pair identifiers (BNB-USD, SOL-USD, ETH-USD). Used for tracking user trading activity, position management, and leveraged trading patterns.
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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_productIdSTRINGIdentifier for the financial product or trading pair involved in the transaction. Numeric string representation of the product ID in the protocol’s internal indexing system.
in_currencySTRINGContract address of the currency token used in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_isLongBOOLBoolean flag indicating whether the position is long or short. True represents a long position (betting on price increase), false represents a short position (betting on price decrease).
in_marginSTRINGMargin amount posted or held for the trading position. String-encoded integer value representing collateral in the smallest unit of the relevant token or currency.
in_sizeSTRINGSize of the position in the derivative contract. String-encoded integer value representing the position magnitude in the smallest unit of the relevant asset or USD-denominated value.
in_isCloseBOOLBoolean flag indicating whether this order is closing an existing position. True for position closures, false for new position openings.
in_keyaddressin_sizein_userremovedin_isLongin_marginlog_indexin_isClosein_currencyblock_numberin_productIdblock_timestamptransaction_hash
0xbde434e75dbc5bf0b16150b9d8a27478e941efd3658e18464dea4bd22bc882070xd296169a91c8ed59c08eb2f7d831bd646a8af2c820000000000000x3065c93bc0b645d4bd06fee143e9202905f6fecffalsefalse40000000000014true0x04068da6c83afcfa0e13ba15a6696662335d5b75639441770x424e422d555344000000000000000000000000000000000000000000000000002023-06-11T14:38:40.000Z0xd35157db3184d2a86182bd05e535c58712fb5e7e362ee3ece47b4e23bff8ab91
0x5ad1b043d50c56abc9ac87186ceacf2e297c8f8fd4910fbabcb6163650184bb80xd296169a91c8ed59c08eb2f7d831bd646a8af2c880000000000x3c7ac2ff76a1b4dcb2b69b1121fef5fb8dcdec43falsefalse1600000000true0x0000000000000000000000000000000000000000639211650x534f4c2d555344000000000000000000000000000000000000000000000000002023-06-11T03:21:30.000Z0xfd35c7a031cd038473949b3902a4187fe54a5c31dfc132f85016c0ede12260a8
0x5ad1b043d50c56abc9ac87186ceacf2e297c8f8fd4910fbabcb6163650184bb80xd296169a91c8ed59c08eb2f7d831bd646a8af2c880000000000x3c7ac2ff76a1b4dcb2b69b1121fef5fb8dcdec43falsefalse1600000001false0x0000000000000000000000000000000000000000639178730x534f4c2d555344000000000000000000000000000000000000000000000000002023-06-11T01:48:00.000Z0x3bba91c4338baecb5fc95bd090d488771facaa0e3ef66cdc5799377dd284333e
Query with partition filter
SELECT *
FROM `tt-contracts.unidex_v1_fantom.Trading_NewOrder_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Trading_PositionUpdated_event

Position update events from UniDEX V1 perpetual futures protocol on Fantom, capturing long/short positions with margin, size, fees, and entry prices for trading pairs like ETH-USD and BTC-USD. Used for tracking trader activity, leverage usage, and position-level profit/loss analysis.
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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_productIdSTRINGIdentifier for the financial product or trading pair involved in the transaction. Numeric string representation of the product ID in the protocol’s internal indexing system.
in_currencySTRINGContract address of the currency token used in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_isLongBOOLBoolean flag indicating whether the position is long or short. True represents a long position (betting on price increase), false represents a short position (betting on price decrease).
in_marginSTRINGMargin amount posted or held for the trading position. String-encoded integer value representing collateral in the smallest unit of the relevant token or currency.
in_sizeSTRINGSize of the position in the derivative contract. String-encoded integer value representing the position magnitude in the smallest unit of the relevant asset or USD-denominated value.
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_feein_keyaddressin_sizein_userremovedin_pricein_isLongin_marginlog_indexin_currencyblock_numberin_productIdblock_timestamptransaction_hash
500000x3fda7593def133fdf2bb26836dccd0a7d679dbd20555cb21881678e925050d660xd296169a91c8ed59c08eb2f7d831bd646a8af2c8500000000x54ea47c19221eb65491985794a6280a86dd3b5fcfalse164710000000true1000000430x0000000000000000000000000000000000000000455894710x4554482d555344000000000000000000000000000000000000000000000000002022-08-24T14:45:33.000Z0xe2cb3dce94604382f3981abde1621394e7ee04f5b220604bba9aaffe985d3b66
500000xa417848b3c62025651b8a85148c871fc6831856b69983b4fcaf48a6fc0acef890xd296169a91c8ed59c08eb2f7d831bd646a8af2c8500000000x54ea47c19221eb65491985794a6280a86dd3b5fcfalse165338000000false1666666930x0000000000000000000000000000000000000000455813690x4554482d555344000000000000000000000000000000000000000000000000002022-08-24T12:01:46.000Z0x4c44d139936aa11e1b7ccd442a2aae7eb5cf3ed7080460d2e1274778054b8df4
10000000x60f2988639c92081d045b366f06ac3d7f52e9718e16c4e6923506a0aa3c4a6220xd296169a91c8ed59c08eb2f7d831bd646a8af2c810000000000xc38b756916676b2a91cee9709dacb51d41feae39false99562000true2000000000x04068da6c83afcfa0e13ba15a6696662335d5b75455942720x4555522d555344000000000000000000000000000000000000000000000000002022-08-24T16:26:48.000Z0x3bd73b6ac9f981ee364aa5f6578b5291e0b2e9378dc3ecb0d1070583f31c7ae4
Query with partition filter
SELECT *
FROM `tt-contracts.unidex_v1_fantom.Trading_PositionUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100