Skip to main content

Tables

Config_SetMarketInfo_event

Configuration events tracking market deployments on SynFutures V3 perpetual protocol on Base, recording market type assignments (PYTH oracle, LINK oracle, DEX V2, emergency) and associated beacon contracts for each market address.
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_mtypeSTRINGMarket type identifier indicating the price oracle or data feed mechanism used by this market. Common values include PYTH (Pyth Network), LINK (Chainlink), EMG (emergency mode), and DEXV2 (DEX v2 oracle).
in_marketSTRINGTrading pair or market identifier specifying the assets being traded or operated on.
in_beaconSTRINGContract address of the beacon proxy implementation contract. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_mtypein_beaconin_marketlog_indexblock_numberblock_timestamptransaction_hash
0xb63902d38738e353f3f52add203c418a0bfea172falsePYTH0x9674e2f58485b987d7d537a059fb002ae1d449590xba2593a538df42f4673a5c72a444d70d6b91f3d93162974922024-06-26T06:45:31.000Z0xfd8474224006b8078de0b171290127bd83d8320e80a3e925ff05c74b30d67a40
0xb63902d38738e353f3f52add203c418a0bfea172falseLINK0x9674e2f58485b987d7d537a059fb002ae1d449590x6926cc6875d3721c13325d301b4170a57f2c0b1811162974822024-06-26T06:45:11.000Z0x8dfc2cfd9e0a4644aeda1801b59d0c27b82f8f751738cf33baef2cb86a6bbe1a
0xb63902d38738e353f3f52add203c418a0bfea172falseEMG0x9674e2f58485b987d7d537a059fb002ae1d449590x8f76920d741a6e2d324c9cc8878cd5a9371e81cd8162974872024-06-26T06:45:21.000Z0x8c5e6742b267830f1eec15498c0c7ad7f0011e4ff777db253bbc4da6257e5b90
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Config_SetMarketInfo_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Config_SetQuoteParam_event

Configuration update events from SynFutures v3 perpetual protocol on Base, recording parameter changes for quote tokens including trading fees, protocol fees, minimum margin requirements, and stability fee ratios. Used for tracking risk management and fee structure modifications across different quote token types.
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_quoteSTRINGContract address of the quote token used for pricing and settlement. Hex-encoded, 0x-prefixed, 42-character string.
in_paramSTRUCT<minMarginAmount STRING, tradingFeeRatio STRING, protocolFeeRatio STRING, stabilityFeeRatioParam STRING, qtype INT64, tip STRING>Configuration parameters for automated market maker or protocol settings. Structured data containing fee ratios, margin requirements, and protocol-specific settings encoded as strings or structs.
addressremovedin_paramin_quotelog_indexblock_numberblock_timestamptransaction_hash
0xb63902d38738e353f3f52add203c418a0bfea172false{“tip”:“500000000000000000”,“qtype”:2,“minMarginAmount”:“25000000000000000000”,“tradingFeeRatio”:“1”,“protocolFeeRatio”:“2”,“stabilityFeeRatioParam”:“14415916854096691200”}0x3ee5e23eee121094f1cfc0ccc79d6c809ebd22e582213545102024-10-21T08:12:47.000Z0xd7581b5281d889402c4309daee353d2ece5b16d948c09fbf21216ff39a87af0f
0xb63902d38738e353f3f52add203c418a0bfea172false{“tip”:“500000000000000000”,“qtype”:2,“minMarginAmount”:“100000000000000000000”,“tradingFeeRatio”:“6”,“protocolFeeRatio”:“1”,“stabilityFeeRatioParam”:“14415916854096691200”}0xa88594d404727625a9437c3f886c7643872296ae133245079712025-01-02T08:08:09.000Z0x62529b9c65f0781c0772bf739034b1d8afee87591e71c52988a77f69208ee458
0xb63902d38738e353f3f52add203c418a0bfea172false{“tip”:“10000000000000”,“qtype”:2,“minMarginAmount”:“2000000000000000”,“tradingFeeRatio”:“1”,“protocolFeeRatio”:“2”,“stabilityFeeRatioParam”:“14415916854096691200”}0x04c0599ae5a44757c0af6f9ec3b93da8976c150a54172136592024-07-17T11:44:25.000Z0x512cd3b312d2fa2e02070ea3b75711a9fead93db82608083132c1ef4b6a0d8f7
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Config_SetQuoteParam_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gate_Blacklist_event

Trader blacklist status changes from SynFutures V3 perpetual futures protocol on Base. Records when addresses are added to or removed from the trading blacklist for compliance and risk management analysis.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_bannedBOOLIndicates whether the trader address was added to (true) or removed from (false) the blacklist in this event. This boolean flag represents the ban status being applied to the trader at the time of the transaction.
addressremovedin_bannedin_traderlog_indexblock_numberblock_timestamptransaction_hash
0x208b443983d8bcc8578e9d86db23fba547071270falsetrue0x9727bf2a8470d24b052377a779b15c50a2e996244162974782024-06-26T06:45:03.000Z0x49dc299dede195c827bf041b967337e4060512e373cd86c40b0f48dde28f96e5
0x208b443983d8bcc8578e9d86db23fba547071270falsetrue0x556ef67910ad3f1b122e0891a6b153387143bb46333253739782025-01-22T09:15:03.000Z0x9b4ec47a2a2559943cf203ee4099b54d7b7c701a4c3fb9375dbec154395a77bf
0x208b443983d8bcc8578e9d86db23fba547071270falsefalse0x556ef67910ad3f1b122e0891a6b153387143bb4672253796052025-01-22T12:22:37.000Z0x4179e9397de7b2f12d67895ac805359507e95165722588a3434f00f4277ce83e
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Gate_Blacklist_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gate_Deposit_event

Collateral deposit events from SynFutures V3 decentralized perpetual futures protocol on Base. Records trader deposits with token amounts and quote asset addresses for tracking margin positions and protocol liquidity flows.
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_quoteSTRINGContract address of the quote token used for pricing and settlement. Hex-encoded, 0x-prefixed, 42-character string.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_quantitySTRINGNumber of tokens or units being purchased, minted, transferred, or involved in the transaction. Numeric string representation in smallest denomination.
addressremovedin_quotein_traderlog_indexin_quantityblock_numberblock_timestamptransaction_hash
0x208b443983d8bcc8578e9d86db23fba547071270false0x1d6b1d2ad091bec4aae6a131c92008701531fdaf0xcc879ab4de63fc7be6aaca522285d6f5d816278e418100000000000000000171440952024-07-15T21:05:37.000Z0xd73b41b8f65905402c54c210de668bade24d421062664b64b6f9acc383c4ade5
0x208b443983d8bcc8578e9d86db23fba547071270false0x4ed4e862860bed51a9570b96d89af5e1b0efefed0x120b0ab071ea6cd2dab788bc01912a72612a9b4c247200000000000000000000171399302024-07-15T18:46:47.000Z0xd097aefa1f859624c27cd8761fca7be294afc13059aaeabc54eb9f833b871962
0x208b443983d8bcc8578e9d86db23fba547071270false0x833589fcd6edb6e08f4c7c32d4f71b54bda029130x28874dda655ba378de7d75b10236f950e3180140140129154171329892024-07-15T14:55:25.000Z0x3d82ce40e25ec7a3f41ae25ef2ccb32ae0a8095b954105f11c36c20c06ccb5aa
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Gate_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gate_Gather_event

Collateral withdrawal events from SynFutures v3 perpetual futures protocol on Base, recording when traders remove quote tokens from specific instruments. Used for tracking capital flows, margin management patterns, and liquidity extraction across derivative markets.
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_quoteSTRINGContract address of the quote token used for pricing and settlement. Hex-encoded, 0x-prefixed, 42-character string.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_instrumentSTRINGContract address of the derivative instrument or trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_quantitySTRINGNumber of tokens or units being purchased, minted, transferred, or involved in the transaction. Numeric string representation in smallest denomination.
addressremovedin_quotein_expiryin_traderlog_indexin_quantityblock_numberin_instrumentblock_timestamptransaction_hash
0x208b443983d8bcc8578e9d86db23fba547071270false0x833589fcd6edb6e08f4c7c32d4f71b54bda0291342949672950x0000fff49d8da8c443921a56a3fffde01c822a0d22224066981261764500x04d72fb4803b4e02f14971e5bd092375eb3307492025-02-09T23:04:07.000Z0x7834d1f978f18da57837ba9f17d1407239fc4ebf11a68845c53ab63984d31c2d
0x208b443983d8bcc8578e9d86db23fba547071270false0x833589fcd6edb6e08f4c7c32d4f71b54bda0291342949672950x000c3d78c4d5d5eeaf95b2547ad8dcd7d269566f30021197999261687200x04d72fb4803b4e02f14971e5bd092375eb3307492025-02-09T18:46:27.000Z0x564e635747841481822203363517c9d0c7327097166979d1ddefd283ea14744f
0x208b443983d8bcc8578e9d86db23fba547071270false0x833589fcd6edb6e08f4c7c32d4f71b54bda0291342949672950x000cccae9cf0d50ddc7990051c4fc7d4253000ed35020281764261572140x04d72fb4803b4e02f14971e5bd092375eb3307492025-02-09T12:22:55.000Z0x5c54e471974969809c7959264b054d5bbb77b233ecd51ce1bf6a530122e9aa85
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Gate_Gather_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gate_Initialized_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_versionINT64Version identifier for the contract or event schema. String or integer value indicating the initialization or state version.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Gate_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gate_NewInstrument_event

New trading instrument creation events from SynFutures v3 perpetual futures protocol on Base. Captures market listings with instrument addresses, base/quote token pairs, symbols, and sequential instrument counts for tracking protocol growth.
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_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
in_instrumentSTRINGContract address of the derivative instrument or trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_baseSTRINGToken or asset identifier serving as the base asset in a trading pair or financial instrument. String representation that can be either a contract address (hex-encoded, 0x-prefixed, 42-character string) or a ticker symbol.
in_quoteSTRINGContract address of the quote token used for pricing and settlement. Hex-encoded, 0x-prefixed, 42-character string.
in_symbolSTRINGSymbol of the token involved in the transaction or event.
in_totalSTRINGTotal count of instruments registered in the Gate contract at the time this new instrument was created. Increments sequentially with each NewInstrument event emission.
addressin_baseremovedin_indexin_quotein_totalin_symbollog_indexblock_numberin_instrumentblock_timestamptransaction_hash
0x208b443983d8bcc8578e9d86db23fba5470712700x0000000000000000000000000000000000000000false0x95e03fdc26c31c1ae292aab82906dd929215968c1ef7f9580b525b47f281a34a0xe4b20925d9e9a62f1e492e15a81dc0de62804dd453JPY-BtcUSD-EMG411238237890x0a210cadebd32157299b60aa18800ff5808879802024-12-17T12:02:05.000Z0x72dfe57109b03b15928c5ed0fd439195f284c5f94f67344e080c96533c7c66e4
0x208b443983d8bcc8578e9d86db23fba5470712700x0000000000000000000000000000000000000000false0x586710022902854e8f41d2331a214aa5b9890a12d02bd4e634cb38bcbae485fb0x2eac9b08a4d86f347b9e856fb3ec082e61c7654552USDC-AIRENE-EMG28238227810x9e74aa8311e50fe258f8364e4fe593293a4fa6392024-12-17T11:28:29.000Z0x3d995114a15dfa590146d2244c073d174853a9267e26a07c8888f91d21016a76
0x208b443983d8bcc8578e9d86db23fba5470712700x0000000000000000000000000000000000000000false0xfb773d6015e106f25586e5855bfb138587e2ce886ac2600077d42fe3889c5d250x74aa9bb52b36a378a6e641b86d7acb76dc9b394051USDC-TRVL-EMG24238227380x32bdb0d18d6cc94d282e1c92e7423007e9a514252024-12-17T11:27:03.000Z0x0efa3712252d81e5a4fd514cf5031e778004f2762de3b12da49f893789b0ce2e
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Gate_NewInstrument_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gate_Scatter_event

Scatter events from SynFutures V3 perpetual futures protocol on Base, recording trader position dispersals across instruments with quantities and expiry timestamps. Used for analyzing position management patterns and instrument-level trading activity.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_quoteSTRINGContract address of the quote token used for pricing and settlement. Hex-encoded, 0x-prefixed, 42-character string.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_instrumentSTRINGContract address of the derivative instrument or trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_quantitySTRINGNumber of tokens or units being purchased, minted, transferred, or involved in the transaction. Numeric string representation in smallest denomination.
addressremovedin_quotein_expiryin_traderlog_indexin_quantityblock_numberin_instrumentblock_timestamptransaction_hash
0x208b443983d8bcc8578e9d86db23fba547071270false0x833589fcd6edb6e08f4c7c32d4f71b54bda0291342949672950xb38d9719f6561d5338d050247f9dffa2792975bc128376026183960480xec6c44e704eb1932ec5fe1e4aba58db6fee714602024-08-13T20:37:23.000Z0x0e41ddedbe93a08854bf6a63dbb653b48c3913b187c90e4b375d5fdb4029f231
0x208b443983d8bcc8578e9d86db23fba547071270false0x833589fcd6edb6e08f4c7c32d4f71b54bda0291342949672950xd6ba8e0957b29177d230bc1e4e2982a3f8a8080c128517437566183772970xec6c44e704eb1932ec5fe1e4aba58db6fee714602024-08-13T10:12:21.000Z0x1670c66781b52040a92cbc2aba09928cb1a4e08db4776403395ed1a3d42de73d
0x208b443983d8bcc8578e9d86db23fba547071270false0x833589fcd6edb6e08f4c7c32d4f71b54bda0291342949672950x8d10b5acd7a68e05a48e8611b04451bf3c818c87129487384183875470xec6c44e704eb1932ec5fe1e4aba58db6fee714602024-08-13T15:54:01.000Z0xebbdf0e3d1b8beac87788fd48f1d6382dbf0d8b7c6f34cc36c05b376495556b2
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Gate_Scatter_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gate_SetPendingDuration_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_durationSTRINGDuration period for the operation or quest. Numeric string representation in seconds.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Gate_SetPendingDuration_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gate_SetThreshold_event

Gate configuration events from SynFutures v3 protocol on Base recording threshold parameter updates for different quote tokens. Tracks minimum trading thresholds per collateral token for analyzing protocol risk parameters and market access requirements.
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_quoteSTRINGContract address of the quote token used for pricing and settlement. Hex-encoded, 0x-prefixed, 42-character string.
in_thresholdSTRINGMinimum threshold amount required for gate operations denominated in the specified quote token. Values are represented as integers in the token’s smallest unit (wei for 18-decimal tokens).
addressremovedin_quotelog_indexblock_numberin_thresholdblock_timestamptransaction_hash
0x208b443983d8bcc8578e9d86db23fba547071270false0x3ee5e23eee121094f1cfc0ccc79d6c809ebd22e5582135451620000000000000000000000002024-10-21T08:12:59.000Z0xaf06d41d00a925d6cca3f19a1c61d28752ce1b3e187c61d8519a1ebcf90e88a1
0x208b443983d8bcc8578e9d86db23fba547071270false0xdcefd8c8fcc492630b943abcab3429f12ea9fea23120233637200000000000002024-09-25T09:30:21.000Z0x6f32fae541e92a6d6f41fa6e683277501482e28cd4eecd452ca59721fe55872f
0x208b443983d8bcc8578e9d86db23fba547071270false0x833589fcd6edb6e08f4c7c32d4f71b54bda029134120246493100000000002024-09-25T16:38:53.000Z0xe0f187bc824ad4d80571a7fcf1e6d27fb455a83f6c3c0c591689218c749f513a
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Gate_SetThreshold_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gate_UpdatePending_event

Pending balance updates for trader accounts in SynFutures v3 perpetual futures protocol on Base, tracking deposit amounts, exemptions, and timestamps before settlement. Used for monitoring collateral state changes and withdrawal processing in the protocol’s gate contract.
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_quoteSTRINGContract address of the quote token used for pricing and settlement. Hex-encoded, 0x-prefixed, 42-character string.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_pendingSTRUCT<timestamp STRING, native BOOL, amount STRING, exemption STRING>Pending state information containing timestamp of last update, boolean flag for native token handling, pending amount, and exemption amount. String-encoded numeric values for timestamp and amounts.
addressremovedin_quotein_traderlog_indexin_pendingblock_numberblock_timestamptransaction_hash
0x208b443983d8bcc8578e9d86db23fba547071270false0x42000000000000000000000000000000000000060xbe0f37274adadb32441acdb74791de159b0bd87e34{“amount”:“20830412029706198397”,“native”:false,“exemption”:“0”,“timestamp”:“1728015885”}206132692024-10-04T04:24:45.000Z0xd399232dad0051abde8e675546afe2292bcf3bf956756f008f3a6ef1a2a15c87
0x208b443983d8bcc8578e9d86db23fba547071270false0x42000000000000000000000000000000000000060xbe0f37274adadb32441acdb74791de159b0bd87e37{“amount”:“0”,“native”:false,“exemption”:“23770097813842246880”,“timestamp”:“0”}206132692024-10-04T04:24:45.000Z0xd399232dad0051abde8e675546afe2292bcf3bf956756f008f3a6ef1a2a15c87
0x208b443983d8bcc8578e9d86db23fba547071270false0x833589fcd6edb6e08f4c7c32d4f71b54bda029130xbe0f37274adadb32441acdb74791de159b0bd87e33{“amount”:“0”,“native”:false,“exemption”:“1581906687093”,“timestamp”:“0”}206132692024-10-04T04:24:45.000Z0xd399232dad0051abde8e675546afe2292bcf3bf956756f008f3a6ef1a2a15c87
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Gate_UpdatePending_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gate_Withdraw_event

Withdrawal events from SynFutures V3 protocol gate contract on Base, recording when traders remove quote token collateral from their accounts. Useful for tracking capital flows and margin management patterns across different collateral types.
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_quoteSTRINGContract address of the quote token used for pricing and settlement. Hex-encoded, 0x-prefixed, 42-character string.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_quantitySTRINGNumber of tokens or units being purchased, minted, transferred, or involved in the transaction. Numeric string representation in smallest denomination.
addressremovedin_quotein_traderlog_indexin_quantityblock_numberblock_timestamptransaction_hash
0x208b443983d8bcc8578e9d86db23fba547071270false0x1d6b1d2ad091bec4aae6a131c92008701531fdaf0x959a90a6b88d19184ac7c46dfe43ff2968b12bd24548003301540443719175940942024-07-26T07:05:35.000Z0x505647d2dfe54e51a6f7d6d4dca644054b6b1b0789b13a3f7a7c5fb16e3d3db2
0x208b443983d8bcc8578e9d86db23fba547071270false0x1d6b1d2ad091bec4aae6a131c92008701531fdaf0xf9663d97dbcb0268136f2154adcf3f81816c5a8915937027718300145767176094132024-07-26T15:36:13.000Z0xd1627f1bd15e22c27bdc7fd8041160e8ccebb80e8a21f81a6649849e4a347ec8
0x208b443983d8bcc8578e9d86db23fba547071270false0x1d6b1d2ad091bec4aae6a131c92008701531fdaf0x883ff97b55a08513d8399b4b22536db80cc1813327024310000000000042176025212024-07-26T11:46:29.000Z0x590a59f2b8a398c90e82add11cea0f9e87c1e7fa40b86bbc9e373231998bc381
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Gate_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_Add_event

Liquidity position additions on SynFutures V3 perpetual futures protocol on Base, recording trader addresses, tick ranges, balance amounts, and entry prices. Used for tracking concentrated liquidity provisioning activity and analyzing market maker position sizing across price ranges.
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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_rangeSTRUCT<liquidity STRING, entryFeeIndex STRING, balance STRING, sqrtEntryPX96 STRING>Position state data when liquidity is added within a bounded tick range. Contains balance amount, active liquidity, accumulated fee index, and square root price at entry for concentrated liquidity positions.
addressremovedin_rangein_expiryin_traderlog_indexblock_numberin_tickLowerin_tickUpperblock_timestamptransaction_hash
0x04d72fb4803b4e02f14971e5bd092375eb330749false{“balance”:“20000000000000000000”,“liquidity”:“6052976099197553804”,“entryFeeIndex”:“294305624768396498”,“sqrtEntryPX96”:“4406475513829317954358661228664”}42949672950x0fb29cc2d5e9fb5271bdf849c6599167022660d71602253369076300844502024-11-17T15:18:47.000Z0xcbb3dc43cd296a8dc5f251a820475112dba1e03145bf08ca58fc85bbd22ca2ca
0x04d72fb4803b4e02f14971e5bd092375eb330749false{“balance”:“150000000000000000000”,“liquidity”:“7304026890572955394”,“entryFeeIndex”:“291693154024836934”,“sqrtEntryPX96”:“4439725096264764151548080721938”}42949672950x301448fae7a6bca843c485a441cb5e7755138ccc3962252367771350897002024-11-17T09:45:01.000Z0xd6ab370089dfa1cb680c21859cb6dbdba3be8ddaf7f315c349ca5cec67a0fbaf
0x05fe3b944e9307ddd285ff0024dc073e81984d68false{“balance”:“400000000000000000000000”,“liquidity”:“511919435380306207655”,“entryFeeIndex”:“16609302575178819836”,“sqrtEntryPX96”:“34145241892230818289071249841603”}42949672950x4243b77e0f91f7f4b86092189d5c47c0e85de89c391225063661052001374502024-11-17T00:07:59.000Z0xe7aa5ac2472ddaf5e8cf2186e286caaafbfc36518e935eb456194f9e5eb2a561
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_Add_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_Adjust_event

Position adjustment events from SynFutures V3 perpetual contracts on Base, recording net position changes for traders. Used to track position size modifications, margin adjustments, and trader activity in perpetual futures markets.
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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_netSTRINGNet position change for the trader’s instrument, denominated in the smallest unit of the contract. Can be positive (long) or negative (short), representing the size adjustment in wei-equivalent precision.
in_netaddressremovedin_expiryin_traderlog_indexblock_numberblock_timestamptransaction_hash
10756650000000000000x04d72fb4803b4e02f14971e5bd092375eb330749false42949672950x75d5dbb9fff7df8c3b2b974eb89a825f25046dbb43196555822024-09-12T00:21:51.000Z0x1f9a9cbf3da3a56c763ad79e824d2d47b4101d8f81a9f1f85ddd31a7e0ba48ec
-145225904305044500000000x04d72fb4803b4e02f14971e5bd092375eb330749false42949672950xaf96de66b93c3448d4a5b55d9cc89456f301c5b9162196556652024-09-12T00:24:37.000Z0xc088a705d0acd593b1fc74f155eb6e4706f235f17461e9c543293453945a060f
-14812118933820170x04d72fb4803b4e02f14971e5bd092375eb330749false42949672950x75d5dbb9fff7df8c3b2b974eb89a825f25046dbb144196556722024-09-12T00:24:51.000Z0x3a53683e165b8fd5abade0d24ca0ce11772fed235410d56c1ac96de0d355b307
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_Adjust_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_AdminChanged_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_previousAdminSTRING-
in_newAdminSTRINGAddress of the newly assigned administrator. Hex-encoded, 0x-prefixed, 42-character string representing the Ethereum address that will receive admin privileges.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_AdminChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_Cancel_event

Order cancellation events from SynFutures v3 perpetual futures protocol on Base, recording cancelled limit orders with trader address, price tick, nonce, and position-in-contract (PIC) state at cancellation time. Used for analyzing order book dynamics and trader behavior 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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_tickINT64Current tick index of the concentrated liquidity pool after the swap or operation. Integer value representing the price point on the pool’s tick spacing grid.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_picSTRUCT<balance STRING, size STRING, entryNotional STRING, entrySocialLossIndex STRING, entryFundingIndex STRING>Position-in-contract structure containing the trader’s position state. Contains balance (collateral), size (position quantity), entryNotional (initial position value), entrySocialLossIndex (social loss tracking), and entryFundingIndex (funding rate tracking) as string-encoded numeric values.
in_feein_picaddressin_tickremovedin_noncein_expiryin_traderlog_indexblock_numberblock_timestamptransaction_hash
0{“size”:“0”,“balance”:“0”,“entryNotional”:“0”,“entryFundingIndex”:“0”,“entrySocialLossIndex”:“0”}0xec6c44e704eb1932ec5fe1e4aba58db6fee71460110385false042949672950x110deb03196a82174ca2edf4224898ed45f110af30164985162024-06-30T22:26:19.000Z0x7c48b1e2bd7ccdc8b22b913ecbc9ec161602f49dad9ebbe8fbb42cda7c2c9260
0{“size”:“0”,“balance”:“0”,“entryNotional”:“0”,“entryFundingIndex”:“0”,“entrySocialLossIndex”:“0”}0xec6c44e704eb1932ec5fe1e4aba58db6fee71460110130false042949672950x110deb03196a82174ca2edf4224898ed45f110af6164710052024-06-30T07:09:17.000Z0xe7b1abef07a44dc073784d5e44fa02049c830874b0a66201ee2be11fc2459869
0{“size”:“0”,“balance”:“0”,“entryNotional”:“0”,“entryFundingIndex”:“0”,“entrySocialLossIndex”:“0”}0xec6c44e704eb1932ec5fe1e4aba58db6fee71460110130false042949672950x110deb03196a82174ca2edf4224898ed45f110af60164709162024-06-30T07:06:19.000Z0xd47738da8551f4034ee87768994dc126de98631885ddf73b46e2440d3b406e75
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_Cancel_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_ClaimProtocolFee_event

Protocol fee collection events from SynFutures V3 perpetual futures instruments on Base. Records fee claims by instrument address with claimed amounts and expiry timestamps for tracking protocol revenue 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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountin_expirylog_indexblock_numberblock_timestamptransaction_hash
0xdd53d6fc4b4a97a921d65fe81deccb78f2210891false04294967295120197138242024-09-13T08:43:15.000Z0xb2a8764005135875007552064436c02b661613876840ae5105b7f192bdbf6a65
0x1167525986013bbf615f68b74db6b76490d1c8b4false04294967295146197138242024-09-13T08:43:15.000Z0xb2a8764005135875007552064436c02b661613876840ae5105b7f192bdbf6a65
0xe8427e0ba60252d05e74a718d167e2530e3afb8bfalse1037505662775014294967295141197138242024-09-13T08:43:15.000Z0xb2a8764005135875007552064436c02b661613876840ae5105b7f192bdbf6a65
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_ClaimProtocolFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_DeleteContext_event

Instrument deletion events from SynFutures V3 perpetual futures protocol on Base, recording when trading instruments are removed with expiry timestamps (4294967295 indicates perpetual contracts). Used for tracking instrument lifecycle and market availability changes.
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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
addressremovedin_expirylog_indexblock_numberblock_timestamptransaction_hash
0x7c83c8121b4d7774bf3a95b3dc8a4f89c9394dedfalse4294967295180249835692025-01-13T08:21:25.000Z0xb678277bdb4a9935dfa49680cd2b4a0a517ce612b4349b45a3e9d6a2be10e5e3
0x1120a835f81236d49c5823e3fe8477831f397217false4294967295146249838492025-01-13T08:30:45.000Z0xc8b3983c8d34cf833ebe0ffd82b3e1df164f8d20d44a5d070c20238ad016496c
0xe8427e0ba60252d05e74a718d167e2530e3afb8bfalse4294967295378253297122025-01-21T08:39:31.000Z0x1e8a419726609edca24f08ead38b63993a21d77eeb932f88cb1914a6a998c494
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_DeleteContext_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_DonateInsuranceFund_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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_donatorSTRING-
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_DonateInsuranceFund_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_Fill_event

Order fill events from SynFutures V3 perpetual futures protocol on Base, capturing executed trades with position details (size, balance, entry notional), tick prices, fees, and funding indices for analyzing trading activity and position changes.
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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_tickINT64Current tick index of the concentrated liquidity pool after the swap or operation. Integer value representing the price point on the pool’s tick spacing grid.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_picSTRUCT<balance STRING, size STRING, entryNotional STRING, entrySocialLossIndex STRING, entryFundingIndex STRING>Position-in-contract structure containing the trader’s position state. Contains balance (collateral), size (position quantity), entryNotional (initial position value), entrySocialLossIndex (social loss tracking), and entryFundingIndex (funding rate tracking) as string-encoded numeric values.
in_operatorSTRINGAddress authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.
in_tipSTRINGTip amount paid to the operator for executing the transaction. String-encoded integer value representing the tip in the smallest unit of the relevant token or currency.
in_feein_picin_tipaddressin_tickremovedin_noncein_expiryin_traderlog_indexin_operatorblock_numberblock_timestamptransaction_hash
11999999999998{“size”:“109730462316987351473852660”,“balance”:“4021590146518312”,“entryNotional”:“40000000000000000”,“entryFundingIndex”:“4433195”,“entrySocialLossIndex”:“0”}100000000000000x903e372da3a3e6c0ba9fd7661d24187325a17a95-217335false042949672950x3a2573d07a483f2df23b788b683fa0ca760bf6d92210xc37eaddf40862f4ad5849e013c9c41a4b81384ba192943832024-09-03T15:41:53.000Z0xdc6c2be30452603e500e434a650dda5604b1ae3e3c125c7c916d20f2415bd775
13320000000000{“size”:“119269791333014014434185950”,“balance”:“4454663046161915”,“entryNotional”:“44400000000000000”,“entryFundingIndex”:“4707972”,“entrySocialLossIndex”:“0”}100000000000000x903e372da3a3e6c0ba9fd7661d24187325a17a95-217125false042949672950x7f178c230a7c68ad1e9121453aeeec4dff6d73c81890xc37eaddf40862f4ad5849e013c9c41a4b81384ba192908312024-09-03T13:43:29.000Z0xeab9ff6e54a83235d9c0e1798e0a39b7add658ff9f41b1d7a0f9d98e69b0a789
12000000000000{“size”:“-64654225556840053626348266”,“balance”:“4002000000000000”,“entryNotional”:“40000000000000000”,“entryFundingIndex”:“-53830632”,“entrySocialLossIndex”:“0”}100000000000000xfc3155ec7fc5993625c325a07c00ff5c8f08f212-212045false042949672950x122f085cec9723a6350a1d09370df98c334df2af1840xc37eaddf40862f4ad5849e013c9c41a4b81384ba192817812024-09-03T08:41:49.000Z0x32ca09c008e92715bbfddf10fba9ee2e9fa8589d0bcb2f88b6e4d08076663739
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_Fill_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_FundingFee_event

Funding fee payment events from SynFutures V3 perpetual futures protocol on Base, recording periodic funding rate settlements between traders and the protocol. Used for analyzing funding rate costs, trader position exposure, and perpetual market pricing dynamics.
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_fundingSTRINGFunding fee amount applied to the position. String-encoded signed integer value representing the funding payment in the smallest unit of the relevant token or currency.
addressremovedin_traderlog_indexin_fundingblock_numberblock_timestamptransaction_hash
0x04d72fb4803b4e02f14971e5bd092375eb330749false0xdf608c4f3c10d82a3eef154ad5589e056ed91f24420207349372024-10-07T00:00:21.000Z0x2afb01ab56ab7fcd282415f48c4f9b5c51a3bf710e52710582cdaefde2116d4c
0x04d72fb4803b4e02f14971e5bd092375eb330749false0xdf608c4f3c10d82a3eef154ad5589e056ed91f24430207349372024-10-07T00:00:21.000Z0x2afb01ab56ab7fcd282415f48c4f9b5c51a3bf710e52710582cdaefde2116d4c
0x04d72fb4803b4e02f14971e5bd092375eb330749false0x7d5e2b60f352c98b199e3a4e0323b7d7a34057cb310207349422024-10-07T00:00:31.000Z0x68a1b3195755c6ce4cb106c2e76ed8ffcf1314f5d8d2795679500fa8e30670cf
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_FundingFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_Initialized_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_versionINT64Version identifier for the contract or event schema. String or integer value indicating the initialization or state version.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_Liquidate_event

Liquidation events from SynFutures V3 perpetual contracts on Base, recording forced position closures with mark price, position size, and involved trader and liquidator addresses. Used to analyze liquidation cascades, protocol risk events, and market volatility impacts on 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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_markSTRINGMark price of the derivative instrument at the time of the event. String-encoded numeric value representing the price in the smallest denomination of the quote asset.
in_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. Hex-encoded, 0x-prefixed, 42-character string.
in_sizeSTRINGSize of the position in the derivative contract. String-encoded integer value representing the position magnitude in the smallest unit of the relevant asset or USD-denominated value.
addressin_markin_sizeremovedin_amountin_expiryin_targetin_traderlog_indexblock_numberblock_timestamptransaction_hash
0x5067ae26f19e222c39d6166a39ef2168316856a899113457477941600000000000000000000false042949672950x46b78f63d6879ef74c0642cc615989aba4a0ad030x80533e47ef64225476f3e0771a835f2c8008c0c788213964562024-10-22T07:30:59.000Z0xe91a8d678180d38e44265e27508ca8956cb735b49973704a0dd85060fd6c056f
0x5be23dcb5ecf2f7789b7b6b88baac9c367659c312690531937553652370014307101465909623245false042949672950xdb5858c302e52064f63abb3d5c0f58bdeed49fe50x80533e47ef64225476f3e0771a835f2c8008c0c726213915962024-10-22T04:48:59.000Z0x61024cd49ba3df1dc6f90b908fc79657096c7f4abedfda7d49cc54544e0d83a7
0x5be23dcb5ecf2f7789b7b6b88baac9c367659c31267185524775334925603514536373249771872false042949672950x195bd8acad454922b2cc78573286fb54be0871610x80533e47ef64225476f3e0771a835f2c8008c0c7114213916062024-10-22T04:49:19.000Z0xc9955e8a0d77e4da4d4ffe6e1a0e45e0191a2fcedbf1c4a10b7479522a0d2862
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_Liquidate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_Place_event

Order placement events from SynFutures V3 perpetual futures protocol on Base, recording limit orders with price tick, size, balance, and trader address. Used for analyzing order book depth, liquidity provision patterns, and market maker 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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_tickINT64Current tick index of the concentrated liquidity pool after the swap or operation. Integer value representing the price point on the pool’s tick spacing grid.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_orderSTRUCT<balance STRING, size STRING>Request-for-Quote (RFQ) order details structure containing maker and taker information. Structure includes token addresses for assets being exchanged, maker address, allowed sender address, and token amounts for both maker and taker sides of the trade.
addressin_tickremovedin_noncein_orderin_expiryin_traderlog_indexblock_numberblock_timestamptransaction_hash
0x6ad9629078503888f005773cc546979aa37e9ee1-1740false0{“size”:“654500000000000000”,“balance”:“55933244183680292”}42949672950xcb371524e3ff832430dba9ebe855f9f60ea92c59323185609802024-08-17T16:15:07.000Z0x1626d3567b05ec412521f2c674bcfcb45e9349ec21320f89d03112b120ab0581
0x6ad9629078503888f005773cc546979aa37e9ee1-1645false0{“size”:“5000000000000000000”,“balance”:“1034542358440798990”}42949672950x6ab9ce104ef80b6a6d09091760170250209f56a3177185740672024-08-17T23:31:21.000Z0x1432f2db4ab989b5652d82411939c37e547b91c155a5ecc8ac2f9dc1090f44b1
0x6ad9629078503888f005773cc546979aa37e9ee1-1640false0{“size”:“5000000000000000000”,“balance”:“1035059733084601174”}42949672950x6ab9ce104ef80b6a6d09091760170250209f56a3117185471612024-08-17T08:34:29.000Z0x0c4abde2bdc2ed9fb5254c7a7fbbb5329d1bfac507b15f25af2d22b2811f7a98
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_Place_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_RecycleInsuranceFund_event

Insurance fund recycling events from SynFutures V3 perpetual futures protocol on Base, recording when insurance fund balances are redistributed or reset for trading instruments. Used for tracking protocol risk management and solvency monitoring across different contract expiries.
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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountin_expirylog_indexblock_numberblock_timestamptransaction_hash
0x7c83c8121b4d7774bf3a95b3dc8a4f89c9394dedfalse58068900000000004294967295178249835692025-01-13T08:21:25.000Z0xb678277bdb4a9935dfa49680cd2b4a0a517ce612b4349b45a3e9d6a2be10e5e3
0x1120a835f81236d49c5823e3fe8477831f397217false510412502060084294967295144249838492025-01-13T08:30:45.000Z0xc8b3983c8d34cf833ebe0ffd82b3e1df164f8d20d44a5d070c20238ad016496c
0xf7dcdda337ee076e682ddf179d7f475f42fe7821false134782682863000429496729549192712472024-09-03T02:50:41.000Z0xb9b414872290e332ca85f624104a37751726e7fb57dc7dd6e00250bbaac9ed01
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_RecycleInsuranceFund_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_Remove_event

Liquidity removal events from SynFutures V3 perpetual futures protocol on Base, capturing when traders withdraw liquidity positions with tick range bounds, balance updates, and funding index snapshots. Used for tracking market maker position adjustments and liquidity provision 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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_picSTRUCT<balance STRING, size STRING, entryNotional STRING, entrySocialLossIndex STRING, entryFundingIndex STRING>Position-in-contract structure containing the trader’s position state. Contains balance (collateral), size (position quantity), entryNotional (initial position value), entrySocialLossIndex (social loss tracking), and entryFundingIndex (funding rate tracking) as string-encoded numeric values.
in_operatorSTRINGAddress authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.
in_tipSTRINGTip amount paid to the operator for executing the transaction. String-encoded integer value representing the tip in the smallest unit of the relevant token or currency.
in_feein_picin_tipaddressremovedin_expiryin_traderlog_indexin_operatorblock_numberin_tickLowerin_tickUpperblock_timestamptransaction_hash
0{“size”:“0”,“balance”:“26999436000000000000”,“entryNotional”:“0”,“entryFundingIndex”:“-308043696406091809444”,“entrySocialLossIndex”:“0”}00xec6c44e704eb1932ec5fe1e4aba58db6fee71460false42949672950x14b21fe5e331e9f7a3b3daf6a54198aed7c3a985690x14b21fe5e331e9f7a3b3daf6a54198aed7c3a985170630651096001102002024-07-14T00:04:37.000Z0x3d95212e3aa10aa23df3176edfee271f846c36aa81add607d9128fd5bb42d178
0{“size”:“0”,“balance”:“59133401000000000000”,“entryNotional”:“0”,“entryFundingIndex”:“-308321466520956404371”,“entrySocialLossIndex”:“0”}00xec6c44e704eb1932ec5fe1e4aba58db6fee71460false42949672950xdeea6990e9d24495526db047144fc9ba453303771290xdeea6990e9d24495526db047144fc9ba45330377170634121096001102502024-07-14T00:16:11.000Z0xa0c350e360691c27699e2485a5b32b055f5ec0f12eb2e38c18d481d6c231ef65
0{“size”:“0”,“balance”:“35944612000000000000”,“entryNotional”:“0”,“entryFundingIndex”:“-308334844632882184133”,“entrySocialLossIndex”:“0”}00xec6c44e704eb1932ec5fe1e4aba58db6fee71460false42949672950xc45881873ec5720b3e6a040328f106bfd2c09d7b1640xc45881873ec5720b3e6a040328f106bfd2c09d7b170634261096001102502024-07-14T00:16:39.000Z0xd109dc0281ed9c4219063008a2be7e7a2e4a4a752dcf9acff988383a4149c0c5
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_Remove_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_Settle_event

Settlement events from SynFutures V3 perpetual futures contracts on Base, recording final position balances and settlement prices when traders close positions. Used for analyzing PnL realization, position lifecycle tracking, and settlement price discovery across perpetual instruments.
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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_settlementSTRINGAccount address of the settlement being processed or claimed. Base58-encoded Solana public key or hex-encoded EVM address.
in_balanceSTRINGToken balance amount involved in the operation. Numeric string representation in smallest denomination of the token.
in_operatorSTRINGAddress authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_expiryin_traderlog_indexin_balancein_operatorblock_numberin_settlementblock_timestamptransaction_hash
0xba01a365dffa8ad0bca001532977ae2eef83407ffalse42949672950xda50a0ff48eda9b67a8fb2ba8274eec1e6351843176226234482417484583310x086c8f3e5c2d4cb5f31b753c2e6eb029fc5c138b2407835110022098648149413312024-12-23T09:27:29.000Z0x5eb94466b8d055a151afc3f5b6b7e75ef4ca40cda55e20c927880ad691085cf9
0xba01a365dffa8ad0bca001532977ae2eef83407ffalse42949672950x71a0e06525b8db9cfc319748569e7fd1d8a89cbd1859592039408239421771430x086c8f3e5c2d4cb5f31b753c2e6eb029fc5c138b2407835110022098648149413312024-12-23T09:27:29.000Z0x5eb94466b8d055a151afc3f5b6b7e75ef4ca40cda55e20c927880ad691085cf9
0xdd53d6fc4b4a97a921d65fe81deccb78f2210891false42949672950xfc3755da4778d17150b2180c9c0fab9814fe8ed223955002125702612060x086c8f3e5c2d4cb5f31b753c2e6eb029fc5c138b240781669607568990645773902024-12-23T09:21:19.000Z0x55e18dad5e8ee52191c2c3d6b4fbb9650dd0165eaaae6cb6509fbadef5f3338a
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_Settle_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_Sweep_event

Position sweep events from SynFutures v3 perpetual futures on Base, recording trader position updates with mark price, size changes, and fee ratios. Used for tracking position liquidations, forced closures, and portfolio rebalancing 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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_sizeSTRINGSize of the position in the derivative contract. String-encoded integer value representing the position magnitude in the smallest unit of the relevant asset or USD-denominated value.
in_takenSizeSTRINGAmount of the position filled or matched from available liquidity in the order book. String-encoded signed integer representing the executed size in the smallest unit of the derivative contract.
in_takenValueSTRINGNotional value of the filled portion of the position, matched from available liquidity. String-encoded signed integer representing the monetary value in the smallest unit of the quote asset.
in_entryNotionalSTRINGNotional value of the trader’s entry position in the derivative instrument. String-encoded integer representing the value in the smallest unit of the quote asset.
in_feeRatioSTRINGFee tier or ratio applied to the transaction. String-encoded integer representing the fee level, where higher values indicate higher fee tiers.
in_sqrtPX96STRINGSquare root of the price ratio scaled by 2^96. String-encoded integer used in Uniswap V3-style concentrated liquidity calculations for precise price representation.
in_markSTRINGMark price of the derivative instrument at the time of the event. String-encoded numeric value representing the price in the smallest denomination of the quote asset.
in_operatorSTRINGAddress authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.
addressin_markin_sizeremovedin_expiryin_traderlog_indexin_feeRatioin_operatorin_sqrtPX96block_numberin_takenSizein_takenValueblock_timestampin_entryNotionaltransaction_hash
0x04d72fb4803b4e02f14971e5bd092375eb33074937531277890516326628384844224794205191false42949672950x089f879febdc7374e9cbb7533419bf9e06d6956212910xc37eaddf40862f4ad5849e013c9c41a4b81384ba485628173056871908043829644659023159605002024-12-02T03:02:37.000Z182000200590177376980x8d66ee181c1751f4d98a3f9c71ae96a7c459a72dbfeaffc5a0e984706425e9e0
0x620d1d6453873a4e36570ad6ddcf850ad0cd3952743267196057291291297733107525425734067false42949672950x2f22b815ea67da96183398f263d7cfb5e7c1c34d12450xc37eaddf40862f4ad5849e013c9c41a4b81384ba6936443326937290699063059890623159015002024-12-02T02:42:57.000Z2247294679676107248670xb965bac934f2f204e638272295768dae0ddbb5f9cb34293f5a5ab6bc2326874b
0x2ac4298f159ed0e694a4ac2fe4817f6429f9d2de32389926865077229372311287200000000000000false42949672950xb84815e09f6d24767eeb46cd30f6ec088d59989615950xc37eaddf40862f4ad5849e013c9c41a4b81384ba454023167112302682420695902933023185196002024-12-02T17:15:39.000Z41961334091126308742420x1f7af52b83438bab7aa9e273cafd387f5391de3ff80cbf1a3faa2de1a1dadc3d
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_Sweep_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_Trade_event

Trade execution events from SynFutures V3 perpetual futures protocol on Base, capturing position changes with size, entry price (sqrtPX96), mark price, and fee data. Used for analyzing trader activity, position sizing, and market price movements across perpetual instruments.
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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_sizeSTRINGSize of the position in the derivative contract. String-encoded integer value representing the position magnitude in the smallest unit of the relevant asset or USD-denominated value.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_takenSizeSTRINGAmount of the position filled or matched from available liquidity in the order book. String-encoded signed integer representing the executed size in the smallest unit of the derivative contract.
in_takenValueSTRINGNotional value of the filled portion of the position, matched from available liquidity. String-encoded signed integer representing the monetary value in the smallest unit of the quote asset.
in_entryNotionalSTRINGNotional value of the trader’s entry position in the derivative instrument. String-encoded integer representing the value in the smallest unit of the quote asset.
in_feeRatioSTRINGFee tier or ratio applied to the transaction. String-encoded integer representing the fee level, where higher values indicate higher fee tiers.
in_sqrtPX96STRINGSquare root of the price ratio scaled by 2^96. String-encoded integer used in Uniswap V3-style concentrated liquidity calculations for precise price representation.
in_markSTRINGMark price of the derivative instrument at the time of the event. String-encoded numeric value representing the price in the smallest denomination of the quote asset.
addressin_markin_sizeremovedin_amountin_expiryin_traderlog_indexin_feeRatioin_sqrtPX96block_numberin_takenSizein_takenValueblock_timestampin_entryNotionaltransaction_hash
0x04d72fb4803b4e02f14971e5bd092375eb3307492604718818438877866795-27349101549420657false042949672950x0005e531ee5d25d685f4de0f3d99fef9732caf492711404560009612181083322922777368725895318002025-02-03T10:53:03.000Z713116581607990452690x4e63c82404f60c321d71513edfee3499e1cc327883fb0445d7603c9e5631f98e
0x04d72fb4803b4e02f14971e5bd092375eb330749260471881843887786679527349101549420657false978975500000000000042949672950x0005e531ee5d25d685f4de0f3d99fef9732caf492681404570011336094387389908731824525895318002025-02-03T10:53:03.000Z713116581607990452700x4e63c82404f60c321d71513edfee3499e1cc327883fb0445d7603c9e5631f98e
0x04d72fb4803b4e02f14971e5bd092375eb330749272851200638262784911526358601653830409false21914176900000000000042949672950x00249f173b9df38210a408da377ee82a5696537d2591414064273156687677785694769590425912312002025-02-03T20:19:31.000Z719927956017772848200x0bbb79c7e6701e3c04fff8d6017b2cdb2e124f19be0b5932cd46721a319a97c4
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_Trade_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_UpdateAmmStatus_event

Automated Market Maker (AMM) status change events from SynFutures V3 perpetual futures instruments on Base, capturing mark prices, sqrt price ratios (sqrtPX96), and status transitions. Used for tracking liquidity pool state changes and price discovery mechanics across derivative instruments.
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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_statusINT64Status code representing the state of the entity or operation. Integer value with meaning specific to the contract context.
in_sqrtPX96STRINGSquare root of the price ratio scaled by 2^96. String-encoded integer used in Uniswap V3-style concentrated liquidity calculations for precise price representation.
in_markSTRINGMark price of the derivative instrument at the time of the event. String-encoded numeric value representing the price in the smallest denomination of the quote asset.
addressin_markremovedin_expiryin_statuslog_indexin_sqrtPX96block_numberblock_timestamptransaction_hash
0xba01a365dffa8ad0bca001532977ae2eef83407f1000849720000000000false4294967295121579261816243846403132836166972177190092024-07-29T04:29:25.000Z0x484a4d1b78ea24a1b9f0a4d7431c1608b81da2fc83d419f98294d805eca8c89e
0x85dd569bd252967ce7ee4e96617f42d94ca82c5d80134108575false429496729515722427883359777783451474836177252882024-07-29T07:58:43.000Z0x6565f0fb4527592499844afe6d8f9811d2fa26b16bbc7c48a7cf863b09b75cdb
0x62ba13b3e351b4379964de33437d0afd32ab18b092210793180380000000000false429496729513924058606150272829259481412327597244117222024-12-31T02:39:51.000Z0xa3048537732275c5ff52b3974250215c39f8cf010f8392cdcb4bca656ff9577d
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_UpdateAmmStatus_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_UpdateCondition_event

State change events tracking instrument condition updates in SynFutures V3 perpetual futures protocol on Base. Records when trading instruments transition between market conditions (e.g., normal, paused, emergency) with timestamps for monitoring protocol health and trading availability.
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_timestampSTRINGUnix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.
in_conditionINT64Status code indicating the current condition state of the SynFutures instrument. Based on sample data, value 0 appears to represent a standard or normal operational state.
addressremovedlog_indexblock_numberin_conditionin_timestampblock_timestamptransaction_hash
0xb41303f0382dfe669a71f1f9c13146ff41e4b6ddfalse6818797798017243849432024-08-23T03:49:03.000Z0x0df2620e1a786ec94323df86d3d8616b65b77030c262544b8b1de59c16424451
0xbdcc0c1068a1c27a52c7902b348af2d033abc189false35416560266017199098792024-07-02T08:44:39.000Z0x906daf392badfa1b9a38f6384af970323a20deec55a3767277474f2ce2fa67b8
0x75da1f73fa85ce885fd209e34d6d9334ecaff14ffalse20616560062017199094712024-07-02T08:37:51.000Z0xd21f99f789f899b502d8339c3e3e35087da551d889fcabba0eda6d9d35ee1d59
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_UpdateCondition_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_UpdateFeeState_event

Fee state updates for SynFutures V3 instruments on Base, tracking cumulative fee indices and protocol fee accruals per trading instrument. Used to analyze fee generation patterns and protocol revenue over time.
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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_feeIndexSTRINGCumulative fee index value for the SynFutures V3 instrument at the time of the fee state update. Represented as a high-precision integer that increases monotonically with each fee accrual event.
in_protocolFeeSTRINGFee collected by the protocol from the transaction or operation. Numeric string representation without decimals.
addressremovedin_expirylog_indexin_feeIndexblock_numberin_protocolFeeblock_timestamptransaction_hash
0x04d72fb4803b4e02f14971e5bd092375eb330749false4294967295811000003861743109902136259688271008441160761379422024-10-21T12:42:19.000Z0x63092084437bd40fe2db264d155139d779554ad2d6d62556f2c62591d37aa3ef
0x04d72fb4803b4e02f14971e5bd092375eb330749false4294967295451000006456246893262136259888271291819897902945322024-10-21T12:42:23.000Z0x3e0534ff972799fb43bd8b6d0993401f9791bb54afc24d5e541f7981cc2d35c3
0x04d72fb4803b4e02f14971e5bd092375eb330749false4294967295531000011979486660842136259988271895083119296487992024-10-21T12:42:25.000Z0xb2da25a445bc8ed6163c4ae47e18635666a758e41b50b862cab4348a7ef60f0e
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_UpdateFeeState_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_UpdateFundingIndex_event

Funding rate index update events from SynFutures v3 perpetual contracts on Base, tracking the cumulative funding index for each instrument. Used for calculating funding payments between long and short position holders over time.
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_fundingIndexSTRINGIndex value tracking cumulative funding rate adjustments for perpetual futures positions. Numeric string representation of the funding rate counter at the time of position modification.
addressremovedlog_indexblock_numberblock_timestampin_fundingIndextransaction_hash
0x04d72fb4803b4e02f14971e5bd092375eb330749false1219521092024-11-04T04:12:45.000Z1425432581659344390180944004489036503757836004463940369808140x186ff26e739acbca11115d573cfc43117dce85c87fc0b2817661ff80d638e214
0x04d72fb4803b4e02f14971e5bd092375eb330749false1219870112024-11-04T23:36:09.000Z1427877847448012743552710268226018881057641199712233833056580x0d2a2e1839b1560642460bcb2f27224d200e00da040c0fcbddb9ea75ff2cb444
0x04d72fb4803b4e02f14971e5bd092375eb330749false1219662612024-11-04T12:04:29.000Z1427160219743125620307159114762655238541495090935175353297480x20567bfc3717fbd63b21daae446578085fe45b49afc425869d48d77526168034
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_UpdateFundingIndex_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_UpdateMarginRatio_event

Margin requirement updates for trading instruments on SynFutures V3 perpetual futures protocol on Base, capturing changes to initial margin ratio (IMR) and maintenance margin ratio (MMR). Used for tracking risk parameter adjustments and leverage changes across different instruments.
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_initialMarginRatioSTRINGInitial margin ratio required to open a position on this SynFutures instrument, expressed in basis points (e.g., ‘1000’ = 10%). Updated via governance when risk parameters are adjusted for specific trading instruments.
in_maintenanceMarginRatioSTRINGMinimum margin ratio that a position must maintain to avoid liquidation, expressed in basis points. Values like ‘500’ represent 5% (500/10000), with typical maintenance ratios ranging from 2% to 7.5%.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_initialMarginRatioin_maintenanceMarginRatio
0x322a1dbe2b19b68eed0adf59b368db33e60838e2false581252827002025-01-20T06:32:27.000Z0xdd318f0b6c4961a7e1a5ed3e5608ac318b8e9566c52ab57e815279cb1f1ac9051000500
0x322a1dbe2b19b68eed0adf59b368db33e60838e2false274252837882025-01-20T07:08:43.000Z0xade99832f3f85cb544410b4f25e7b85b54e16823db5a13bab57021b3e07d3e282000750
0x85dd569bd252967ce7ee4e96617f42d94ca82c5dfalse264252870732025-01-20T08:58:13.000Z0x7348417e9228f2ec89bfa9a3ed3e3e648baad057cde26e604add9d4d0abcbcaa2000750
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_UpdateMarginRatio_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_UpdateParam_event

Parameter update events for SynFutures V3 derivative instruments on Base, capturing changes to trading fees, margin requirements, tips, and stability fee ratios for each instrument contract.
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_paramSTRUCT<minMarginAmount STRING, tradingFeeRatio STRING, protocolFeeRatio STRING, stabilityFeeRatioParam STRING, qtype INT64, tip STRING>Configuration parameters for automated market maker or protocol settings. Structured data containing fee ratios, margin requirements, and protocol-specific settings encoded as strings or structs.
addressremovedin_paramlog_indexblock_numberblock_timestamptransaction_hash
0x0a210cadebd32157299b60aa18800ff580887980false{“tip”:“20000000000000000”,“qtype”:1,“minMarginAmount”:“2000000000000000000”,“tradingFeeRatio”:“1”,“protocolFeeRatio”:“2”,“stabilityFeeRatioParam”:“14415916854096691200”}199238250122024-12-17T12:42:51.000Z0x83e13fabdc0a3fb155c83fe12a6cef3bdb9ebc7d38cbfa4ba9fea53356674d6e
0x0a210cadebd32157299b60aa18800ff580887980false{“tip”:“20000000000000000”,“qtype”:1,“minMarginAmount”:“10000000000000000000”,“tradingFeeRatio”:“1”,“protocolFeeRatio”:“1”,“stabilityFeeRatioParam”:“14415916854096691200”}409238237892024-12-17T12:02:05.000Z0x72dfe57109b03b15928c5ed0fd439195f284c5f94f67344e080c96533c7c66e4
0x32bdb0d18d6cc94d282e1c92e7423007e9a51425false{“tip”:“500000000000000000”,“qtype”:2,“minMarginAmount”:“50000000000000000000”,“tradingFeeRatio”:“6”,“protocolFeeRatio”:“1”,“stabilityFeeRatioParam”:“14415916854096691200”}22238227382024-12-17T11:27:03.000Z0x0efa3712252d81e5a4fd514cf5031e778004f2762de3b12da49f893789b0ce2e
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_UpdateParam_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_UpdatePosition_event

Position state change events from SynFutures V3 perpetual futures protocol on Base, tracking trader positions with size, collateral balance, entry prices, and funding/social loss indices. Used for analyzing position lifecycle, PnL calculations, and trader behavior across perpetual instruments.
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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_picSTRUCT<balance STRING, size STRING, entryNotional STRING, entrySocialLossIndex STRING, entryFundingIndex STRING>Position-in-contract structure containing the trader’s position state. Contains balance (collateral), size (position quantity), entryNotional (initial position value), entrySocialLossIndex (social loss tracking), and entryFundingIndex (funding rate tracking) as string-encoded numeric values.
in_picaddressremovedin_expiryin_traderlog_indexblock_numberblock_timestamptransaction_hash
{“size”:“-707235648461533”,“balance”:“26860662333333333324”,“entryNotional”:“71333333333333376833”,“entryFundingIndex”:“-142958580279102531092”,“entrySocialLossIndex”:“6308763792900635556”}0xec6c44e704eb1932ec5fe1e4aba58db6fee71460false42949672950x000758988ba3f07f3a782c095ae8de141b2ff568161238895542024-12-19T00:34:15.000Z0x6c065270f4fe60fa580d61a6fd50ee42c33f68232784dd2f6a2c3ab71bb52884
{“size”:“0”,“balance”:“0”,“entryNotional”:“0”,“entryFundingIndex”:“0”,“entrySocialLossIndex”:“0”}0xec6c44e704eb1932ec5fe1e4aba58db6fee71460false42949672950x000758988ba3f07f3a782c095ae8de141b2ff568167238895542024-12-19T00:34:15.000Z0x6c065270f4fe60fa580d61a6fd50ee42c33f68232784dd2f6a2c3ab71bb52884
{“size”:“740269789003989”,“balance”:“37478848486599440027”,“entryNotional”:“72677567002799861039”,“entryFundingIndex”:“-3593385173095798565993”,“entrySocialLossIndex”:“0”}0xec6c44e704eb1932ec5fe1e4aba58db6fee71460false42949672950x002d5629e91f0b0b638c74badf32e8c39828a03a316239220052024-12-19T18:35:57.000Z0xf5e38264fd11e416020484bf999d96ef429bcc9c93d71cbcb1dc2c3938193277
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_UpdatePosition_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_UpdateSocialLossInsuranceFund_event

Insurance fund balance updates from SynFutures V3 perpetual contracts on Base, tracking social loss distribution between long and short positions. Used for monitoring protocol solvency and analyzing liquidation backstop mechanisms across derivative instruments.
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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_longSocialLossIndexSTRINGCumulative index tracking socialized losses allocated to long position holders for this instrument. Typically starts at zero and increments when the insurance fund cannot fully cover losses from liquidations.
in_shortSocialLossIndexSTRINGIndex tracking cumulative socialized losses for short positions in this SynFutures V3 instrument. Always zero in samples, indicating no short-side loss socialization has occurred for this perpetual contract (expiry 4294967295).
in_insuranceFundSTRINGUpdated insurance fund balance for the instrument after this event, denominated in the protocol’s base unit. Represents the collateral pool available to cover socialized losses for this perpetual futures instrument.
addressremovedin_expirylog_indexblock_numberblock_timestampin_insuranceFundtransaction_hashin_longSocialLossIndexin_shortSocialLossIndex
0xe8427e0ba60252d05e74a718d167e2530e3afb8bfalse429496729585174949342024-07-24T00:00:15.000Z68477404182639040xbb64c4aebc2e7d47294d1c52e5ee129775bdfb2172a5baab4003ff5ed3fcc28f00
0xe8427e0ba60252d05e74a718d167e2530e3afb8bfalse429496729538174949452024-07-24T00:00:37.000Z68478799442892630x69fa3135595739f8119f983ce75c80ad5f8b17d254e27e9b522fd1960bd708ca00
0xbdcc0c1068a1c27a52c7902b348af2d033abc189false429496729545174949452024-07-24T00:00:37.000Z3159534395758677929170xcb3396417d83f97ccea894859e68432c5157f764d8325045b45fcee0e7549b1000
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_UpdateSocialLossInsuranceFund_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_Upgraded_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_implementationSTRINGContract address of the implementation contract. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Instrument_Upgraded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_AddInvolvedPair_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_instrumentSTRINGContract address of the derivative instrument or trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Vault_AddInvolvedPair_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_deposit_function

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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_quantitySTRINGNumber of tokens or units being purchased, minted, transferred, or involved in the transaction. Numeric string representation in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Vault_deposit_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_RemoveInvolvedPair_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_instrumentSTRINGContract address of the derivative instrument or trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Vault_RemoveInvolvedPair_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_SetPairConfig_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_pairConfigSTRUCT<maxRangeNumber INT64, maxOrderNumber INT64, maxPairNumber INT64>-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Vault_SetPairConfig_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_SetProfitFeeRatio_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_newProfitFeeRatioSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Vault_SetProfitFeeRatio_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_UpdatePending_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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_pendingSTRUCT<status INT64, quantity STRING>Pending state information containing timestamp of last update, boolean flag for native token handling, pending amount, and exemption amount. String-encoded numeric values for timestamp and amounts.
in_totalPendingSharesSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Vault_UpdatePending_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_UpdateShareInfo_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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_infoSTRUCT<shares STRING, entryValue STRING>-
in_totalSharesSTRINGTotal number of shares outstanding in the vault. Numeric string representation of share tokens in the smallest unit.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Vault_UpdateShareInfo_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_UpdateTotalFee_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_totalFeeSTRINGTotal fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest denomination of the token.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Vault_UpdateTotalFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_withdraw_function

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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Vault_withdraw_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_withdrawFromGateAndRelease_function

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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_usersARRAY<STRING>-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.Vault_withdrawFromGateAndRelease_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultFactory_CreateVault_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_quoteSTRINGContract address of the quote token used for pricing and settlement. Hex-encoded, 0x-prefixed, 42-character string.
in_vaultSTRINGContract address of the vault. Hex-encoded, 0x-prefixed, 42-character string.
in_managerSTRINGAddress of the account authorized to manage the pool, vault, or fund. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_base.VaultFactory_CreateVault_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100