Skip to main content

Tables

GNSReferrals_ReferrerRegistered_event

Referral registration events from Gains Network v6 perpetual trading protocol on Arbitrum, linking trader addresses to their referring accounts. Used to track referral program participation and analyze user acquisition channels.
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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_referrerSTRINGAddress that referred the user to the protocol or facilitated the transaction. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_traderlog_indexin_referrerblock_numberblock_timestamptransaction_hash
0xaa379dd7ec0bae467490e89bb2055a7e01231b8ffalse0x4216eb9777befa7ab8fc8dbb5428e84c6221c6f820x10c2cbfe29f4f5e4c24d54d36c8f283a61eb0c2f663373102023-03-03T09:48:57.000Z0x206430c5b38ad244fe42752e6cbd5d59011bebf3e32c737997bd1363cc24b8c8
0xaa379dd7ec0bae467490e89bb2055a7e01231b8ffalse0x6841e7796d740f86c672e1a1bad69601d876723f410x10c2cbfe29f4f5e4c24d54d36c8f283a61eb0c2f838564512023-04-24T16:10:52.000Z0xe48c63d3676124c7e562d4bfb5ed308dcf6e714e6c5d49401b72ae236d8c78b2
0xaa379dd7ec0bae467490e89bb2055a7e01231b8ffalse0x99d112cc5c9fcbbfcb8c29ddcfff3be8fb0a6ef8420x10c2cbfe29f4f5e4c24d54d36c8f283a61eb0c2f838069192023-04-24T12:46:08.000Z0x4bfbe2e52b4d3b6970149cacd0aa2064656af229435b59c0e56acd272169ce98
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSReferrals_ReferrerRegistered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3_DevGovFeeCharged_event

Development and governance fee charges from Gains Network V6 perpetual trading protocol on Arbitrum. Records DAI-denominated fees collected from traders for protocol development and governance funding.
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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
addressremovedin_traderlog_indexin_valueDaiblock_numberblock_timestamptransaction_hash
0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46false0x00050fd6133088a4cabee4160cd449bb664f7dff112000000000000000000715249872023-03-19T19:11:43.000Z0xcc8ca1dc6d4ad27f3d1b0683751491caba2371f702ca3e85482c28cb06d4f13f
0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46false0x02215b8a1e227391e6b8114e985f7ccfeb796d9b13518168831999999998714675382023-03-19T15:13:53.000Z0xe3d641cd52436288392cb7dd17a4dc64f812d392aae93ef3576b872ec84e2521
0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46false0x02215b8a1e227391e6b8114e985f7ccfeb796d9b11935449999999999998712536712023-03-19T00:12:14.000Z0x8689f15e0373a8710640b3f1ace90b1c2edcda51d9d7e5cc76289b5b257c4c36
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV3_DevGovFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3_LimitExecuted_event

Take-profit and stop-loss order execution events from Gains Network v6 perpetual futures protocol on Arbitrum. Records limit order fills including profit/loss, position details, and NFT bot holder addresses for analyzing automated trading and position exit strategies.
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_orderIdSTRINGUnique identifier for the order within the protocol. String-encoded value used to track and reference specific orders across operations.
in_limitIndexSTRINGIndex of the limit order within a trader’s position. String-encoded integer identifier used to track multiple limit orders (take profit or stop loss) associated with a single trading position.
in_tSTRUCT<trader STRING, pairIndex STRING, index STRING, initialPosToken STRING, positionSizeDai STRING, openPrice STRING, buy BOOL, leverage STRING, tp STRING, sl STRING>Structured trading position data containing trader address, pair identifier, position index, initial position token amount, position size in DAI, opening price, buy/sell direction, leverage multiplier, take profit price, and stop loss price.
in_nftHolderSTRINGAddress of the NFT holder who is entitled to collect execution fees for the limit order. Hex-encoded, 0x-prefixed, 42-character string.
in_orderTypeINT64Enumerated order type classification. Integer identifier representing the specific type of order or limit being executed within the protocol.
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
in_priceImpactPSTRINGPrice impact of the trade expressed as a percentage. String-encoded value representing the slippage or market impact caused by the position size relative to available liquidity.
in_positionSizeDaiSTRINGPosition size of the trade denominated in DAI. String-encoded value representing the trade size with extended precision for decimal representation.
in_percentProfitSTRINGPercentage profit or loss on a trading position. String-encoded value with extended precision representing the profit/loss ratio as a percentage multiplied by a scaling factor.
in_daiSentToTraderSTRINGAmount of DAI sent to the trader upon position closure or settlement. String-encoded value representing the DAI transfer amount with extended precision for decimal representation.
in_taddressremovedin_pricelog_indexin_orderIdblock_numberin_nftHolderin_orderTypein_limitIndexblock_timestampin_priceImpactPin_percentProfittransaction_hashin_daiSentToTraderin_positionSizeDai
{“sl”:“0”,“tp”:“12240000000000”,“buy”:true,“index”:“0”,“trader”:“0x2232baf89455a331f15928fa1be8a102802c9134”,“leverage”:“38”,“openPrice”:“12160000000000”,“pairIndex”:“1”,“initialPosToken”:“58241947577396447840”,“positionSizeDai”:“193920000000000000000”}0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46false12240000000000291231506685000xb47b0b60752afe377b112c5490d26ec0e0a224fe002023-01-04T01:20:01.000Z02500000000000x4499372f62c892d9581d84f2cefc225bbb195e27a7eea7e29d10d4b3fb228e66236165148252430220717193919999999999999998
{“sl”:“12550000000000”,“tp”:“12511600000000”,“buy”:false,“index”:“0”,“trader”:“0x37e1c1889f2358c3695688aa7af383f15165d1d7”,“leverage”:“150”,“openPrice”:“12555715938791”,“pairIndex”:“1”,“initialPosToken”:“13643866131476224911”,“positionSizeDai”:“44000000000000000000”}0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46false12511600000000171692508378300x7676d49df89c7cf60953beb193724bd6403b8eb0002023-01-04T16:07:24.000Z05270420938880x2a072db2e800066e5ac0a1136943b4261cf7ce22f4d8e6c0c39793b310ef5e976052055304156180743943010000000000000002
{“sl”:“0”,“tp”:“12553900000000”,“buy”:true,“index”:“0”,“trader”:“0x37e1c1889f2358c3695688aa7af383f15165d1d7”,“leverage”:“150”,“openPrice”:“12500000000000”,“pairIndex”:“1”,“initialPosToken”:“13995654731287309454”,“positionSizeDai”:“44000000000000000000”}0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46false12553900000000671675508348560xa20dec41a1e26b050fdd352eeb387cc6cb28c2be002023-01-04T15:52:19.000Z06468000000000x939e046e2748fd0e56e14ebb906f0cec0eb35a6544b1565ff104065d99ca70846717689781661027180043999999999999999998
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV3_LimitExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3_LpFeeCharged_event

No description available.
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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV3_LpFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3_MarketExecuted_event

Market order execution events from Gains Network V6 perpetual trading protocol on Arbitrum. Records position opens and closes with execution price, profit/loss percentages, and collateral flows for analyzing trader performance and protocol mechanics.
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_orderIdSTRINGUnique identifier for the order within the protocol. String-encoded value used to track and reference specific orders across operations.
in_tSTRUCT<trader STRING, pairIndex STRING, index STRING, initialPosToken STRING, positionSizeDai STRING, openPrice STRING, buy BOOL, leverage STRING, tp STRING, sl STRING>Structured trading position data containing trader address, pair identifier, position index, initial position token amount, position size in DAI, opening price, buy/sell direction, leverage multiplier, take profit price, and stop loss price.
in_openBOOLBoolean flag indicating whether the event represents a position opening (true) or closing (false) operation.
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
in_priceImpactPSTRINGPrice impact of the trade expressed as a percentage. String-encoded value representing the slippage or market impact caused by the position size relative to available liquidity.
in_positionSizeDaiSTRINGPosition size of the trade denominated in DAI. String-encoded value representing the trade size with extended precision for decimal representation.
in_percentProfitSTRINGPercentage profit or loss on a trading position. String-encoded value with extended precision representing the profit/loss ratio as a percentage multiplied by a scaling factor.
in_daiSentToTraderSTRINGAmount of DAI sent to the trader upon position closure or settlement. String-encoded value representing the DAI transfer amount with extended precision for decimal representation.
in_taddressin_openremovedin_pricelog_indexin_orderIdblock_numberblock_timestampin_priceImpactPin_percentProfittransaction_hashin_daiSentToTraderin_positionSizeDai
{“sl”:“0”,“tp”:“0”,“buy”:false,“index”:“0”,“trader”:“0x09cc15dda77789d42c0133c909e88fb6e3af793a”,“leverage”:“42”,“openPrice”:“16346808660000”,“pairIndex”:“1”,“initialPosToken”:“288276516545715868900”,“positionSizeDai”:“1932800000000000000000”}0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46falsefalse158209499999991941252566477432023-01-30T14:11:17.000Z013510933038620xe6d983fefa01f1612fcbcb171ee3229dcb3be5df4bb3190a61c446f5bdedc4f044794391913751091674291932799999999999999996
{“sl”:“0”,“tp”:“0”,“buy”:false,“index”:“0”,“trader”:“0xfc1ef5819d6cabd9e2198b27c171dd8cf44c30e2”,“leverage”:“64”,“openPrice”:“15757694400000”,“pairIndex”:“1”,“initialPosToken”:“427219162396205015228”,“positionSizeDai”:“2466880000000000000000”}0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46falsefalse155406000000001942374567192852023-01-30T19:58:46.000Z08817306166310x2aac43f80896c2d640583c41b3607cc58670f2ff438697e4ee342ecc136d471b45148338633506732107142466879999999999999997
{“sl”:“0”,“tp”:“0”,“buy”:false,“index”:“0”,“trader”:“0x5a039173c24d0fcd873d5f120f8564e578963c15”,“leverage”:“78”,“openPrice”:“236726821380000”,“pairIndex”:“0”,“initialPosToken”:“14927873942693176310”,“positionSizeDai”:“93760000000000000000”}0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46falsefalse2368214000000001640559565427762023-01-30T05:32:08.000Z0-311630609360xf18aae215dae969cb89773b7291c5651d883e611e6e2feb15fac5aa66a0e3b2a8498803104285381885993759999999999999995
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV3_MarketExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3_NftBotFeeCharged_event

NFT bot fee charges on Gains Network v6 perpetual trading protocol on Arbitrum, denominated in DAI (18 decimals). Tracks automated bot execution fees paid by traders for order execution and keeper services.
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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
addressremovedin_traderlog_indexin_valueDaiblock_numberblock_timestamptransaction_hash
0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46false0x5c0d0605569f48a8e63e4c86d9e0520d3a708df461500000000000000000574862182023-02-02T17:41:02.000Z0x535f45f3e6b288465b917e1156fef9cc6f2d85582facf910b03ae7a1dd2c2df4
0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46false0x7206bc81e2c52441eeffe120118ac880f4528dda65000000000000000000575022632023-02-02T19:03:42.000Z0x7461dd8a1be7c45b5d4f3c685b227d9050e1d3dec08785f3d0d0df7edd36e32a
0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46false0x108e4f1486bb38b60629ab570d82bf542018121761500000000000000000575354172023-02-02T22:00:26.000Z0x57801e2e9d9d3ba5654f3ab1ed3fe1e181fa4c299fa8bee79439ea453780632b
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV3_NftBotFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3_ReferralFeeCharged_event

Referral fee charges from Gains Network v6 perpetual trading protocol on Arbitrum, denominated in DAI. Records trader addresses and fee amounts for analyzing referral program economics and trader acquisition costs.
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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
addressremovedin_traderlog_indexin_valueDaiblock_numberblock_timestamptransaction_hash
0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46false0x1b4d5ff27a62aac8b96d96449c4f7c07aca925b561223031237944897597608682072023-02-14T13:52:38.000Z0x89a2bb9a38fc29228bf4e4ab17c690c6d766e24c590d770301599970e22c3da7
0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46false0x3a70b9fc6f7a1cf901e57ebb6a0741819ccc4e8a61980000000000000000608820982023-02-14T14:50:53.000Z0x96b9968951c645087157a54adcc751ba72a540f9b23500a0e54d3e95ee4642c9
0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46false0x4ef3f62f6c68e95d1a1f69ff39c590c4bf51736861170967920315000000608656182023-02-14T13:41:47.000Z0x288c4905510176ffe31669c1a999663cf0658b540da1ae39ce8e4e052b67791e
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV3_ReferralFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3_SssFeeCharged_event

SSS (Spread Sharing System) fee events from Gains Network v6 perpetual trading protocol on Arbitrum. Records DAI-denominated fees charged to traders, useful for analyzing protocol revenue and trader cost basis.
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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
addressremovedin_traderlog_indexin_valueDaiblock_numberblock_timestamptransaction_hash
0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46false0x040635e5fd80b59b0501613a17fa0055fa464143516000000000000000000625327112023-02-19T20:03:07.000Z0x6a264aadb8f51ec489449b492ceb4bcd52b688256461dab06510ffff6ae7b1c7
0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46false0x0b00c0ca9f461977a55ff5ddf6c3492819d0ed7151800000000000000000625393762023-02-19T20:31:43.000Z0xaba71c39a79c1839fd47ae8e85f2bdf7ed2b308b8583dba3cb92907bce4d7662
0x6c612c804c84e3d20e3109c8efd06cd2d8b28f46false0x0b00c0ca9f461977a55ff5ddf6c3492819d0ed7151800000000000000000625393142023-02-19T20:31:26.000Z0x2f15afac8796fd6f70c800646f7709f1d585cda11a2c6391c8c344000240aa00
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV3_SssFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3v1_DevGovFeeCharged_event

Development and governance fee charges from gTrade (Gains Network) V6 perpetual trading protocol on Arbitrum. Records DAI-denominated fees collected from traders for protocol development and governance, useful for analyzing protocol revenue and fee distribution.
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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
addressremovedin_traderlog_indexin_valueDaiblock_numberblock_timestamptransaction_hash
0x298a695906e16aea0a184a2815a76ead1a0b7522false0xcb11673592cc6c4b9584f33bbba6c6cf07dde3f72768742000000000000001004319272023-06-12T14:50:47.000Z0x325a2e782656bb596a7ae3fa088e82edc13da8fbffed54ad6c5c13ebe894a8fb
0x298a695906e16aea0a184a2815a76ead1a0b7522false0xa3609cf7872faa7804281c7c5edb8b2d33001089651500000000000000000001004163722023-06-12T13:46:27.000Z0x752db8842ea3fddd1cc20239c0ef23c9dfa3ac5fc985a29ee9d53ae4aa8c23f5
0x298a695906e16aea0a184a2815a76ead1a0b7522false0xbc2530c310276d9b4d2497c58e5adadb09f2ba411360000000000000000001004674672023-06-12T17:17:55.000Z0x8cc4297057220d4d0e46b31a2919557bc51fba99eac17999012c9a25f12e6094
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV3v1_DevGovFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3v1_LimitExecuted_event

Limit order execution events from Gains Network (gTrade) v6 perpetual trading protocol on Arbitrum, capturing take-profit and stop-loss triggers with realized profit/loss, position details, and NFT bot holder addresses. Used for analyzing trader performance, leverage patterns, and automated order execution behavior.
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_orderIdSTRINGUnique identifier for the order within the protocol. String-encoded value used to track and reference specific orders across operations.
in_limitIndexSTRINGIndex of the limit order within a trader’s position. String-encoded integer identifier used to track multiple limit orders (take profit or stop loss) associated with a single trading position.
in_tSTRUCT<trader STRING, pairIndex STRING, index STRING, initialPosToken STRING, positionSizeDai STRING, openPrice STRING, buy BOOL, leverage STRING, tp STRING, sl STRING>Structured trading position data containing trader address, pair identifier, position index, initial position token amount, position size in DAI, opening price, buy/sell direction, leverage multiplier, take profit price, and stop loss price.
in_nftHolderSTRINGAddress of the NFT holder who is entitled to collect execution fees for the limit order. Hex-encoded, 0x-prefixed, 42-character string.
in_orderTypeINT64Enumerated order type classification. Integer identifier representing the specific type of order or limit being executed within the protocol.
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
in_priceImpactPSTRINGPrice impact of the trade expressed as a percentage. String-encoded value representing the slippage or market impact caused by the position size relative to available liquidity.
in_positionSizeDaiSTRINGPosition size of the trade denominated in DAI. String-encoded value representing the trade size with extended precision for decimal representation.
in_percentProfitSTRINGPercentage profit or loss on a trading position. String-encoded value with extended precision representing the profit/loss ratio as a percentage multiplied by a scaling factor.
in_daiSentToTraderSTRINGAmount of DAI sent to the trader upon position closure or settlement. String-encoded value representing the DAI transfer amount with extended precision for decimal representation.
in_taddressremovedin_pricelog_indexin_orderIdblock_numberin_nftHolderin_orderTypein_limitIndexblock_timestampin_priceImpactPin_percentProfittransaction_hashin_daiSentToTraderin_positionSizeDai
{“sl”:“20949360000000”,“tp”:“19930400000000”,“buy”:false,“index”:“1”,“trader”:“0x0246b0a279dd8466ecba9b3b0af5f51076763e09”,“leverage”:“30”,“openPrice”:“20439155880000”,“pairIndex”:“90”,“initialPosToken”:“55977424627555043836”,“positionSizeDai”:“394000000000000000000”}0x298a695906e16aea0a184a2815a76ead1a0b7522false1992860000000053199883804172220x711668093a7da9557adb76c59b6e27805fbe9c82012023-04-14T16:14:05.000Z07493791079200x0d9e3fa51422f1b3ea5496e6fbdb9177e555e88560b59af167c0f79946dbeb13687279188819314093896393999999999999999997
{“sl”:“0”,“tp”:“21200530000000”,“buy”:true,“index”:“0”,“trader”:“0x0418d49ae668d538ccc7f3812a896b0c92b7e796”,“leverage”:“150”,“openPrice”:“20015503000000”,“pairIndex”:“1”,“initialPosToken”:“36257458794294536007”,“positionSizeDai”:“255200000000000000000”}0x298a695906e16aea0a184a2815a76ead1a0b7522false2120053000000090197876801925140x0376529a4a3347721575400cb9f5b4aee34800a5002023-04-14T00:40:23.000Z088808185335130xd918b85ddafa630aa0ebf3d65c2ce971d12eeca7cf6637e9ffe0768c736024dc2488685554180082155304255199999999999999994
{“sl”:“0”,“tp”:“15295000000”,“buy”:false,“index”:“0”,“trader”:“0x19c2a0e1398ba78c00af784fdec4cd0bbe70a392”,“leverage”:“15”,“openPrice”:“15450000000”,“pairIndex”:“109”,“initialPosToken”:“66955983481228539914”,“positionSizeDai”:“494000000000000000000”}0x298a695906e16aea0a184a2815a76ead1a0b7522false1529500000025198361802196460x3d889a438fb78f0e1a87c8bcbd78c3fc7338b71e002023-04-14T02:33:10.000Z01504854368930x4112da7b66e9ddf200a0566ff10659eb7a5498410a15ffe88d9b7562701a66a1562465309595290047953493999999999999999993
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV3v1_LimitExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3v1_LpFeeCharged_event

No description available.
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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV3v1_LpFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3v1_MarketExecuted_event

Market order execution events from Gains Network v6 leveraged trading protocol on Arbitrum, capturing trade opens and closes with position details, profit/loss, and price impact. Used for analyzing trader behavior, leverage usage, and slippage patterns across perpetual futures pairs.
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_orderIdSTRINGUnique identifier for the order within the protocol. String-encoded value used to track and reference specific orders across operations.
in_tSTRUCT<trader STRING, pairIndex STRING, index STRING, initialPosToken STRING, positionSizeDai STRING, openPrice STRING, buy BOOL, leverage STRING, tp STRING, sl STRING>Structured trading position data containing trader address, pair identifier, position index, initial position token amount, position size in DAI, opening price, buy/sell direction, leverage multiplier, take profit price, and stop loss price.
in_openBOOLBoolean flag indicating whether the event represents a position opening (true) or closing (false) operation.
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
in_priceImpactPSTRINGPrice impact of the trade expressed as a percentage. String-encoded value representing the slippage or market impact caused by the position size relative to available liquidity.
in_positionSizeDaiSTRINGPosition size of the trade denominated in DAI. String-encoded value representing the trade size with extended precision for decimal representation.
in_percentProfitSTRINGPercentage profit or loss on a trading position. String-encoded value with extended precision representing the profit/loss ratio as a percentage multiplied by a scaling factor.
in_daiSentToTraderSTRINGAmount of DAI sent to the trader upon position closure or settlement. String-encoded value representing the DAI transfer amount with extended precision for decimal representation.
in_taddressin_openremovedin_pricelog_indexin_orderIdblock_numberblock_timestampin_priceImpactPin_percentProfittransaction_hashin_daiSentToTraderin_positionSizeDai
{“sl”:“0”,“tp”:“435982163461”,“buy”:false,“index”:“0”,“trader”:“0x006f34f3a6c36222742528c2db16fb4af7a70059”,“leverage”:“26”,“openPrice”:“440128292634”,“pairIndex”:“136”,“initialPosToken”:“118754644826822566287”,“positionSizeDai”:“489600000000000000000”}0x298a695906e16aea0a184a2815a76ead1a0b7522truefalse440128292634143442221446619232023-10-28T00:48:33.000Z90731434900x4e14c5418648b776d1253982e14c99ddd7b7d376bbb33f7d9dc6be1e54a5923f0489599999999999999999
{“sl”:“0”,“tp”:“338159326000000”,“buy”:false,“index”:“0”,“trader”:“0x006f34f3a6c36222742528c2db16fb4af7a70059”,“leverage”:“125”,“openPrice”:“338837150904000”,“pairIndex”:“0”,“initialPosToken”:“163724234595803170432”,“positionSizeDai”:“675000000000000000000”}0x298a695906e16aea0a184a2815a76ead1a0b7522truefalse338837150904000153442271446626492023-10-28T00:52:19.000Z000x0be2ac39d93c1e480b923d449204b967efcf4026ae6b6aa30e6912153c4645880674999999999999999997
{“sl”:“0”,“tp”:“929496084”,“buy”:false,“index”:“0”,“trader”:“0x006f34f3a6c36222742528c2db16fb4af7a70059”,“leverage”:“125”,“openPrice”:“933199176”,“pairIndex”:“44”,“initialPosToken”:“163724234595803170432”,“positionSizeDai”:“675000000000000000000”}0x298a695906e16aea0a184a2815a76ead1a0b7522truefalse933199176143442251446624822023-10-28T00:51:21.000Z70555139100xd33e7f19ff41af44451fafd42c091ca5bf50c811d8587f6f8d6b2160effc58ca0674999999999999999997
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV3v1_MarketExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3v1_NftBotFeeCharged_event

NFT (non-fungible token) bot fee charges from Gains Network V6 perpetual trading protocol on Arbitrum, denominated in DAI. Records automation service fees paid by traders when bots execute trades or manage positions on their behalf.
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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
addressremovedin_traderlog_indexin_valueDaiblock_numberblock_timestamptransaction_hash
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x006f34f3a6c36222742528c2db16fb4af7a70059247193999999999999999991223107832023-08-17T15:36:38.000Z0x5f32cfda93abddf3c9cbaf6e7036e287d14336be2d0aa4fd5a5987ae44e0f4dd
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x006f34f3a6c36222742528c2db16fb4af7a70059432419999999999999999991221074082023-08-17T00:44:55.000Z0x710dbe90a1a162c89ba543aefa77ca9996d5939fbdae5c9b0d658a23390d0cdd
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x006f34f3a6c36222742528c2db16fb4af7a70059542639999999999999999991221060182023-08-17T00:38:45.000Z0x314c526c5996ff83fddab4185b8c801aef4560241026af2f7b9b1f8dae829b10
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV3v1_NftBotFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3v1_ReferralFeeCharged_event

Referral fee charges from Gains Network v6 perpetual trading platform on Arbitrum, denominated in DAI stablecoin. Used for analyzing referral program economics and trader acquisition costs.
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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
addressremovedin_traderlog_indexin_valueDaiblock_numberblock_timestamptransaction_hash
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x0b49f8f8ec743b76fea08b4c8f3077f7ffe1a0fd911480118844500000001736583772024-01-24T09:53:16.000Z0x1ec07f54bcb730ce01e05d80168dc6517d3b1e258f69745db040b26be66e0345
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x0b49f8f8ec743b76fea08b4c8f3077f7ffe1a0fd1011702207712000000001736425662024-01-24T08:47:27.000Z0x5d3c03e61f9adb9fd9a3e48f88a69f55bd73236927cf2fbc241cd2ab5170f49a
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x0b49f8f8ec743b76fea08b4c8f3077f7ffe1a0fd1011341360976000000001736366702024-01-24T08:22:51.000Z0x637f3f6df37a42e79c30225c011d97b9c9abc3a8b49604852b0b117fd492e27d
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV3v1_ReferralFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3v1_SssFeeCharged_event

Spread, slippage, and swap (SSS) fee charges from Gains Network V6 perpetual trading protocol on Arbitrum. Records DAI-denominated fees paid by traders during trade executions for analyzing trading costs and protocol fee revenue.
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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
addressremovedin_traderlog_indexin_valueDaiblock_numberblock_timestamptransaction_hash
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x995dcf49847775fbd1489a77fe451317a131c816517916000000000000001178861802023-08-03T23:09:35.000Z0x5bb44ce2ceb22ff438679602c5557f912ceaebe96b2be080f92f4d7d966e6202
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x45b8a9da6a2eb3962ea6fe15d546a9f1c4d3bdef515000000000000000001176883232023-08-03T09:02:13.000Z0x773c966c0b0846ed436daaab08891c0b02373c8d3fc73418a83c176e326eb19b
0x298a695906e16aea0a184a2815a76ead1a0b7522false0xd95677f6b9cc860b6fd54dc6554236a78e6ec8da534800000000000000001175670962023-08-03T00:07:30.000Z0x8e3c66228f247ecad8969ffa6cd95f22f3be135734d11def87719aae679ff079
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV3v1_SssFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3v2_LimitExecuted_event

Limit order execution records from Gains Network V6 perpetual trading protocol on Arbitrum. Contains filled stop-loss and take-profit orders with execution prices, position details, profit/loss calculations, and NFT holder rewards for analyzing trade outcomes and bot performance.
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_orderIdSTRINGUnique identifier for the order within the protocol. String-encoded value used to track and reference specific orders across operations.
in_limitIndexSTRINGIndex of the limit order within a trader’s position. String-encoded integer identifier used to track multiple limit orders (take profit or stop loss) associated with a single trading position.
in_tSTRUCT<trader STRING, pairIndex STRING, index STRING, initialPosToken STRING, positionSizeDai STRING, openPrice STRING, buy BOOL, leverage STRING, tp STRING, sl STRING>Structured trading position data containing trader address, pair identifier, position index, initial position token amount, position size in DAI, opening price, buy/sell direction, leverage multiplier, take profit price, and stop loss price.
in_nftHolderSTRINGAddress of the NFT holder who is entitled to collect execution fees for the limit order. Hex-encoded, 0x-prefixed, 42-character string.
in_orderTypeINT64Enumerated order type classification. Integer identifier representing the specific type of order or limit being executed within the protocol.
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
in_priceImpactPSTRINGPrice impact of the trade expressed as a percentage. String-encoded value representing the slippage or market impact caused by the position size relative to available liquidity.
in_positionSizeDaiSTRINGPosition size of the trade denominated in DAI. String-encoded value representing the trade size with extended precision for decimal representation.
in_percentProfitSTRINGPercentage profit or loss on a trading position. String-encoded value with extended precision representing the profit/loss ratio as a percentage multiplied by a scaling factor.
in_daiSentToTraderSTRINGAmount of DAI sent to the trader upon position closure or settlement. String-encoded value representing the DAI transfer amount with extended precision for decimal representation.
in_collateralPriceUsdSTRINGUSD price of the collateral token used in the position. String-encoded value representing price with extended precision.
in_exactExecutionBOOLIndicates whether the limit order was executed at the exact requested price versus experiencing slippage. Null values indicate execution precision could not be determined.
in_taddressremovedin_pricelog_indexin_orderIdblock_numberin_nftHolderin_orderTypein_limitIndexblock_timestampin_priceImpactPin_percentProfittransaction_hashin_exactExecutionin_daiSentToTraderin_positionSizeDaiin_collateralPriceUsd
{“sl”:“0”,“tp”:“141400000000”,“buy”:true,“index”:“0”,“trader”:“0x0171d947ee6ce0f487490bd4f8d89878ff2d88ba”,“leverage”:“17”,“openPrice”:“135853019838”,“pairIndex”:“103”,“initialPosToken”:“429593777163805417493”,“positionSizeDai”:“2466000000000000000000”}0x298a695906e16aea0a184a2815a76ead1a0b7522false12876452230732390504301904961030xc83b78a64485e24be0af82ae2341c42dc5bd8fd8202024-03-15T03:22:18.000Z0-8870208271460x12e490b5b6d4a50a54daef56105d5c111e1e89160ca772d95675f2f9e2453401true214542000003246599999999999999999699969822
{“sl”:“0”,“tp”:“704186275000000”,“buy”:true,“index”:“0”,“trader”:“0x0171d947ee6ce0f487490bd4f8d89878ff2d88ba”,“leverage”:“40”,“openPrice”:“687365766371998”,“pairIndex”:“0”,“initialPosToken”:“252140060705941867687”,“positionSizeDai”:“1452000000000000000000”}0x298a695906e16aea0a184a2815a76ead1a0b7522false67195276125206837390504841904973480xc83b78a64485e24be0af82ae2341c42dc5bd8fd8202024-03-15T03:27:30.000Z0-8969317864790x916ce9bb9d5cc1b4abf43c937cc15b21eb24017df8722af54222cf2979b33cabtrue1452000003145199999999999999999899969822
{“sl”:“0”,“tp”:“721233880952381”,“buy”:true,“index”:“1”,“trader”:“0x0171d947ee6ce0f487490bd4f8d89878ff2d88ba”,“leverage”:“21”,“openPrice”:“704693884848000”,“pairIndex”:“0”,“initialPosToken”:“253754093055951340043”,“positionSizeDai”:“1474800000000000000000”}0x298a695906e16aea0a184a2815a76ead1a0b7522false67458351420965462390504631904969060xc83b78a64485e24be0af82ae2341c42dc5bd8fd8212024-03-15T03:25:40.000Z0-8972942677670x4396458ff8067504a9484da78c1e75dc1e6231b7892fa70267b5e67f035cfef4true1474800003147479999999999999999699969822
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV3v2_LimitExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3v2_MarketExecuted_event

Market order execution events from Gains Network v6 perpetual trading protocol on Arbitrum, capturing position opens/closes with entry/exit prices, profit/loss, leverage, and collateral amounts. Used for analyzing trader performance, position sizing patterns, and execution quality across trading pairs.
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_orderIdSTRINGUnique identifier for the order within the protocol. String-encoded value used to track and reference specific orders across operations.
in_tSTRUCT<trader STRING, pairIndex STRING, index STRING, initialPosToken STRING, positionSizeDai STRING, openPrice STRING, buy BOOL, leverage STRING, tp STRING, sl STRING>Structured trading position data containing trader address, pair identifier, position index, initial position token amount, position size in DAI, opening price, buy/sell direction, leverage multiplier, take profit price, and stop loss price.
in_openBOOLBoolean flag indicating whether the event represents a position opening (true) or closing (false) operation.
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
in_priceImpactPSTRINGPrice impact of the trade expressed as a percentage. String-encoded value representing the slippage or market impact caused by the position size relative to available liquidity.
in_positionSizeDaiSTRINGPosition size of the trade denominated in DAI. String-encoded value representing the trade size with extended precision for decimal representation.
in_percentProfitSTRINGPercentage profit or loss on a trading position. String-encoded value with extended precision representing the profit/loss ratio as a percentage multiplied by a scaling factor.
in_daiSentToTraderSTRINGAmount of DAI sent to the trader upon position closure or settlement. String-encoded value representing the DAI transfer amount with extended precision for decimal representation.
in_collateralPriceUsdSTRINGUSD price of the collateral token used in the position. String-encoded value representing price with extended precision.
in_taddressin_openremovedin_pricelog_indexin_orderIdblock_numberblock_timestampin_priceImpactPin_percentProfittransaction_hashin_daiSentToTraderin_positionSizeDaiin_collateralPriceUsd
{“sl”:“5565000000”,“tp”:“6264180000”,“buy”:true,“index”:“0”,“trader”:“0x5cc6014061456d2fc3afe05dc454c6530960bc84”,“leverage”:“2”,“openPrice”:“5570285555”,“pairIndex”:“5”,“initialPosToken”:“798087143313810119247”,“positionSizeDai”:“4492800000000000000000”}0x298a695906e16aea0a184a2815a76ead1a0b7522falsefalse557315620028389803541802511352024-02-13T07:12:14.000Z010306994030xb05df7b71bbe12ed2cd87bbff4de42f5262fdb0d24688b3824ad6c7d8983370d4490239321150502399998449279999999999999999699994386
{“sl”:“5565000000”,“tp”:“6264180000”,“buy”:true,“index”:“0”,“trader”:“0x5cc6014061456d2fc3afe05dc454c6530960bc84”,“leverage”:“2”,“openPrice”:“5570285555”,“pairIndex”:“5”,“initialPosToken”:“798087143313810119247”,“positionSizeDai”:“4492800000000000000000”}0x298a695906e16aea0a184a2815a76ead1a0b7522truefalse557028555515389803531802509232024-02-13T07:11:21.000Z19095223600xf6661cf1dac091045f03f22b3996c58b977855560fc286a9edd629e630f63f850449279999999999999999699994386
{“sl”:“7421480000”,“tp”:“6491607500”,“buy”:false,“index”:“0”,“trader”:“0x87caed3780e0217e0f4ed919bcf663c8ea0ea788”,“leverage”:“2”,“openPrice”:“7417649878”,“pairIndex”:“159”,“initialPosToken”:“798007342585771776242”,“positionSizeDai”:“4492800000000000000000”}0x298a695906e16aea0a184a2815a76ead1a0b7522truefalse741764987819389803851802531482024-02-13T07:20:37.000Z15591758100x9068c8e1e7c982d9e05f71775a84e3f0b5975c2d55a4ac01e8eb5f37736ae1790449279999999999999999899994386
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV3v2_MarketExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV4v1_BorrowingFeeCharged_event

Borrowing fee events from Gains Network v6 perpetual trading protocol on Arbitrum, recording fees charged on open positions denominated in DAI. Used for analyzing trader funding costs and protocol fee revenue across different position sizes.
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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_tradeValueDaiSTRINGTrade position value denominated in DAI stablecoin, represented as an integer with 18 decimal places. Non-zero for all trades, indicating the notional size of the leveraged position.
in_feeValueDaiSTRINGBorrowing fee charged to the trader denominated in DAI, stored as a string representation of the raw wei-equivalent value (18 decimals). Can be zero when no borrowing fee applies to the trade event.
addressremovedin_traderlog_indexblock_numberin_feeValueDaiblock_timestampin_tradeValueDaitransaction_hash
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x08f4a02c1fc844b7bfe51d65e33856fe4141dc8f3130034329985910545100159999992023-09-11T07:18:56.000Z2573424000020x2d1672b7434757c3ced8b5daedcb02783b20c49589c18df7fa4d78cfb7f7a03b
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x0b00c0ca9f461977a55ff5ddf6c3492819d0ed71313000616402023-09-11T05:09:48.000Z217800000020x0911959afa71036aa7274bf5f083f7baf34497649c29c7094cddb41f72bdc4ac
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x0b00c0ca9f461977a55ff5ddf6c3492819d0ed7131301380481481171405999999992023-09-11T14:46:41.000Z4336577595324919999720x67004da26317615e3b111c4659ae8faa21c46ebba992739e08d00f88b0eb6a89
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV4v1_BorrowingFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV4v1_DaiVaultFeeCharged_event

DAI vault fee charges from Gains Network v6 trading callbacks on Arbitrum, recording fees deducted from traders’ positions in DAI stablecoin. Used for analyzing protocol revenue and trading cost distribution across users.
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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
addressremovedin_traderlog_indexin_valueDaiblock_numberblock_timestamptransaction_hash
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x053be9d5adda195c12ac6e33c70c3623a9323d5f1327634921874999999991312176202023-09-15T04:47:26.000Z0xaf9e687a6af8c4af5c93a329bf4913ed0a02a3b37da7837b9fd26cc7e5758fe0
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x1065505790f00eb0da18d9299e1cce2a667b32ea1321149999999999999991311853042023-09-15T02:13:26.000Z0x3a8d6ad142b56bbcde9e0943feb50d631a0f519fd0913c54b7dc9537b88621d3
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x1e4fe1ae915dfa642ba401a8789fad2a5bae5da41322139999999999999991314624352023-09-15T23:54:45.000Z0x48504e84e95e236f9020d4e3a0920ed6da888c2b8a18d7a09e9e3762d1b3568d
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV4v1_DaiVaultFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV4v1_GovFeeCharged_event

Governance fee collection events from Gains Network v6 perpetual trading protocol on Arbitrum, recording DAI-denominated fees charged to traders. Tracks fee amounts, distribution status, and trader addresses for protocol revenue 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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
in_distributedBOOLIndicates whether the governance fee has been distributed to protocol stakeholders. Always true in sample data, suggesting immediate distribution upon fee collection.
addressremovedin_traderlog_indexin_valueDaiblock_numberin_distributedblock_timestamptransaction_hash
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x0ba80bd575c61ecdba729a7f4f2d23df54c4819321462500000000000000199682325true2024-04-10T20:57:22.000Z0x517ac89f24f26a38c792525fe3b143501799b620944276eee76a333ef99fdd22
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x21646828d5a487226342d107e8996ae86dcff7cc23835979955433438343199498193true2024-04-10T08:03:27.000Z0x513e5181abab5309a38d0225655745fefe0b368868736250d19d3dec70f94c97
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x21646828d5a487226342d107e8996ae86dcff7cc23619203345163111132199647823true2024-04-10T18:32:43.000Z0x3d61b10050bc420c9b55738cc981f12ebe98e98065a654ad0627796ef81c4271
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV4v1_GovFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV4v1_ReferralFeeCharged_event

Referral fee charges from Gains Network v6 perpetual trading protocol on Arbitrum, recording DAI-denominated fees collected per trader when trades are executed. Useful for analyzing referral program economics and trader acquisition costs.
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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
addressremovedin_traderlog_indexin_valueDaiblock_numberblock_timestamptransaction_hash
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x0eb9f16749ef6e6e43d3e51ea8f741c4cd0c66be724492600000000000001811921832024-02-16T02:25:55.000Z0x88409ac089b82028a572fe9910cfa85864dd849d65f48fca1814fb64f153771f
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x104fc0fefb0470cd886cadd15f943d78d03d5b077101499373800000000001814688222024-02-16T22:14:25.000Z0x668bc2a71bbc22567d531b33a7441ddcea0403d26f2dd044c01d3557a6a5133f
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x104fc0fefb0470cd886cadd15f943d78d03d5b07726271016200000000001814436782024-02-16T20:23:01.000Z0x003533ccb694c798eaf9938a7a0d34ba4c8b1dfd6f20e46eacba31fa0d4e2f90
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV4v1_ReferralFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV4v1_SssFeeCharged_event

SSS (spread, slippage, and staking) fee charge events from Gains Network v6 perpetual trading protocol on Arbitrum. Records trader addresses and DAI-denominated fee amounts for analyzing protocol revenue and trading costs.
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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
addressremovedin_traderlog_indexin_valueDaiblock_numberblock_timestamptransaction_hash
0x298a695906e16aea0a184a2815a76ead1a0b7522false0xf940ce19b9cd0b9efd586381b488cefb75eb413f51614703046874999999998862247412023-05-01T15:04:14.000Z0x63fd1e13e14dfee39de5f6f2cf5c7facf2f35883034c141515bee0d164a1ff5b
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x6d4854423b82e1509978df9573508904b38c899852000000000000000000861661502023-05-01T11:00:45.000Z0x1cfafe82c63272eee0b962ef2ba102bde35abf0a0de3f72e79c8289da722e8c9
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x5d7425780f475bf22e93dc32fa9b7177b1e1062154520000000000000000862490322023-05-01T16:44:58.000Z0xfb71ef4d25c83f20e8825396a7f8d62b3b6731ec3340a84f5dbc14551f0c5769
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV4v1_SssFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV4v1_TriggerFeeCharged_event

Trigger execution fees charged on Gains Network (gTrade) perpetual trading protocol on Arbitrum, denominated in DAI. Records keeper fees paid when stop-loss, take-profit, or limit orders are executed for analyzing protocol fee economics and trader order execution costs.
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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
addressremovedin_traderlog_indexin_valueDaiblock_numberblock_timestamptransaction_hash
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x09475262c6a1ffbedd480d2a15f35f978aaaac38716144437375999999991925659952024-03-21T04:39:56.000Z0x298257080375d94ead45b9388742674d25353fc638aa44bea47b764de99764e9
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x1358a588c8961c2a121e406bf0eb0c1551b9905f2428319999999999999991927916112024-03-21T20:22:04.000Z0xf56a9c31b39da0b49b786997a5d4567c0c9718573356f2c29af23c79fe3f937c
0x298a695906e16aea0a184a2815a76ead1a0b7522false0x13fca4c52b8b7c78f5148f7b51415c17ba996bb9299415999999999999991925507662024-03-21T03:36:12.000Z0x4ae2534a9f8a167a36271d0f1badc715bcbcc225d01d0cf214141c0862ff9d74
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV4v1_TriggerFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV4v2_MarketExecuted_event

Market order execution events from Gains Network v6 perpetual trading protocol on Arbitrum, tracking position opens and closes with execution price, profit/loss, leverage, and DAI settlement amounts. Used for analyzing trader performance, slippage patterns, and protocol trading volume across leveraged positions.
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_orderIdSTRINGUnique identifier for the order within the protocol. String-encoded value used to track and reference specific orders across operations.
in_tSTRUCT<trader STRING, pairIndex STRING, index STRING, initialPosToken STRING, positionSizeDai STRING, openPrice STRING, buy BOOL, leverage STRING, tp STRING, sl STRING>Structured trading position data containing trader address, pair identifier, position index, initial position token amount, position size in DAI, opening price, buy/sell direction, leverage multiplier, take profit price, and stop loss price.
in_openBOOLBoolean flag indicating whether the event represents a position opening (true) or closing (false) operation.
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
in_priceImpactPSTRINGPrice impact of the trade expressed as a percentage. String-encoded value representing the slippage or market impact caused by the position size relative to available liquidity.
in_positionSizeDaiSTRINGPosition size of the trade denominated in DAI. String-encoded value representing the trade size with extended precision for decimal representation.
in_percentProfitSTRINGPercentage profit or loss on a trading position. String-encoded value with extended precision representing the profit/loss ratio as a percentage multiplied by a scaling factor.
in_daiSentToTraderSTRINGAmount of DAI sent to the trader upon position closure or settlement. String-encoded value representing the DAI transfer amount with extended precision for decimal representation.
in_collateralPriceUsdSTRINGUSD price of the collateral token used in the position. String-encoded value representing price with extended precision.
in_taddressin_openremovedin_pricelog_indexin_orderIdblock_numberblock_timestampin_priceImpactPin_percentProfittransaction_hashin_daiSentToTraderin_positionSizeDaiin_collateralPriceUsd
{“sl”:“0”,“tp”:“10148”,“buy”:false,“index”:“0”,“trader”:“0x7e66f801ea83af1d72629a9fb44d77fe7a4f80e3”,“leverage”:“150”,“openPrice”:“10221”,“pairIndex”:“134”,“initialPosToken”:“10613898817439638127”,“positionSizeDai”:“44880000000000000000”}0x298a695906e16aea0a184a2815a76ead1a0b7522truefalse1022118389217231733224102024-01-23T10:15:34.000Z6666421900xeab19abebda1123005ffcd7ebe4986823b510d3f5c0d34853ffaf665476dea1004487999999999999999999985000
{“sl”:“0”,“tp”:“10287”,“buy”:true,“index”:“0”,“trader”:“0x183adddac8a2f604fbba18cee497f399020fc114”,“leverage”:“150”,“openPrice”:“10222”,“pairIndex”:“134”,“initialPosToken”:“10613898817439638127”,“positionSizeDai”:“44880000000000000000”}0x298a695906e16aea0a184a2815a76ead1a0b7522truefalse1022214389217241733224332024-01-23T10:15:40.000Z10764995800x4d59eb35b85a1ed8c17aea8e7b76eca81380ca5031dfbf4e94936b9a2a65263104487999999999999999999985000
{“sl”:“0”,“tp”:“10472”,“buy”:true,“index”:“0”,“trader”:“0x8488d107dba8320450070e79de56c049e303e54a”,“leverage”:“150”,“openPrice”:“10266”,“pairIndex”:“134”,“initialPosToken”:“10448570098443910079”,“positionSizeDai”:“44880000000000000000”}0x298a695906e16aea0a184a2815a76ead1a0b7522truefalse1026623389233901735032072024-01-23T23:01:25.000Z9415107900xfc430b202452b52da49f08bc5bb136028b2dcfae143ee1b700b5027b2234353904487999999999999999999985000
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v6_arbitrum.GNSTradingCallbacksV4v2_MarketExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100