Skip to main content

Tables

GNSTradingCallbacks_LimitExecuted_event

Limit order execution events from gTrade v7 perpetual futures protocol on Polygon, capturing take-profit and stop-loss fills with trader addresses, position details, profit/loss percentages, and NFT holder (bot executor) information. Used for analyzing limit order fill rates, trader PnL outcomes, and bot executor 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_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”:“242060000000000”,“buy”:true,“index”:“0”,“trader”:“0x00f38738c8f5cf18292c2a135473ba635d542949”,“leverage”:“150”,“openPrice”:“241111799952589”,“pairIndex”:“0”,“initialPosToken”:“3460100440000531812”,“positionSizeDai”:“0”}0x170cc5a70d6f544e5456881b586eb58180998a37false242060000000000751391454318212330x12b4cf2e72f813a66b6c58583f81c22926aaf861002022-08-12T22:36:48.000Z05898923534210x33f17e00df724d104bedcccb5aac9243c4fdc756ffd2ab14689d1fa4c4a2316f134494998623529116079099999998634999999
{“sl”:“0”,“tp”:“12205100000”,“buy”:true,“index”:“0”,“trader”:“0x022e3ce4eda264b3e3fef62036c8182ceb88e6ce”,“leverage”:“1000”,“openPrice”:“12190517332”,“pairIndex”:“23”,“initialPosToken”:“148759553821525346718”,“positionSizeDai”:“0”}0x170cc5a70d6f544e5456881b586eb58180998a37false12205100000491390048317971680x5c22cf89ced9a14d5ecf711442f91ed6db1ff646002022-08-12T06:43:42.000Z011962304472280x5e043be7a528f5dafcbc22dfc47021913d37770ddee7cd352f642b8b57dab312831491613725326022260393671999606327999999
{“sl”:“0”,“tp”:“1589009345794”,“buy”:false,“index”:“0”,“trader”:“0x2ae4f1b01f06fa0a28bb0c9dbc098ae12b56aaca”,“leverage”:“107”,“openPrice”:“1604000000000”,“pairIndex”:“51”,“initialPosToken”:“5351082188441961157”,“positionSizeDai”:“0”}0x170cc5a70d6f544e5456881b586eb58180998a37false15890093457941861389779317900880x2430403186b3a9e08ba7264fbb924447cb7a31d6002022-08-12T02:14:43.000Z010000000000260x7486da66a7247d454d8383f88635c45a8c4f78205fdf1e88fb6104444044442e2714046608438089654214194495138481189022
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacks_LimitExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacks_MarketExecuted_event

Market order execution events from Gains Network (GNS) v7 perpetual trading protocol on Polygon. Contains trade fills with execution prices, profit/loss, position sizes in DAI stablecoin, and leverage data for tracking trader performance and protocol 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_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”:“10150077857142”,“buy”:false,“index”:“0”,“trader”:“0x740320f15bf19a2ece2eb13576e69fd6700bb8d4”,“leverage”:“35”,“openPrice”:“10223083312004”,“pairIndex”:“41”,“initialPosToken”:“79316612426541511842”,“positionSizeDai”:“0”}0x170cc5a70d6f544e5456881b586eb58180998a37truefalse10223083312004411346377309375332022-07-20T13:13:03.000Z7616378200x2416f7792cff707514db46a9dc415649f1c418f8732e50c4fb5326c3d53e6197097899999996573499999
{“sl”:“0”,“tp”:“11158221000”,“buy”:true,“index”:“0”,“trader”:“0xc1f2e41d6b924eee7732e07ea25850cdbffb6381”,“leverage”:“100”,“openPrice”:“10236900000”,“pairIndex”:“21”,“initialPosToken”:“2519049563819368800555”,“positionSizeDai”:“0”}0x170cc5a70d6f544e5456881b586eb58180998a37falsefalse10220125000261346669309399182022-07-20T14:38:49.000Z0-1638679678410x23cc83dde342c387196ee2e1b0e85fc01b60fc5f40882dd19843b96da63ddcf024903167523639773428872976035999702396400000
{“sl”:“0”,“tp”:“9868975204”,“buy”:false,“index”:“0”,“trader”:“0x27be3c0b106371b3ced192375b041957a42b842f”,“leverage”:“250”,“openPrice”:“10237526145”,“pairIndex”:“21”,“initialPosToken”:“79476739451018743703”,“positionSizeDai”:“0”}0x170cc5a70d6f544e5456881b586eb58180998a37truefalse102375261451751346037309302922022-07-20T08:51:16.000Z000xfddb85460e39d132307fe2b326f61bc626de649570403c7843f091a472c586c9098499999975375000000
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacks_MarketExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV2_DevGovFeeCharged_event

Development and governance fee collection events from Gains Network v7 perpetual trading protocol on Polygon. Records DAI-denominated fees charged on trade executions for protocol maintenance and governance operations.
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_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
addressremovedlog_indexin_valueDaiblock_numberblock_timestamptransaction_hash
0x6805dd635aa542210ed572f7b93121002c629690false1930600000000000000345575452022-10-20T00:52:01.000Z0x2c865c7121378f81371b1e567572502b41685dab1bc1f03028ea2487b901588a
0x6805dd635aa542210ed572f7b93121002c629690false114928795000000000000345899762022-10-20T20:03:02.000Z0xd8ed7d5443dbe149e0b6395e5b45ae3d9f79929b50b2d71873498dbfa83ade0d
0x6805dd635aa542210ed572f7b93121002c629690false1223199999999999998345806892022-10-20T14:25:41.000Z0x07054720938b54e8eb9b928f7cb0b79a663cb4ec3aae3bd118fc059d07e59047
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV2_DevGovFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV2_LimitExecuted_event

Limit order execution events from Gains Network (gTrade) v7 perpetual trading protocol on Polygon, recording take-profit and stop-loss fills with position details and profit/loss in DAI stablecoin. Used for analyzing trader performance, leverage usage, and automated order execution 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_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”:“5380000000”,“buy”:true,“index”:“0”,“trader”:“0x6f9b961c6aa36fe989b3adbc3ade71501951da5e”,“leverage”:“37”,“openPrice”:“5282491243”,“pairIndex”:“19”,“initialPosToken”:“152819574531920935856”,“positionSizeDai”:“359048000000000000000”}0x6805dd635aa542210ed572f7b93121002c629690false53800000002611496693341375920xb00d3c75969f6d8f6531e352e82f1dd1488b47be002022-10-09T18:53:43.000Z06829777548190x42ad79fdf05c42b30dc38aed7e570eda5e96500fdd5f2bfb05647907a2d12655591890361683162375987359047999999999999998
{“sl”:“0”,“tp”:“64228483666”,“buy”:true,“index”:“0”,“trader”:“0x1f5e2d8f5177b374958e20796072ad0b29f47472”,“leverage”:“150”,“openPrice”:“64008969765”,“pairIndex”:“11”,“initialPosToken”:“18677502904297990802”,“positionSizeDai”:“43120000000000000000”}0x6805dd635aa542210ed572f7b93121002c629690false642284836661481496582341309890x7ca659f1d19bbc342dd1027104e27cf4cdb38739002022-10-09T15:06:42.000Z05144136090750x914071538ff16e7e506e1bc8d044567c453d72c1dab48ce63042f94e2a7d87eb6008500629180792388743119999999999999997
{“sl”:“0”,“tp”:“8792400000000”,“buy”:true,“index”:“0”,“trader”:“0x1e742285cc17bad26a307b4c781c96d29f0b3c21”,“leverage”:“20”,“openPrice”:“8716000000000”,“pairIndex”:“41”,“initialPosToken”:“32392833481100902538”,“positionSizeDai”:“73800000000000000000”}0x6805dd635aa542210ed572f7b93121002c629690false87924000000001511496355341191400x7ca659f1d19bbc342dd1027104e27cf4cdb38739002022-10-09T08:10:39.000Z01753097751260x45c98a93697f6f11749aa3b914756c357bb96f551a850069d9d670efee4e6f8b8809451785916369873973799999999999999998
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV2_LimitExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV2_LpFeeCharged_event

Liquidity provider fee events from Gains Network v7 leveraged trading protocol on Polygon, recording DAI-denominated fees charged per trade execution. Useful for analyzing LP revenue distribution and protocol fee structure.
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_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
addressremovedlog_indexin_valueDaiblock_numberblock_timestamptransaction_hash
0x6805dd635aa542210ed572f7b93121002c629690false3487999999999999999347162832022-10-23T21:51:16.000Z0x582a656f6d0c1e94164e6201c6ec232354255715f1f8fc2e5c7d94b69347f0ba
0x6805dd635aa542210ed572f7b93121002c629690false3220499999999999999346848412022-10-23T03:27:54.000Z0xb00d1530bc9fac21d2a0d2ff48eed4645fd6fd92922dc9c8e51859897e1226f1
0x6805dd635aa542210ed572f7b93121002c629690false3188373023999999999347183612022-10-23T23:02:45.000Z0x6e293a2ae75c2cb0ff711554b79cb6095c66f312a105a1b666df8e1870b50204
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV2_LpFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV2_MarketExecuted_event

Market order execution events from Gains Network (gTrade) V7 perpetual trading protocol on Polygon. Contains position open/close details including leverage, profit/loss, price impact, and DAI settlement amounts for analyzing trader behavior and execution quality.
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”:“367217685000”,“tp”:“371830972500”,“buy”:true,“index”:“0”,“trader”:“0x014f5918c712505d4d557402ede7f88671c61a42”,“leverage”:“100”,“openPrice”:“368773065668”,“pairIndex”:“33”,“initialPosToken”:“11660680700801439737”,“positionSizeDai”:“46000000000000000000”}0x6805dd635aa542210ed572f7b93121002c629690truefalse368773065668111567236352497492022-11-05T23:19:01.000Z19817105600x77adf88db5348bac99e59259150562147167812c1982ed0c8b01d6f4b1b26962045999999999999999996
{“sl”:“365729165000”,“tp”:“371242670000”,“buy”:true,“index”:“0”,“trader”:“0x014f5918c712505d4d557402ede7f88671c61a42”,“leverage”:“100”,“openPrice”:“367766995076”,“pairIndex”:“33”,“initialPosToken”:“11589832806834591002”,“positionSizeDai”:“46000000000000000000”}0x6805dd635aa542210ed572f7b93121002c629690truefalse367766995076151567000352456182022-11-05T20:49:45.000Z45428475700x35c5f19ed65bb3300640b541a59beaaa1033f6a0e867fe28edc4b4b7ae6b13d2045999999999999999998
{“sl”:“16233425000000”,“tp”:“16437362500000”,“buy”:true,“index”:“0”,“trader”:“0x014f5918c712505d4d557402ede7f88671c61a42”,“leverage”:“100”,“openPrice”:“16315874309970”,“pairIndex”:“1”,“initialPosToken”:“11569009141262985077”,“positionSizeDai”:“46000000000000000000”}0x6805dd635aa542210ed572f7b93121002c629690truefalse16315874309970811567045352465232022-11-05T21:21:41.000Z75285887600xf8fe5dbeb9aa4207e6b64a42587ab53ab0a293fc3351a01796efffc979b816a9045999999999999999999
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV2_MarketExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV2_NftBotFeeCharged_event

NFT bot execution fees charged in DAI on Gains Network v7 perpetual trading protocol on Polygon. Tracks automated bot operator compensation for executing limit orders and stop losses.
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_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
addressremovedlog_indexin_valueDaiblock_numberblock_timestamptransaction_hash
0x6805dd635aa542210ed572f7b93121002c629690false8569600000000000000342102162022-10-11T12:58:07.000Z0xd9e4275af84474c54b543671921e4dc793f7b50a2e02fe47d3a72b95ff95099a
0x6805dd635aa542210ed572f7b93121002c629690false14300000000000000000342267132022-10-11T22:27:57.000Z0x359794aa817ec9ac65882b7bf485c32a4c1d1517bddf4883d5d9ee9e00d76396
0x6805dd635aa542210ed572f7b93121002c629690false14528000000040499999341884322022-10-11T00:17:53.000Z0xeb9ff0bd0d83a5c10e9165455a4cd320fbf19e0b77a955cb9a032c729b9d1d04
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV2_NftBotFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV2_ReferralFeeCharged_event

Referral fee charges from Gains Network (gTrade) v7 perpetual trading protocol on Polygon, denominated in DAI with 18 decimal precision. Tracks commission payments to referrers when their referred traders execute 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_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
addressremovedlog_indexin_valueDaiblock_numberblock_timestamptransaction_hash
0x6805dd635aa542210ed572f7b93121002c629690false57097945097000000000363371792022-12-02T14:06:04.000Z0x6637bcd41f72e17ee3713a931475956c32a166418c281e06efce0467f15fe233
0x6805dd635aa542210ed572f7b93121002c629690false101881584712500000000363508462022-12-02T22:22:26.000Z0x84c6bcf83a712e564f6dd4967dc6b6d9322ce808290868c1267a1fd0ef83792a
0x6805dd635aa542210ed572f7b93121002c629690false161374636439200000000363383302022-12-02T14:48:20.000Z0x4f1b389878f8dd68fe15360ce18362658bde3bcaab3e34246938dde9f11d2d08
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV2_ReferralFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV2_SssFeeCharged_event

SSS (spread, slippage, and system) fee charges from Gains Network v7 perpetual trading protocol on Polygon. Tracks DAI-denominated fees collected per trade 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_valueDaiSTRINGFee amount denominated in DAI. String-encoded integer representing the value in wei (18 decimal places).
addressremovedlog_indexin_valueDaiblock_numberblock_timestamptransaction_hash
0x6805dd635aa542210ed572f7b93121002c629690false6334800000000000000337336232022-09-30T00:33:38.000Z0xf540fee8283149d8863b2703166c89c36c973978f14f7a525dd89148ed1c3c25
0x6805dd635aa542210ed572f7b93121002c629690false65000000000000000000337707712022-09-30T22:16:07.000Z0x98b626c80ed1e0a83c110de3f254550e73c373864a0cd2105b70015352ec2930
0x6805dd635aa542210ed572f7b93121002c629690false69468000000000000000337577272022-09-30T14:38:23.000Z0x445027bfe88ca339e754d284b04e125a74eeb88e3adf5b9b17397e9a505d30ec
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV2_SssFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3_DevGovFeeCharged_event

Development and governance fee charges from Gains Network v7 perpetual trading protocol on Polygon. Records DAI-denominated fees collected from traders, useful for analyzing protocol revenue and fee distribution 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_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
0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse0x00c62977286812f359805a741f850c4aecbe22c8658610000000000000000384530032023-01-24T02:56:20.000Z0x135734c47b6e2f0ce20cc5e537b40873272d382b364be9847766dc68aa048dbb
0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse0x015f6d443fc7384c1454a2c15d6e7acad97e53587311520000000000000000384674772023-01-24T11:33:08.000Z0xac588457d111aa0ae0e649a1a5d46edc7d2ca8be2faaaa049d925184b323515f
0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse0x01b30ca1bdde1f68abe69c46fe88f79b496ec63a811782000000000000000384514262023-01-24T01:58:53.000Z0x41609248dddd3601458015d1dd6ccdc090439430992a761847557a2b5ac988cd
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV3_DevGovFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3_LimitExecuted_event

Limit order execution events from Gains Network (gTrade) v7 perpetual trading protocol on Polygon, capturing take-profit, stop-loss, and pending order fills with position details and profit/loss outcomes. Used for analyzing trader limit order strategies and execution quality 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_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”:“226935720000000”,“tp”:“245000000000000”,“buy”:true,“index”:“0”,“trader”:“0x007d142b804c417bc177b394d80e8922e17aa23d”,“leverage”:“10”,“openPrice”:“229217750440000”,“pairIndex”:“0”,“initialPosToken”:“32045967449323986096”,“positionSizeDai”:“153760000000000000000”}0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse2269357200000001131787177384865170x3755d7c8f37eced3a3d2e6062d43674ba2ac61a6102023-01-24T23:09:47.000Z0-995573176860x4a014ebf8a8b2fb01d5a88d4b1c64f8f79dfa1196e9a85059ec39adefa5931e7137145357119359740999153759999999999999998
{“sl”:“0”,“tp”:“261574968750000”,“buy”:true,“index”:“0”,“trader”:“0x015f6d443fc7384c1454a2c15d6e7acad97e5358”,“leverage”:“64”,“openPrice”:“229371962100000”,“pairIndex”:“0”,“initialPosToken”:“60443116422840111469”,“positionSizeDai”:“284640000000000000000”}0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse226059000000000541787220384867620x7676d49df89c7cf60953beb193724bd6403b8eb0202023-01-24T23:18:34.000Z0-9243918587900xb87f98db23494113fff867c44aa9b7c9f4374d39d61c59e450af81e15d92a3490284639999999999999995
{“sl”:“0”,“tp”:“58667076000”,“buy”:true,“index”:“0”,“trader”:“0x01989c3c9949263da86ada9d96ea1a067d3b1c68”,“leverage”:“50”,“openPrice”:“58366682904”,“pairIndex”:“55”,“initialPosToken”:“139705533476006454884”,“positionSizeDai”:“672000000000000000000”}0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse57263000000551786324384817480xd31bbd976efdf03496381906d55a6a70a6c805c1202023-01-24T20:17:22.000Z0-9454733840320x9443b5dcafdba07937fa5dec705bf800e57e7b46d15f221b92b15d675cbe5ae40671999999999999999996
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV3_LimitExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3_LpFeeCharged_event

Liquidity provider fee events from Gains Network v7 perpetual trading protocol on Polygon, denominated in DAI. Tracks fees charged to traders for providing liquidity depth, useful for analyzing LP revenue and trading cost structure.
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
0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse0x08787e3157742bec8d50cca49c8dfaf01cd6dabf101596291375000000000372516172022-12-25T08:19:10.000Z0x5bb75b95793f15d703ce6a631af915f58bb68d8860846dea21e69b3dcc0955ef
0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse0x0c06dd9d31013ca249535c1c538ead6974772304277441599999999999999372620312022-12-25T14:35:19.000Z0x1b1078af6aef3573b3b4b97d446af23d0e33ccbd1c096277a718bc1a73f40a23
0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse0x0da76cbaeff1d40871d18498a6f26e5aa96961e9234988159999999999999372703672022-12-25T19:41:17.000Z0xb3cbe9837bddc1e1b2633c9d82900e8843fdfeef6599c2833402fbc92d1c6ea3
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.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 V7 perpetual trading protocol on Polygon. Records position opens/closes with execution price, profit/loss, leverage, and trader details for analyzing trade outcomes and protocol 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_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”:“211120000000000”,“tp”:“208700000000000”,“buy”:false,“index”:“0”,“trader”:“0x011c79c3f951dc3d26fb08d226b60a7653753a95”,“leverage”:“100”,“openPrice”:“210055782237995”,“pairIndex”:“0”,“initialPosToken”:“13935280365629817504”,“positionSizeDai”:“47840000000000000000”}0xb454d8a8c98035c65bb73fe2a11567b9b044e0fatruefalse210055782237995151754888381567012023-01-16T15:49:32.000Z47211706600x197a878c611898aa0e23348d5d6bdd2ee5dea41efe968e796c1de0eabc0ab41e047839999999999999998
{“sl”:“0”,“tp”:“8594349800”,“buy”:false,“index”:“0”,“trader”:“0x011c79c3f951dc3d26fb08d226b60a7653753a95”,“leverage”:“150”,“openPrice”:“8645031423”,“pairIndex”:“37”,“initialPosToken”:“2538602866828051224”,“positionSizeDai”:“8800000000000000000”}0xb454d8a8c98035c65bb73fe2a11567b9b044e0fatruefalse8645031423721756207381667502023-01-16T21:46:40.000Z51662840100xafdda28ca1163ea6863fb46428ab40b469ac947cce01cb88e668f6b63c992a3f08799999999999999998
{“sl”:“15670000000000”,“tp”:“0”,“buy”:true,“index”:“1”,“trader”:“0x01f699f01e346e84864413850a3b8272b353ef87”,“leverage”:“15”,“openPrice”:“15994214545979”,“pairIndex”:“1”,“initialPosToken”:“57119992749223604241”,“positionSizeDai”:“197600000000000000000”}0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalsefalse15792800000000541756090381661512023-01-16T21:26:06.000Z0-1888944393610xe72eadb4ecc051fff80430c46b23e4ad53a9b697992ae56f20d6fba43c5f9b6c157499953196891344013197155399999999999999
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV3_MarketExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3_NftBotFeeCharged_event

NFT bot execution fees charged on Gains Network v7 perpetual trading protocol on Polygon, denominated in DAI. Records automated trading bot fees with trader addresses and fee amounts in 18-decimal DAI format for analyzing bot-assisted 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
0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse0x0052d2e4af4548e6cf19e817b944cedb23ae09df441292799999999999999412045602023-04-06T08:00:50.000Z0xbd97feacd613fb4a55d6b46769586f0e98ae14b59e025ebd432f4622c491db86
0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse0x0052d2e4af4548e6cf19e817b944cedb23ae09df187292799999999999999411937452023-04-06T01:31:53.000Z0x0576d234eb1efbd20c3f1c259f454b726128298df1399817b8ab237f0ce9d6c5
0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse0x02df44db75d2b06e6f80797ae3ee4609a0235f66519158015999999999999999412042392023-04-06T07:48:54.000Z0xa31a9a26a36fedb2bdf56d06c093c6aafea258c10e84f7cd4c913b39f79643d6
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV3_NftBotFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3_ReferralFeeCharged_event

Referral fee charges from Gains Network (GNS) v7 perpetual trading protocol on Polygon, recording DAI-denominated commission amounts paid when traders execute positions through referral links. Used to track 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
0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse0x032a8848cecee8e915d57148cee6f5b7935e843f121232598148000000000411097852023-04-03T21:46:22.000Z0x4587f26deda8c1771f750c0f99634821013e6212d5989fc61ac84426b762deb5
0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse0x032a8848cecee8e915d57148cee6f5b7935e843f128255844487250000000410869972023-04-03T07:27:39.000Z0x52049a004cf0a216cc3bfd8cc6d237f8b639afef1083b80731e64b1f118cfcc1
0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse0x05bb4f77f69b6f85b334fc03ef16b8b3bb2bab7a16232592555160000000411070112023-04-03T19:57:55.000Z0x474a9ad6c84a1767149cf0d35c7e669c4b1dd575eb1b44567efd96b445bfc24c
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV3_ReferralFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3_SssFeeCharged_event

SSS (Spread Staking System) fee charges from Gains Network v7 perpetual trading protocol on Polygon. Records DAI-denominated fees collected per trader 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
0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse0x01ba06eb3b222abb1a4b66f3a2f94f2311a4ea5c1461106079999999999998404254512023-03-16T20:54:13.000Z0xa99dc81c6b5013573d14ac526ae2ef44aa4f4b236d762adab8d12ae44400a56f
0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse0x01ba06eb3b222abb1a4b66f3a2f94f2311a4ea5c97787200000000000000404257322023-03-16T21:04:43.000Z0x5a01df09c47d1b68a6d0b14b2df761d4990ddb615d80cd5bd84bace9dcafa02d
0xb454d8a8c98035c65bb73fe2a11567b9b044e0fafalse0x01ba06eb3b222abb1a4b66f3a2f94f2311a4ea5c17766087199999999998404185962023-03-16T16:41:14.000Z0x2b08328e17db416c1ad2f4c2778ae94847d7762cbe5dc0a0c053be45c84aeb7e
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV3_SssFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3v1_DevGovFeeCharged_event

Development and governance fee charges from Gains Network v7 on Polygon. Records DAI-denominated fees collected from traders, 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
0x82e59334da8c667797009bbe82473b55c7a6b311false0x01c594464a822c36d20bd42e05e4dd76144bbeae281020000000000000000414831022023-04-13T12:03:22.000Z0x3c138dcf294de3e6ebadd4d2d62383b7a055cd755a431ecb2898c67adf706e0b
0x82e59334da8c667797009bbe82473b55c7a6b311false0x01c594464a822c36d20bd42e05e4dd76144bbeae1162490000000000000000414850852023-04-13T13:24:16.000Z0xbb41906273f3d9d2340a28600fd39d82c65981d41ecb9bfb60be78ed2406206e
0x82e59334da8c667797009bbe82473b55c7a6b311false0x01c594464a822c36d20bd42e05e4dd76144bbeae854020000000000000000414847452023-04-13T13:11:10.000Z0x457b6bdb620b4ef2f3199473e6869c2894e622a1f2c71fc13d4855569fb47b26
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.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) v7 perpetual futures protocol on Polygon, capturing stop-loss and take-profit order fills with entry/exit prices, position sizes in DAI stablecoin, profit/loss percentages, and NFT bot executor addresses for analyzing automated trade closures.
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”:“271218000000000”,“tp”:“267334000000000”,“buy”:false,“index”:“0”,“trader”:“0x2103a7ea588c939724f42e959ddb3b2e402351f8”,“leverage”:“3”,“openPrice”:“267951826380000”,“pairIndex”:“0”,“initialPosToken”:“390370467807942110407”,“positionSizeDai”:“1562241600000000000000”}0x82e59334da8c667797009bbe82473b55c7a6b311false2712180000000004932073201441112770xfe3be3c5d37c3610a8491e241953b57da9c8e09e102023-06-20T01:13:57.000Z0-365682182210xdd6fe3d0435de3d9f7dbd33a20915cc5c37510e0c2c50a15445fcf8058e6514615005829513811729246711561538591280000000000
{“sl”:“17252560855263”,“tp”:“17537256578947”,“buy”:true,“index”:“0”,“trader”:“0x7e087274232dd9378b6f1b972f58f8d419acc5b6”,“leverage”:“76”,“openPrice”:“17303018440000”,“pairIndex”:“1”,“initialPosToken”:“4695829426344002767”,“positionSizeDai”:“18784000000000000000”}0x82e59334da8c667797009bbe82473b55c7a6b311false17252560855263532073587441193120x2430403186b3a9e08ba7264fbb924447cb7a31d6102023-06-20T06:10:12.000Z0-2216247097750x8757b6951a593b9dc7c460c1d0d668dbef5a4e98d9f71da3db6832e41573ffe41302501287518390400218783999999999999998
{“sl”:“10550000000”,“tp”:“11110000000”,“buy”:true,“index”:“0”,“trader”:“0x7490da388759d3b069546cf45dc10d40d706bd79”,“leverage”:“4”,“openPrice”:“10020312691”,“pairIndex”:“109”,“initialPosToken”:“124819884309165177999”,“positionSizeDai”:“498400000000000000000”}0x82e59334da8c667797009bbe82473b55c7a6b311false105500000001722074802441398890x4eaca3a7fca2b5448c0687f2f4d13980bc0c198f102023-06-20T19:06:07.000Z02114454210490xd1b7a379616700fbe7b86dd72fef554af098b2f7b799e10343fe31f5887d940a598627030742859022521497802099424000000004
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.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_v7_polygon.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 v7 perpetual futures protocol on Polygon. Records position opens and closes with execution price, profit/loss, and collateral flows in DAI for analyzing trader performance and leverage usage.
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”:“637500000000”,“buy”:false,“index”:“0”,“trader”:“0x98151e452414756a0fe795dbc51f876fcc3963a8”,“leverage”:“8”,“openPrice”:“1020000000000”,“pairIndex”:“105”,“initialPosToken”:“126881778614519360882”,“positionSizeDai”:“496800000000000000000”}0x82e59334da8c667797009bbe82473b55c7a6b311falsefalse1000640000000752061833438368022023-06-12T19:03:06.000Z01518431372540xf4b764dc51a08f93063f1a84706aaaba090160aa33ceed1156bd308fc1e02511558958087216238399998496799999999999999996
{“sl”:“0”,“tp”:“10852904900”,“buy”:true,“index”:“0”,“trader”:“0xdc1b9a875e97987f637f5dbc5660dd7990c8830e”,“leverage”:“1000”,“openPrice”:“10756825575”,“pairIndex”:“21”,“initialPosToken”:“11013867568241254817”,“positionSizeDai”:“43120000000000000000”}0x82e59334da8c667797009bbe82473b55c7a6b311truefalse10756825575142061541438309442023-06-12T15:14:13.000Z000xa1037fe7c1978b14c4197c6d962404184fa6e2d3ad99cb88601bc106218bbb10043119999999999999997
{“sl”:“11742093000”,“tp”:“11950000000”,“buy”:true,“index”:“0”,“trader”:“0x3331deca24e58144114e250c4598f99b77cc1ed9”,“leverage”:“25”,“openPrice”:“11850657643”,“pairIndex”:“104”,“initialPosToken”:“25207343704631801097”,“positionSizeDai”:“98000000000000000000”}0x82e59334da8c667797009bbe82473b55c7a6b311truefalse11850657643252061861438374002023-06-12T19:26:39.000Z5549734500x5b3c7365380f63124ed2f9cb27cdac366b2f31f5a1186650a20cb2e835f421a8097999999999999999997
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV3v1_MarketExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3v1_NftBotFeeCharged_event

NFT bot fee charges from Gains Network V7 trading callbacks on Polygon, recording DAI-denominated fees paid by traders for automated bot execution services. Useful for analyzing bot usage costs and trader automation 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_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
0x82e59334da8c667797009bbe82473b55c7a6b311false0x0052d2e4af4548e6cf19e817b944cedb23ae09df34296399999999999999466257842023-08-22T17:43:24.000Z0xf1b1ec3a2ac664ed4d847cbe5ce49cbf4a3ba7a941ae8ecb56a7c2be12c727c6
0x82e59334da8c667797009bbe82473b55c7a6b311false0x01c594464a822c36d20bd42e05e4dd76144bbeae106318719999999999999466233512023-08-22T16:14:14.000Z0x66955583783755b965a26e17d405fe45e3b7a9660c906ac3d393f4d26874c216
0x82e59334da8c667797009bbe82473b55c7a6b311false0x01c594464a822c36d20bd42e05e4dd76144bbeae223318719999999999999466196832023-08-22T14:01:29.000Z0xe6625133b1382ed0252edd787860ba779676cef72a82fd2f02778655d947d41f
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV3v1_NftBotFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3v1_ReferralFeeCharged_event

Referral fee records from Gains Network (GNS) v7 trading protocol on Polygon, tracking DAI-denominated commissions charged on referred trades. Used for analyzing referral program performance and fee distribution across traders.
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
0x82e59334da8c667797009bbe82473b55c7a6b311false0x7a4b9ea38a09940f8db81199c7461494c679320e86236793087168000000468356872023-08-28T00:14:39.000Z0x0adb41e721081ef7445f1964ada952504fed17da7967b4c3894d69270be06bd7
0x82e59334da8c667797009bbe82473b55c7a6b311false0x99447c9f0b854aa6e1345f0821bac2073d858c6d79450584610000000000468570592023-08-28T12:53:15.000Z0x6e601a09e5f2bd4d4e972807226fd13b78b5cb17fb8dc43b9332afc628e93c3f
0x82e59334da8c667797009bbe82473b55c7a6b311false0x99447c9f0b854aa6e1345f0821bac2073d858c6d119450629160000000000468623822023-08-28T16:02:26.000Z0xf0c8fb1a35677c11b3b7e105a1712842424849856add883a80d5492224c35bd4
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV3v1_ReferralFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3v1_SssFeeCharged_event

SSS (Spread, Spread Reduction, Slippage) fee charges from Gains Network v7 perpetual trading protocol on Polygon. Tracks DAI-denominated fees collected per trader 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
0x82e59334da8c667797009bbe82473b55c7a6b311false0x006530596df1ca46f52f15478e98a88ebb4a85f637731999999999999998449621612023-07-11T19:56:28.000Z0x40b6c4e2a98832ee8ce87bcb72eaf529848aadb46bad34f266335327d9bb1707
0x82e59334da8c667797009bbe82473b55c7a6b311false0x041ecb817dde8d90e5bba77b056b019fa64c2d2771080000000000000000449299472023-07-11T00:28:22.000Z0x7cc75f25f9d6ddf11f9e8ae0334298d760309eaca40b368b94bf8bce26e15cf0
0x82e59334da8c667797009bbe82473b55c7a6b311false0x041ecb817dde8d90e5bba77b056b019fa64c2d27841490399999999999999449322392023-07-11T01:51:18.000Z0x9f8b39be06556d376e0f22014c4fc63980aa2044ed83575f33b831363ffaf955
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV3v1_SssFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV3v2_LimitExecuted_event

Limit order execution events from Gains Network v7 perpetual trading protocol on Polygon, capturing take-profit and stop-loss fills with prices, P&L, and collateral settlements. Used for analyzing trader performance, order execution quality, and automated position management 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_collateralPriceUsdSTRINGUSD price of the collateral token used in the position. String-encoded value representing price with extended precision.
in_exactExecutionBOOLWhether the limit order was executed at the exact trigger price specified by the trader. False indicates the order was filled at a slightly different price due to market conditions.
in_taddressremovedin_pricelog_indexin_orderIdblock_numberin_nftHolderin_orderTypein_limitIndexblock_timestampin_priceImpactPin_percentProfittransaction_hashin_exactExecutionin_daiSentToTraderin_positionSizeDaiin_collateralPriceUsd
{“sl”:“0”,“tp”:“1393631666666”,“buy”:false,“index”:“0”,“trader”:“0x34b4dec560c27dc0468e52ebd5c2597f70819a9d”,“leverage”:“9”,“openPrice”:“1479181699274”,“pairIndex”:“51”,“initialPosToken”:“46530991625282312046”,“positionSizeDai”:“248200000000000000000”}0x82e59334da8c667797009bbe82473b55c7a6b311false1393631666666154229834059531865220xfe24cfb2f8872e9ed097c451de065a9f6048915b002024-02-06T09:05:51.000Z05205244858350x5b1f0a1e9870d7a8fe21db9652b2cf89bdedc714d26b8238d4cab247ab1ad6cdtrue37559471668558599999524819999999999999999599998800
{“sl”:“1805963310399”,“tp”:“1420000000000”,“buy”:false,“index”:“0”,“trader”:“0x107f8b36ccc1997be2c1a76d5cd6760d57e35021”,“leverage”:“10”,“openPrice”:“1679965870139”,“pairIndex”:“51”,“initialPosToken”:“33292910011842294700”,“positionSizeDai”:“148899200000000000000”}0x82e59334da8c667797009bbe82473b55c7a6b311false1420000000000354229834042531857150xa2fb99d7da1550e439b60cdade83216134233a6b002024-02-06T08:37:02.000Z015474473306850xd2b6fdbd4a2964f3746bf8e1531d98901010a7539a370b481b0e493505619b3btrue37754795498851943999514889919999999999999799998800
{“sl”:“1806000000000”,“tp”:“1420000000000”,“buy”:false,“index”:“0”,“trader”:“0xae1bb7816ec1a0078161e5034f1153c8755f0117”,“leverage”:“5”,“openPrice”:“1679829964983”,“pairIndex”:“51”,“initialPosToken”:“200429314157600799531”,“positionSizeDai”:“896400000000000000000”}0x82e59334da8c667797009bbe82473b55c7a6b311false1420000000000317229834043531857150xa2fb99d7da1550e439b60cdade83216134233a6b002024-02-06T08:37:02.000Z07733817421980x8f43c06012ee19f3bb2817cc7bf23fb769c3df3735affcbac745a866582cb782true158434684185638519999589639999999999999999699998800
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.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 v7 perpetual trading protocol on Polygon. Records trade fills with entry/exit prices, profit/loss, leverage ratios, and DAI settlement amounts for analyzing trader performance and position lifecycle.
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”:“9939141666”,“buy”:false,“index”:“0”,“trader”:“0x26d754f9ae6f65c43d63b62e6ffa0c8ed1219db5”,“leverage”:“108”,“openPrice”:“10842015690”,“pairIndex”:“21”,“initialPosToken”:“20923231311636024155”,“positionSizeDai”:“92683056000000000000”}0x82e59334da8c667797009bbe82473b55c7a6b311falsefalse10840113000112229908408554653642024-04-05T07:59:06.000Z0189531657090xa31eeccb17d99e58bb18d6faa463631d41fc1846409de1d31e613275a1922fc0928341193664123839189268305599999999999699987148
{“sl”:“10850000000”,“tp”:“10792800000”,“buy”:false,“index”:“0”,“trader”:“0x9f54debfaf5aa35f05b1a81e5503913bca00aaa3”,“leverage”:“309”,“openPrice”:“10849176974”,“pairIndex”:“21”,“initialPosToken”:“7339895987183795061”,“positionSizeDai”:“34183660000000000000”}0x82e59334da8c667797009bbe82473b55c7a6b311falsefalse10817725000122229908567554727672024-04-05T12:44:16.000Z08957969797420xea23c0298eb4fa7553bee323f2a02206c5c677ed07dff62ceb2bdaefaf6ba5a1632485370843311038193418365999999999999899980649
{“sl”:“176402812500”,“tp”:“95823750000”,“buy”:false,“index”:“0”,“trader”:“0xf39e430928ee5ea67957a4d972e4cf9ef8d01442”,“leverage”:“20”,“openPrice”:“174141152346”,“pairIndex”:“2”,“initialPosToken”:“38871694558755777826”,“positionSizeDai”:“173676000000000000000”}0x82e59334da8c667797009bbe82473b55c7a6b311truefalse17414115234654229908724554804832024-04-05T17:38:26.000Z2651603200x21796acf410e9abc45a8b8b1007a5122695904b4382d8a73fdf1cfb4ee7f6ea8017367599999999999999899994437
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV3v2_MarketExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV4v1_BorrowingFeeCharged_event

Borrowing fee events from Gains Network V7 perpetual trading protocol on Polygon, recording fees charged to traders on leveraged positions denominated in DAI. Used to analyze borrowing costs, position funding rates, and trader fee exposure across the platform.
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_tradeValueDaiSTRINGDollar-denominated value of the trader’s position at the time the borrowing fee was charged, expressed in DAI stablecoin with 18 decimal precision. Represents the notional size of the leveraged trade being assessed for borrowing costs.
in_feeValueDaiSTRINGDAI-denominated borrowing fee charged to the trader for holding a leveraged position on Gains Network. Value is in wei (18 decimals), representing the cost assessed based on the position’s size and duration.
addressremovedin_traderlog_indexblock_numberin_feeValueDaiblock_timestampin_tradeValueDaitransaction_hash
0x82e59334da8c667797009bbe82473b55c7a6b311false0x006530596df1ca46f52f15478e98a88ebb4a85f6490510487401180027172414999992023-12-12T14:45:34.000Z1444484965550444999990xec1b581586b94eb323f98da7941bbba5464f87e371e22ff47a63c78e800ff299
0x82e59334da8c667797009bbe82473b55c7a6b311false0x006530596df1ca46f52f15478e98a88ebb4a85f64815106229459434508968799992023-12-12T23:12:01.000Z1767872579456774399990x4c4dfde346e318fc647826457ac7627898b28ee4d7a1c78f5a57930a706587d9
0x82e59334da8c667797009bbe82473b55c7a6b311false0x041ecb817dde8d90e5bba77b056b019fa64c2d2717651052623851776372480879992023-12-12T17:08:59.000Z743540312980407360000xa39e7a665edd6bd49661b6339eae17730d2e37b9b00b4c7c985bfb7f63943f33
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV4v1_BorrowingFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV4v1_DaiVaultFeeCharged_event

DAI vault fee charge events from Gains Network v7 trading protocol on Polygon, recording fees collected from traders in DAI stablecoin. Used for analyzing protocol revenue, trader fee costs, and vault performance metrics.
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
0x82e59334da8c667797009bbe82473b55c7a6b311false0xc7cf4fae2b6ba8f67147ec81b1631775b5b265a9142718271999999999999519971452024-01-06T06:45:11.000Z0x811c00e782fe2f5dea7315ed036d86693aa95bb448f105c1451ac9cbdcad479b
0x82e59334da8c667797009bbe82473b55c7a6b311false0xe4a5859e0ec2d52e7371e55f4210dda5dcaef82a732221839359999999999519998142024-01-06T08:20:19.000Z0x6a4f3f42916296a8cf9d1dcb2c007980a57152e210514d77ed437b2cad9ad27b
0x82e59334da8c667797009bbe82473b55c7a6b311false0x3ba3e60875becf48efc6ef3e9e3d05f102ec329a7314453999999999999999519860922024-01-06T00:01:51.000Z0x26ac21bf2102a8fc9d50378d8bcda0cea2871252da17674ba7438fe3ec141a08
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV4v1_DaiVaultFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV4v1_GovFeeCharged_event

Governance fee charges from Gains Network v7 perpetual trading protocol on Polygon, denominated in DAI stablecoin. Tracks protocol revenue collection from traders with fee amounts and distribution status for analyzing platform economics.
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 the protocol’s fee recipients. Value is true in all sample transactions, suggesting immediate distribution upon fee collection.
addressremovedin_traderlog_indexin_valueDaiblock_numberin_distributedblock_timestamptransaction_hash
0x82e59334da8c667797009bbe82473b55c7a6b311false0x07fddfdf8f583b87e0b8ad3fb7adf3918e1ffdad30649830000000000000056805503true2024-05-10T14:50:02.000Z0xe5079b95e83e3fd283319adb9731314af25048326190f688387c965ea33c87c4
0x82e59334da8c667797009bbe82473b55c7a6b311false0x0e524b070a1e8faf71d953d75b250b4a1646660e48148975000000000000056805478true2024-05-10T14:49:10.000Z0x028e6e4f2aeebc63e8a18062e54b624b448047f0cf2e8b1de806535b2082817b
0x82e59334da8c667797009bbe82473b55c7a6b311false0x1270951dbbe92faed7893026bf30c9d29894a45f21579657500000000000056819355true2024-05-10T23:06:39.000Z0xbe76bb1514986417e8dd689ccdcd13552a4f237fc9dfb20a3fd8aba23c9f3959
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV4v1_GovFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV4v1_ReferralFeeCharged_event

Referral fee payment events from Gains Network v7 perpetual futures protocol on Polygon, denominated in DAI. Tracks commission charges for referred traders with fee amounts in wei format for analyzing referral program economics.
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
0x82e59334da8c667797009bbe82473b55c7a6b311false0x222a227a5dc77c643e836556e573cb266998a87035569363983200000000430227682023-05-22T18:57:13.000Z0xf7a4ff80287d2b31553d0ead4f18983b4391d51e78f39758567bb03e76d0edb8
0x82e59334da8c667797009bbe82473b55c7a6b311false0x222a227a5dc77c643e836556e573cb266998a870128561393769500000000429948992023-05-22T00:54:13.000Z0xd4a80825fdd2fa82bb8fb5dac3949470819bcb950c38acb5b74762182911b9dc
0x82e59334da8c667797009bbe82473b55c7a6b311false0x5b8e1306bd9f143941b8698032ca41529580309e53364320000000000000430171032023-05-22T15:06:11.000Z0xc7b420077d70b3464b54f10547d671ba52444316dfe939052d413799cf6451cf
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV4v1_ReferralFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV4v1_SssFeeCharged_event

Spread, slippage, and swap (SSS) fee events from Gains Network v7 perpetual trading protocol on Polygon. Tracks DAI-denominated fees charged to traders 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
0x82e59334da8c667797009bbe82473b55c7a6b311false0x041ecb817dde8d90e5bba77b056b019fa64c2d271351222500000000000000535150582024-02-14T14:40:11.000Z0x18d66781af412e26d83eee8682d0094eaffcc36d5bd1d6b0706788a3e0d1cbcf
0x82e59334da8c667797009bbe82473b55c7a6b311false0x08b08d7254909830dde8906bfa05187f58ac842140910724255999999999998535058582024-02-14T08:58:09.000Z0xa0ab347ac81ec1cbda748fffb8c21fb0c6bef5cf369d509bab892011e32df271
0x82e59334da8c667797009bbe82473b55c7a6b311false0x08b08d7254909830dde8906bfa05187f58ac842131525000000000000000000534989412024-02-14T04:35:55.000Z0x13111c0164d3212afb66a269086a88accfd27cd651e55cf4141b7e18636adefb
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV4v1_SssFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GNSTradingCallbacksV4v1_TriggerFeeCharged_event

Trigger fee charges from Gains Network v7 perpetual trading protocol on Polygon, denominated in DAI (18 decimals). Records fees paid by traders when automated triggers execute stop-loss, take-profit, or limit orders.
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
0x82e59334da8c667797009bbe82473b55c7a6b311false0x07fddfdf8f583b87e0b8ad3fb7adf3918e1ffdad31366440000000000000568055032024-05-10T14:50:02.000Z0xe5079b95e83e3fd283319adb9731314af25048326190f688387c965ea33c87c4
0x82e59334da8c667797009bbe82473b55c7a6b311false0x0ad4de31fc1e1e01eaaf815da18690441190f7ed171595199999999999999568068902024-05-10T15:40:14.000Z0x9a79a32842691b9e69e846bed477eb66d923e6ec724edd2685ae9a2730ebad1c
0x82e59334da8c667797009bbe82473b55c7a6b311false0x0d3e5cd13a887be35682b2bdd230a2efdc10ad4715855703519999999999568049532024-05-10T14:30:02.000Z0xcb172fa0c39ef5aba5716a6e53dcd3de26a59e4065e51255adcf091b3fdb7c4f
Query with partition filter
SELECT *
FROM `tt-contracts.gainsnetwork_v7_polygon.GNSTradingCallbacksV4v1_TriggerFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100