Skip to main content

Tables

Config_SetMarketInfo_event

Configuration events recording market registration on SynFutures V3 (Blast), mapping market types (PYTH, LINK, DEXV2, EMG) to their beacon and market contract addresses for tracking oracle and pricing infrastructure.
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 for the SynFutures V3 trading pair configuration. Common values include EMG (emergency), DEXV2 (DEX version 2), LINK (Chainlink oracle), and PYTH (Pyth oracle), indicating the price feed mechanism.
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
0x03f2e7452095a708ff19516ede92f757ade2816cfalseEMG0x245bb4abb5c7f09b785e3483057c130a52fabb7a0x29c4c77feda2bd90933fcfaeaf531612f51c3f2601939822024-02-29T09:09:39.000Z0xd60e66bd0a16ba4a2461d624c274052407febe4890b355171bac0a1bacaecb1e
0x03f2e7452095a708ff19516ede92f757ade2816cfalseDEXV20x245bb4abb5c7f09b785e3483057c130a52fabb7a0x409204744a267df16ed2a96f7686ede029e6fba701939892024-02-29T09:09:53.000Z0x0cffc7094e31cd9ae2b4193fa82a229dadf60b278787f4d6834b790f5f8b302c
0x03f2e7452095a708ff19516ede92f757ade2816cfalseLINK0x245bb4abb5c7f09b785e3483057c130a52fabb7a0x19bac642e72a15ac87920d4abf972c120aaaf33a01939782024-02-29T09:09:31.000Z0x7697f9353be643f8e5270aa94056334a40a53f7134ecb0f8fab4f5362048f9c7
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Config_SetMarketInfo_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Config_SetQuoteParam_event

Configuration change events for quote token parameters on SynFutures V3 perpetual futures protocol on Blast. Tracks updates to trading fees, margin requirements, and stability fee ratios for different quote asset 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
0x03f2e7452095a708ff19516ede92f757ade2816cfalse{“tip”:“200000000000000000”,“qtype”:1,“minMarginAmount”:“10000000000000000000”,“tradingFeeRatio”:“30”,“protocolFeeRatio”:“20”,“stabilityFeeRatioParam”:“14415916854096691200”}0x4300000000000000000000000000000000000003047349802024-06-13T11:56:15.000Z0x5a75aabac8e47f64a2b25db9b9894243c46567c05be49178807575b972f197f0
0x03f2e7452095a708ff19516ede92f757ade2816cfalse{“tip”:“4000000000000000000”,“qtype”:2,“minMarginAmount”:“150000000000000000000”,“tradingFeeRatio”:“30”,“protocolFeeRatio”:“20”,“stabilityFeeRatioParam”:“14415916854096691200”}0x491e6de43b55c8eae702edc263e32339da42f58c047350172024-06-13T11:57:29.000Z0xfba78a9884d47f9f2c8465d502791a9028c364a9bb860de5b32d488ec63616d7
0x03f2e7452095a708ff19516ede92f757ade2816cfalse{“tip”:“100000000000000”,“qtype”:2,“minMarginAmount”:“2000000000000000”,“tradingFeeRatio”:“30”,“protocolFeeRatio”:“20”,“stabilityFeeRatioParam”:“14415916854096691200”}0xe7903b1f75c534dd8159b313d92cdcfbc62cb3cd2047350232024-06-13T11:57:41.000Z0x4f206530aeab00a51f00ee302f1ae65d5175666135416c16f8751c65aa42f962
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Config_SetQuoteParam_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gate_Blacklist_event

Trader blacklist status change events from SynFutures V3 perpetual trading protocol on Blast, tracking when accounts are banned or unbanned from trading. Used for compliance monitoring and identifying sanctioned addresses in derivatives 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_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. Most events show traders being banned, though unbanning events also occur as shown in the samples.
addressremovedin_bannedin_traderlog_indexblock_numberblock_timestamptransaction_hash
0x6a372dbc1968f4a07cf2ce352f410962a972c257falsetrue0x9727bf2a8470d24b052377a779b15c50a2e99624149881962024-06-19T08:36:47.000Z0xe177df928ce86e15746e01a68e532f79b7bcf49c110e680eeb24adc6425d8fed
0x6a372dbc1968f4a07cf2ce352f410962a972c257falsetrue0xf2d340a8ba536bf9a60e0a6111a0a1329b3cfb40070329682024-08-05T16:35:51.000Z0x2b60f6fdbf7bdee53a4f9d68413b84fa00049c415fc578dcb1096aece5a8cf6e
0x6a372dbc1968f4a07cf2ce352f410962a972c257falsetrue0x5886dc296336cc01e6c7257676171170795e8cbc070329092024-08-05T16:33:53.000Z0x7b6bdc07e22ddd43a80c77490641986becb821bbc9eab57afa9e633819fca656
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Gate_Blacklist_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gate_Deposit_event

Collateral deposit events from SynFutures V3 perpetual futures protocol on Blast, recording trader margin deposits by quote token and quantity. Used to track funding flows and margin account activity across the exchange.
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
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x1d6b1d2ad091bec4aae6a131c92008701531fdaf0x1e98e9821c1d5478f4d2622c54b8f849c69218fb135299230299952767702024-06-26T00:55:55.000Z0x7f98b98c8547cd21ccd4286711316d03db54094639a4113760d2f3367b59a0ce
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x1d6b1d2ad091bec4aae6a131c92008701531fdaf0xe95dfea046847812620ae92912b1314c1a43950c12000000000000052862422024-06-26T06:11:39.000Z0x3d485e851b11e633bcda1ee72873eaae641488a472e354fc8429fe963a833b56
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x1d6b1d2ad091bec4aae6a131c92008701531fdaf0x639b8e28654edd28cc529142a8f7ef16236f41bd182743525970752774082024-06-26T01:17:11.000Z0x568de7ecf097ecf10ea3b8bbd0271ca0a6c56a3462d95dd52ccf1e4773fac03c
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Gate_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gate_Gather_event

Collateral deposit events from SynFutures v3 perpetual futures protocol on Blast, tracking when traders add quote tokens to instrument positions. Used for analyzing margin management and account funding 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_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
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x430000000000000000000000000000000000000342949672950x00b85d97a0daa1b8199b9a0e2f6a8a05bc84137e536863720645076306741561846890x5430561b09c627264549fdb3a6154c34f5cabea72024-07-17T01:19:53.000Z0x9072b4224f3959d8614168b8032431ad6f3b30474b11520fe1d8c4035973da8d
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x430000000000000000000000000000000000000342949672950x01545bcfc8d73b3469fd27be5464e642a7c45146955975369934271339397061842480x5430561b09c627264549fdb3a6154c34f5cabea72024-07-17T01:05:11.000Z0xbf7460ffee5e46b00dc2d8c7a28db9f7ed8db951c8e7f5df804d57bdc91335ae
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x430000000000000000000000000000000000000342949672950x017cd5bc2a5525c9007e07e27f54972c564ef4d0564358101515636195615061998570x5430561b09c627264549fdb3a6154c34f5cabea72024-07-17T09:45:29.000Z0x6efc8ee5c5051467358711fb5c714c47367530b448d3c355a1d2f5ab621bf021
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.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_blast.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 Blast, capturing instrument initialization with base/quote token pairs, price index sources (PYTH oracle, DEXV2, EMG emergency mode), and instrument identifiers for tracking available trading pairs.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_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 created for this trading pair on SynFutures. Incrementing integer value representing the cumulative number of instrument instances.
addressin_baseremovedin_indexin_quotein_totalin_symbollog_indexblock_numberin_instrumentblock_timestamptransaction_hash
0x6a372dbc1968f4a07cf2ce352f410962a972c2570x818a92bc81aad0053d72ba753fb5bc3d0c5c0923false0x411f1c2c192fc141fe3f85c0e283e3875e6105447c6e627296eb411c20e6e3dc0x430000000000000000000000000000000000000424JUICE-WETH-DEXV21822230290x99c1ca21a54d5d8d7e2ad52e0b3f7bd2326a92b42024-04-16T08:24:33.000Z0xe6f1f7581e711cad111facdd1114a641fcc230eebdfc59fe5bb23e939cc07ed2
0x6a372dbc1968f4a07cf2ce352f410962a972c2570x0000000000000000000000000000000000000000false0xbeab20c3cc6bfd0ddf515b1a6dcae05cb135dede56437b468491aae1ca5142e70x43000000000000000000000000000000000000048WIF-WETH-EMG194978660xdd56a994568e01eb16c69718dae13073098f40032024-03-07T09:59:07.000Z0xa591fd1693119fa454e770254c834c2ed44a0413c55a3c918161f807052a2797
0x6a372dbc1968f4a07cf2ce352f410962a972c2570x0000000000000000000000000000000000000000false0x4bb3026dd82acb44b56d3bfae848b5ad811fc360035d1680cf172dbd2d93aedf0x430000000000000000000000000000000000000413SLERF-WETH-EMG4210051730x70c604e8e9beaf08ecf04c6161968a9dce491c912024-03-19T03:49:21.000Z0x8be74e1969b5a5963f45b073173f3991aad688193a7c148bf9c3d73c36178c29
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Gate_NewInstrument_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gate_Scatter_event

Scatter event logs from SynFutures v3 perpetual futures protocol on Blast, capturing position liquidations or forced closures with trader addresses, instrument identifiers, quantities, and perpetual expiry timestamps (4294967295 indicates perpetual contracts). Used for analyzing liquidation patterns and risk management across trading pairs.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_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
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x2416092f143378750bb29b79ed961ab195cceea542949672950xd1c54453b0e602ca70feec06fdf223ecdd3cfc5c254543836147596219530448040x0c116455bc6c58402c82048a0e3edaa1b6ddf0db2024-05-05T08:57:03.000Z0xa8e1e0e3de8480c38746caa50e30a11dd1a434da0d21aa8f25aaa7c1c9ac4b4b
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x2416092f143378750bb29b79ed961ab195cceea542949672950x41e8b9986d15e234c83e1ccd781f3003b018acb496700000000000000030537690x0c116455bc6c58402c82048a0e3edaa1b6ddf0db2024-05-05T13:55:53.000Z0x9b66ed717c5444e3ad46628b4d965c66c7070cb4f0addad60b29930f29e4e94e
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x2416092f143378750bb29b79ed961ab195cceea542949672950x867a5ea65b04a27b120142e80776ad76a0298da82931511555221170681330551380x0c116455bc6c58402c82048a0e3edaa1b6ddf0db2024-05-05T14:41:31.000Z0x4cc5d05e2816888e93eb94811f8d034c5ee694f78551886c31bd8f7d6295d7f5
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.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_blast.Gate_SetPendingDuration_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gate_SetThreshold_event

Gate threshold configuration events from SynFutures v3 perpetual futures protocol on Blast, recording minimum collateral requirements per quote token. Contains threshold updates with token addresses and amounts for tracking risk parameter changes 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_thresholdSTRINGMinimum threshold value required for the specified quote token in the SynFutures v3 Gate contract, denominated in the token’s smallest unit (wei for 18-decimal tokens). Values range from 12.5 to 3 million tokens depending on the quote asset’s volatility and liquidity.
addressremovedin_quotelog_indexblock_numberin_thresholdblock_timestamptransaction_hash
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x2416092f143378750bb29b79ed961ab195cceea5181963953500000000000000000002024-04-10T08:28:41.000Z0x00b29e99b427f5ee3c7da61364bc66687be9dc7a3b2e38aaf1318b654f542bab
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x430000000000000000000000000000000000000407018610125000000000000000002024-08-05T08:37:15.000Z0xdbcc4848e71bd81d1bc55c88a0d39850ccd2ba5d18e9e082f26ba37d464be75f
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x430000000000000000000000000000000000000387018604250000000000000000000002024-08-05T08:37:03.000Z0xf8b3e8f60bbd38c518c2de6a5e255710c3ba04f8749490b8d9c3b53e61e4e1a5
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Gate_SetThreshold_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gate_UpdatePending_event

Pending withdrawal state changes from SynFutures V3 perpetual futures protocol on Blast. Tracks trader withdrawal requests with amount, exemption thresholds, and timestamps for monitoring settlement queue 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_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
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x43000000000000000000000000000000000000040xe19af541e9e452dfa4a1d7823db4e85bc787a2ad9{“amount”:“0”,“native”:false,“exemption”:“127216365070471775729”,“timestamp”:“0”}37763492024-05-22T07:21:53.000Z0x62123fd6c4c9bb549ff2eb31086d7676e99f10407c1ce60bef3c33b7cdfd8f56
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x43000000000000000000000000000000000000040xe19af541e9e452dfa4a1d7823db4e85bc787a2ad3{“amount”:“69546444740136471607”,“native”:false,“exemption”:“76475882763388435587”,“timestamp”:“1716362373”}37762792024-05-22T07:19:33.000Z0xfbbd1af2cfd567f8bf099db91aa0eef3ef67ee69f8f2b69d268e082659e1449f
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x43000000000000000000000000000000000000030x8ee6470d8396421631dd6c1b6b447b91b0555e2111{“amount”:“1746652011593274932097”,“native”:false,“exemption”:“54856849018329629818745”,“timestamp”:“1731589705”}113899452024-11-14T13:08:25.000Z0x08df10c3eccb7431bc4ecb86015980c75b4e970d1de7f37e27ca7356b09ce0f8
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Gate_UpdatePending_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gate_Withdraw_event

Withdrawal events from SynFutures V3 perpetual futures protocol on Blast, recording when traders remove quote tokens (collateral) from the exchange. Useful for analyzing capital flows, trader liquidity management, and withdrawal patterns across different quote tokens.
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
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x43000000000000000000000000000000000000030x1a055232ea9ee99fe7b4a56cde8ef57b81dea31a15571197984524587281163045772024-07-19T19:56:09.000Z0xce21f7dbc57ebadced29dde432385c95dd71911f34e252409f5bfe94100de2ac
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x43000000000000000000000000000000000000030xde8cedf7524fff3b43c853ab9d9a137823a597c112673274951363385249863042112024-07-19T19:43:57.000Z0x4faaf1eebf09da53319d1b72eeace6f1ac7f60413229a4785229bfe2c4c820f4
0x6a372dbc1968f4a07cf2ce352f410962a972c257false0x43000000000000000000000000000000000000030x9a7f04cc43d8e21ac4b2b79a6006fcc7378812b913569756912111041885263011622024-07-19T18:02:19.000Z0x9b28565cb8771ce475ba3f2a492122ff4acaea7e127964e2be3eefd3283b723f
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Gate_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_Add_event

Liquidity provider position additions on SynFutures V3 perpetual futures protocol on Blast, capturing range order placements with tick bounds, entry prices, and initial liquidity amounts. Used to track LP behavior and concentrated liquidity distribution 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 details including balance, liquidity, fee index, and square root price at entry. Nested record containing four numeric fields tracking the trader’s range-bound position parameters at the time of addition.
addressremovedin_rangein_expiryin_traderlog_indexblock_numberin_tickLowerin_tickUpperblock_timestamptransaction_hash
0x5430561b09c627264549fdb3a6154c34f5cabea7false{“balance”:“2751272705135759547519”,“liquidity”:“4066721131789539394007”,“entryFeeIndex”:“3655440555246039342”,“sqrtEntryPX96”:“24749105280545605271058294213031”}42949672950x4b89d407e366d948709df4c5cfcf86f78933c6935153944421142001155502025-02-15T05:51:39.000Z0xe5e2e0a2e4c722d91ce1b40be5d83641a520c08c4d2169ba04beda649d26eb27
0x5430561b09c627264549fdb3a6154c34f5cabea7false{“balance”:“46529708015176559194”,“liquidity”:“212406195796809032834”,“entryFeeIndex”:“3655449927511969065”,“sqrtEntryPX96”:“24756530754627676474965814280134”}42949672950x74b413eae30972905d2c62cddef5072355669ccc2153956581146001152002025-02-15T06:32:11.000Z0xeb8453a9b731d9831059b544329f676630745d3fafef15cca784ffb616d06bfe
0x5430561b09c627264549fdb3a6154c34f5cabea7false{“balance”:“6156741384991719566”,“liquidity”:“24829935757229833606”,“entryFeeIndex”:“3655453051913010757”,“sqrtEntryPX96”:“24754055349092767197140122907559”}42949672950xdd65e005b50544add72ac5b913d300af494ff0e62153959131145501152002025-02-15T06:40:41.000Z0x9faa60157467a013fd9f15d152db20c0475264a50e34c26d84a292daff19c690
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.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 futures on Blast, recording net position changes for traders with contract addresses and expiry timestamps. Used for tracking position modifications and trader activity 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_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 adjustment amount for the trader in the instrument, denominated in the instrument’s base units. Negative values indicate position decreases or shorts, while positive values indicate position increases or longs.
in_netaddressremovedin_expiryin_traderlog_indexblock_numberblock_timestamptransaction_hash
-7696438905187445440x0e1b878f5eddb7170b0a25ca63cb985291eb53d8false42949672950x4ec8c2cc818d5903122050581d6da8bc7c459d83984379272024-09-07T05:07:49.000Z0x3998bd9512e31d117cda51b9660a31509a2841f77ca4213f9719fd09fd3145f4
-6746554658036804260x0e1b878f5eddb7170b0a25ca63cb985291eb53d8false42949672950x4ec8c2cc818d5903122050581d6da8bc7c459d83984347972024-09-07T03:23:29.000Z0xf44f06d4992b575098fa0dc328d6e3dd13fd2dd9da416f54e94de16542bc6100
-6389609088199946860x0e1b878f5eddb7170b0a25ca63cb985291eb53d8false42949672950x4ec8c2cc818d5903122050581d6da8bc7c459d83984300082024-09-07T00:43:51.000Z0xb5f6a1a61580efc738c9b8c78482031262417886214a202e49f73f11c224a323
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.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_blast.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 Blast. Contains cancelled order details including trader address, tick price, nonce, and position information for tracking order lifecycle and trading 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_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”}0x5430561b09c627264549fdb3a6154c34f5cabea7112850false1542949672950x39ab0ec1fa9c98ad47c44f569cb0599c9330879b6112177312024-11-10T13:27:57.000Z0xc722534860b80ac2d1a6069a98d9f63ccd7ec687df5c76b598d4df82d3047a6a
0{“size”:“0”,“balance”:“0”,“entryNotional”:“0”,“entryFundingIndex”:“0”,“entrySocialLossIndex”:“0”}0x5430561b09c627264549fdb3a6154c34f5cabea7113280false042949672950x6318cf5996d1b151ccf05d2ab5ccd0feb6f434846112352102024-11-10T23:10:35.000Z0xb96ef58550e56b113ecfac875bb36b2fc937fb090cf804acbbf602978ef4e754
0{“size”:“0”,“balance”:“0”,“entryNotional”:“0”,“entryFundingIndex”:“0”,“entrySocialLossIndex”:“0”}0x5430561b09c627264549fdb3a6154c34f5cabea7113295false042949672950xd925c1b07c0958f4a667830527d86d77aa2078a86112352242024-11-10T23:11:03.000Z0x6b94313bc1ed325012fe62c10d04b5f980cee1f70702200e8c6d2fb3d9b75134
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Instrument_Cancel_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_ClaimProtocolFee_event

Protocol fee claim events from SynFutures V3 perpetual futures instruments on Blast. Tracks fee collection by instrument contract addresses with amount and expiry data for revenue analysis.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_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
0xfc37d560b7102ad725193cf1220690740d2601cffalse006734204552024-05-14T01:38:45.000Z0xedc9ce1475b16965926e933a4ccaaf8734ca152c2290110ae43ed28a047ac877
0x0c116455bc6c58402c82048a0e3edaa1b6ddf0dbfalse008634204552024-05-14T01:38:45.000Z0xedc9ce1475b16965926e933a4ccaaf8734ca152c2290110ae43ed28a047ac877
0x99c1ca21a54d5d8d7e2ad52e0b3f7bd2326a92b4false009234204552024-05-14T01:38:45.000Z0xedc9ce1475b16965926e933a4ccaaf8734ca152c2290110ae43ed28a047ac877
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Instrument_ClaimProtocolFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_DeleteContext_event

Instrument context deletion events from SynFutures V3 perpetual protocol on Blast, tracking when trading instruments are removed or updated with expiry timestamps. Used for monitoring instrument lifecycle and perpetual contract configuration 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
0x645fc6477c29f430362bfa40d5b7701a6e5923befalse429496729519101165212024-10-16T01:40:57.000Z0xc1ec37d2267a4d34b72bb41551d9f2b06d6ab31a6c8513e9e978b9e87e64caf1
0xfa5460277d1272b8f46d5ac1753fb9162c9620f5false42949672953121955592024-12-03T04:42:13.000Z0xab76b6c67ad90e6d06c3bb3d24bae44ce13ad4e51b474bb473ad2556cc647157
0x5e89ac90f3a871948d6f50075e33dd927d7554b1false42949672956121943872024-12-03T04:03:09.000Z0x3dfef43d3c452062b5b4865c9614dd45318f7e7445ddebad092b461cf106a1d1
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.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_blast.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 Blast, capturing trade executions with position details (PIC - Position in Contract), fees, tick prices, 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
5798800000000000{“size”:“184394519596409437194050”,“balance”:“3871565466666666666”,“entryNotional”:“57988000000000000000”,“entryFundingIndex”:“39699298002787”,“entrySocialLossIndex”:“0”}1000000000000000xeb9e8822142fc10c38faab7bb6c635d22eb20ff8-80650false33442949672950x2f56a3bdb07c64010022c495bbcdcf95fbccfb57480xe38109db50602cb55d9ee272ce66aafc01b5a2d430446182024-05-05T08:50:51.000Z0x628fa540aab17ca601cb7524dc3cd2bcf1b7c4d3496205700a56f03dd21f6672
15723894649071{“size”:“500000000000000000000”,“balance”:“9743158050318446”,“entryNotional”:“157238946490710000”,“entryFundingIndex”:“39699016839741”,“entrySocialLossIndex”:“0”}1000000000000000xeb9e8822142fc10c38faab7bb6c635d22eb20ff8-80650false33242949672950x818445a686a41d9463cba12d707c54183ae3d4fb270xc003fae5a3996a257cca4db2c3f9101ce14a47d130445842024-05-05T08:49:43.000Z0x6df834f64bfb4472824febc365004060004d3be474fd41b84497bdab542e12be
5873562631269362{“size”:“186771876890449171758458”,“balance”:“20145920656167379699”,“entryNotional”:“58735626312693625886”,“entryFundingIndex”:“39698965051131”,“entrySocialLossIndex”:“0”}1000000000000000xeb9e8822142fc10c38faab7bb6c635d22eb20ff8-80650false33242949672950xe38109db50602cb55d9ee272ce66aafc01b5a2d4780x2f56a3bdb07c64010022c495bbcdcf95fbccfb5730445732024-05-05T08:49:21.000Z0xa878384308c44705576738e75f36ebdca87ac395777bafd5db2c65b85dd2365e
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.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 Blast, tracking periodic funding rate charges or credits applied to trader positions. Used for analyzing funding rate dynamics, trader funding costs, and position profitability 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_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
0x0e1b878f5eddb7170b0a25ca63cb985291eb53d8false0x019b28867411261e86ed2c8b1cc786ba67a4b09593-4517239858142571642025-01-19T22:02:23.000Z0x061497c8ede7c5bc972381a1797d538c9983aa7155bfe3f90373a061a53c329a
0x0e1b878f5eddb7170b0a25ca63cb985291eb53d8false0x019b28867411261e86ed2c8b1cc786ba67a4b09568-341532592141142600842025-01-19T23:39:43.000Z0x1bf42285e9b603e0fd3cd1b50c26b729fafe4463cdd90b9269de743d20dbcac4
0x0e1b878f5eddb7170b0a25ca63cb985291eb53d8false0x019b28867411261e86ed2c8b1cc786ba67a4b095135-123164606219142574082025-01-19T22:10:31.000Z0x9bc9cc8b9d6ae9b9319ede1c62aaf62c8e4f50b3c6eb8df7603611367aef6ffa
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.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_blast.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 Blast, recording forced position closures with trader addresses, liquidated account targets, position sizes, and mark prices. Used to analyze leverage risk, liquidation cascades, and market volatility periods.
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
0x0e1b878f5eddb7170b0a25ca63cb985291eb53d820588117530260231822-154000000000000000false042949672950x774becb632401af54c00f046d4ca5b8378faa40b0xe19af541e9e452dfa4a1d7823db4e85bc787a2ad2918489112024-04-07T16:33:57.000Z0xa278bee8826f02bd64d089e09b4e5b44ec519895cbdb813161e079f3cab0a40c
0x379226d215509de2089103e0d5c425e54889830e1250560000000009100000000000000000000false042949672950xb5693b3fe31603dc8e83bfadf52c00fa294ddc170xe19af541e9e452dfa4a1d7823db4e85bc787a2ad1718223412024-04-07T01:48:17.000Z0x15289748d89dfe7e019d3c0774b5521b4b922798ea7cf6fc6edc954ff1968c59
0x379226d215509de2089103e0d5c425e54889830e125056000000002320000000000000000000false042949672950x15ee162eca0686c0b8372dace195f6478064db670xe19af541e9e452dfa4a1d7823db4e85bc787a2ad2318195712024-04-07T00:15:57.000Z0x164a32a390a72c24210642a6ddc5eafdfc67c1d2c6eb5ed0d7d274f1a86be21c
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.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 Blast. Contains limit order book positions with tick price levels, order sizes, and trader balances for analyzing market depth and liquidity provision.
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
0xeb9e8822142fc10c38faab7bb6c635d22eb20ff8-81585false799{“size”:“-169297589753714443212489”,“balance”:“33419822029903876569”}42949672950x356c339ed07ebe8ba97cbc473c74cb13e88fcabd4862494772024-07-18T13:19:29.000Z0xb40c4dd53cddae565f34ef2fec0474d43d83992e7abeeb13dc4d61aba24d5668
0xeb9e8822142fc10c38faab7bb6c635d22eb20ff8-81545false409{“size”:“-238534256479791161119911”,“balance”:“4572799999999999999”}42949672950x356c339ed07ebe8ba97cbc473c74cb13e88fcabd5862489522024-07-18T13:01:59.000Z0xa0a79ba4e16f62008627029b2d968aab28a3a9ecf5d19f931c57c0faf4f79552
0xeb9e8822142fc10c38faab7bb6c635d22eb20ff8-81525false410{“size”:“242277978777678476522148”,“balance”:“4653866666666666666”}42949672950x356c339ed07ebe8ba97cbc473c74cb13e88fcabd5062481682024-07-18T12:35:51.000Z0x8179e47d79b667c06c779c2f52827baffef5f5fbac7e3da19102fe827c0af61c
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.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 Blast, capturing when insurance fund balances are redistributed back into the system. Used for tracking protocol risk management and capital efficiency across different instrument contracts.
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
0x3bdd590514fcb7c2cfbd60f05416b7739989f9a0false042949672951215758192024-04-01T08:50:53.000Z0x28bace96ecd7b134ece40e2c216f623ab85c13ff86151d852c90e9b5fa63697c
0x5da9285ee39646c8408060c33d6ee105f2c807cafalse670301138726295042949672951715755812024-04-01T08:42:57.000Z0xdcf18d1eed4ef2d2622722e473e734a71b81ec8fef70f0e998f16173d444c362
0x70c604e8e9beaf08ecf04c6161968a9dce491c91false042949672953612758472024-03-25T10:11:49.000Z0x1a82eefa85f4f98df4fb09b1196213703c664e5eeb00af13179a97f2f9b39647
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Instrument_RecycleInsuranceFund_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_Remove_event

Liquidity position removal events from SynFutures V3 perpetual futures protocol on Blast, tracking when traders close concentrated liquidity positions with tick ranges, fees, and position-in-curve (PIC) accounting data. Used for analyzing liquidity provider behavior and position management in the automated market maker.
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
66555862155558{“size”:“225315899071921768065”,“balance”:“3544438358636009”,“entryNotional”:“2532979379752442”,“entryFundingIndex”:“170663424336”,“entrySocialLossIndex”:“101467687989”}00x5da9285ee39646c8408060c33d6ee105f2c807cafalse42949672950x96a6269b5444d79d231b70794d5125259938faaa40x96a6269b5444d79d231b70794d5125259938faaa1295836-115500-1118502024-03-25T21:18:07.000Z0x98d3424655d7c8a3d18e28982bcd07282c8aa4fd51123a060bba176a15e88400
1595136463188748{“size”:“-1480070554282068000385”,“balance”:“42721562153516135”,“entryNotional”:“15781520351329307”,“entryFundingIndex”:“1745097291699”,“entrySocialLossIndex”:“0”}00x5da9285ee39646c8408060c33d6ee105f2c807cafalse42949672950x52e05569d49d8fa5b25e750f744540680f95e9f8470x52e05569d49d8fa5b25e750f744540680f95e9f81290061-125650-1081002024-03-25T18:05:37.000Z0x018f21e922171b35270c7276a596a56c7367116a632ae1672be0fa5744615166
67240336195411{“size”:“-84754975338746821952”,“balance”:“98061244190809494”,“entryNotional”:“1006209413980798”,“entryFundingIndex”:“213297564442”,“entrySocialLossIndex”:“0”}00x5da9285ee39646c8408060c33d6ee105f2c807cafalse42949672950xf747b6fae88bb391d4ac25ee70096cc1a2785ae7360xf747b6fae88bb391d4ac25ee70096cc1a2785ae71281076-124550-1025502024-03-25T13:06:07.000Z0xd66366f2f820013038a751633823d9f8e366c05c509a9f56ca17c6efd972490c
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.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 protocol on Blast, recording trader positions and settlement amounts at contract expiry. Used for tracking position closures, final balances, and settlement prices for expired 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
0xeb9e8822142fc10c38faab7bb6c635d22eb20ff8false17116992000xecb2b0f30f63eba68bf532c92e68d33541ac8abf562021847313832845670xecb2b0f30f63eba68bf532c92e68d33541ac8abf28513512827781251862102024-04-30T21:28:37.000Z0x671ccd7dc8d22fb1c88651d648455faf2d2f112c2047d38184e6e3db4201044a
0xeb9e8822142fc10c38faab7bb6c635d22eb20ff8false17116992000x971df5505d4f442570ca9e05dc2dd1ecccfd786546264194134970724880x971df5505d4f442570ca9e05dc2dd1ecccfd786528331892827781251862102024-04-30T11:23:13.000Z0x4be610fdc638d2b4cae950357263e7b0213db45411c367284618c98d2ed4b1b3
0xeb9e8822142fc10c38faab7bb6c635d22eb20ff8false17116992000x9debed472f9ed23e427e59b4eb4becb2b1eddfc6481010014626894661350x9debed472f9ed23e427e59b4eb4becb2b1eddfc623605872827781251862102024-04-19T12:49:49.000Z0xfc87f8bcf7e3ce3955edd71663c0fb6e1f1d18907c04e71ac11a7b6cf9012dd4
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.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 contracts on Blast, capturing position adjustments with entry price, size changes, and mark price data. Used for analyzing position management, liquidations, and trader 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
0x0660a2b1a94cf13045b7a96bcb73e1620d775377565546957086581391945925942630804738false42949672950x1754939802190d39a223049a3bf036903c3347b29500xe19af541e9e452dfa4a1d7823db4e85bc787a2ad608429202551533661231100796989920002024-03-18T19:20:55.000Z812746453078226360x886fbcff78f9c2c7ecabc8716c8c9f0f1700b0dad9087a66ce9bf28438e56932
0x0660a2b1a94cf13045b7a96bcb73e1620d77537757420488564527-195087528140640419514false42949672950x47af85b3402ad74325f277d2bdd14a36f5dc711415500xe19af541e9e452dfa4a1d7823db4e85bc787a2ad666114373074852619768932147985390002024-03-18T16:49:55.000Z138096270818068920xcfec1f232295694d138fba40995e2d3a79abd2899d37c2a427776248b7f91c45
0x0660a2b1a94cf13045b7a96bcb73e1620d77537757465044491880-150565165911937488057false42949672950x3ef418118d1decf42226580305fd4f5ccadccfa623500xe19af541e9e452dfa4a1d7823db4e85bc787a2ad691866328075312754751947845985381002024-03-18T16:49:37.000Z114946130101847910xaf235249b767a97b3cbd467816f771311e0e47b8050cc6aa69aeb068ffb47510
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.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 Blast. Captures position changes with fill prices (sqrtPX96), sizes, entry notional values, and mark prices for analyzing trading activity and position management.
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
0x0e1b878f5eddb7170b0a25ca63cb985291eb53d828977453717530544720915219279447294false042949672950x1bfda4d1bd8a28cab70f53d30ba7fa2a10d2c2219142652573574644530287685377531011433959002024-11-15T13:35:33.000Z265217494883954600x7b17aaa197823aa1e19f49ed303234a2698f119e32e264844b1f6926941fe8e2
0x0e1b878f5eddb7170b0a25ca63cb985291eb53d8295687533630237443964065948440251061false399379913271035742949672950xe19af541e9e452dfa4a1d7823db4e85bc787a2ad19143020421056991923041443758426711442485-39732450429286631171451733212316232024-11-15T18:19:45.000Z1198784289275042440xe2d7f01d5e497a8d1b0b8d0543668561554338e1263b0f513631cad8ae3ba5b6
0x0e1b878f5eddb7170b0a25ca63cb985291eb53d8295687533630237443963929699951005332false385996080378234142949672950xe19af541e9e452dfa4a1d7823db4e85bc787a2ad5143019871444449443816651589787211442485-1026754957071337302723305774007972024-11-15T18:19:45.000Z1158270845343465610x7666276b8f38ac4537b48d16b0f7933f5093732284e43a6502b1d5c802a51e4b
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Instrument_Trade_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_UpdateAmmStatus_event

Automated Market Maker (AMM) status update events from SynFutures v3 perpetual contracts on Blast, recording changes to pricing state including sqrt price (sqrtPX96), mark price, and market status for each instrument. Used for tracking AMM configuration changes and perpetual market state transitions.
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
0x99c1ca21a54d5d8d7e2ad52e0b3f7bd2326a92b48358635190056false42949672953022905895192497796871139083154241112024-06-29T10:47:17.000Z0xf9a0e32fc0c8484f851bff762725892a5628cdc828ca5ea8982a80f471056f5e
0xd9c076eae3a2d721626f61f5bf0c8d003cb745b8207251694217809178false42949672953223606854543000645743654367794754240472024-06-29T10:45:09.000Z0x3fdb96313a68a8e692e6248c0d7b13b04945d8d0c3562198c6160227e1daf984
0xd973506bf52c2cfa89f92deb75f2d85b139e35fa75753372774011129411646false4294967295332180622910319754013261105328029654243562024-06-29T10:55:27.000Z0xe2bdd478ac1c6fa00ba0cb081cc9f0da7686ee0de816cbc0318d9b9a27010498
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Instrument_UpdateAmmStatus_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_UpdateCondition_event

Trading instrument condition state changes from SynFutures v3 perpetual protocol on Blast. Tracks status updates (0=initialized, 1=active, 2=settled) for derivative contracts with timestamps for monitoring instrument lifecycle.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_timestampSTRINGUnix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.
in_conditionINT64Numeric status code indicating the current condition state of the SynFutures instrument at the time of the update event. Common values include 0, 1, and 2, representing different instrument trading or settlement states.
addressremovedlog_indexblock_numberin_conditionin_timestampblock_timestamptransaction_hash
0xfc37d560b7102ad725193cf1220690740d2601cffalse381576385017119625852024-04-01T09:09:45.000Z0xee375bb73d5ddc14cc77bf21f5ffd7d5ba3e6663d7e3fbd1889af205017b1235
0x5da9285ee39646c8408060c33d6ee105f2c807cafalse211575581017119609772024-04-01T08:42:57.000Z0xdcf18d1eed4ef2d2622722e473e734a71b81ec8fef70f0e998f16173d444c362
0x3bdd590514fcb7c2cfbd60f05416b7739989f9a0false161575819017119614532024-04-01T08:50:53.000Z0x28bace96ecd7b134ece40e2c216f623ab85c13ff86151d852c90e9b5fa63697c
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Instrument_UpdateCondition_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_UpdateFeeState_event

Fee state updates for perpetual futures instruments on SynFutures V3 deployed on Blast. Tracks protocol fee accumulation and fee index changes per instrument contract for fee distribution 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_expirySTRINGExpiration timestamp for the contract or derivative instrument. Unix timestamp in seconds.
in_feeIndexSTRINGCumulative fee index value for this SynFutures V3 instrument at the time of the update. This scaled integer tracks fee accrual over time and increases with each fee state update.
in_protocolFeeSTRINGFee collected by the protocol from the transaction or operation. Numeric string representation without decimals.
addressremovedin_expirylog_indexin_feeIndexblock_numberin_protocolFeeblock_timestamptransaction_hash
0xb0ceff252f18710a3315e735b5e26481840ad286false4294967295332263914651472510037374286060582629687902024-10-14T05:42:43.000Z0x7d29666dd630f2c76bc6e60663d1790fa181d9cc720a3fbd649024772095f131
0x5430561b09c627264549fdb3a6154c34f5cabea7false429496729510233498273903832001910027172120825043262050734395562024-10-14T00:02:39.000Z0x15b4277dfdaff792d5a59ad981bc5e75362c232435c9c896b51c89c08a20dfe6
0x5430561b09c627264549fdb3a6154c34f5cabea7false429496729515233498273903832001910027172120965243262050734395472024-10-14T00:02:39.000Z0x15b4277dfdaff792d5a59ad981bc5e75362c232435c9c896b51c89c08a20dfe6
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.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 Blast, capturing periodic adjustments to the cumulative funding index for each instrument. Used for calculating funding payments between long and short positions 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
0x0e1b878f5eddb7170b0a25ca63cb985291eb53d8false199688432024-10-12T15:38:21.000Z1157920892373161954213911256422905205373013597220979135552577161279744605034010xcfca04af790d81616641fc08a15f83de4f96f9bdc0e0a78fabc26c719af8011f
0x645fc6477c29f430362bfa40d5b7701a6e5923befalse199795262024-10-12T21:34:27.000Z1157920892373161954235562612712109994436275843501397143536789860666693752779820x2074f9c4ef78d725d5c358ae552f3f487f2be30d36104421ec95c99983bf18c2
0x645fc6477c29f430362bfa40d5b7701a6e5923befalse199516462024-10-12T06:05:07.000Z1157920892373161954235562612712109994436275843501397143536789860666693752779820x1f5fedf1fdea632e57117d3551adfc005a23cfed2b6785459887a4cdc4b0e092
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Instrument_UpdateFundingIndex_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_UpdateMarginRatio_event

Margin requirement update events from SynFutures V3 perpetual contracts on Blast, recording changes to initial and maintenance margin ratios for trading instruments. Used for tracking risk parameter adjustments and analyzing leverage requirements across different 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_initialMarginRatioSTRINGInitial margin requirement for opening positions, expressed in basis points where 1000 equals 10% collateral. This parameter determines the minimum collateral ratio traders must maintain when establishing new perpetual futures positions on the SynFutures protocol.
in_maintenanceMarginRatioSTRINGMaintenance margin ratio threshold for the trading instrument, below which positions face liquidation. Expressed in basis points where 500 represents 5% and 50 represents 0.5%.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_initialMarginRatioin_maintenanceMarginRatio
0x298417f3a0a54bc6eac013a9be00757b4d2f03cafalse133986672024-05-13T13:32:29.000Z0x75a0e0ac2ca7d5fcfa862561086f7c1fd75a98cacaece5fa49a8e5cb8502f9cb1000500
0x298417f3a0a54bc6eac013a9be00757b4d2f03cafalse433976612024-05-13T12:58:57.000Z0x893435058a901986ce19dbc048059acbed9159b5b7d18beb194fbca70634094d1000500
0xd9c076eae3a2d721626f61f5bf0c8d003cb745b8false733986562024-05-13T13:32:07.000Z0x05f6c513f45daa8a86d1088168f6a7ce4a0dd7d9ddacbf33dc39cbf2ac5c37311000500
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Instrument_UpdateMarginRatio_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_UpdateParam_event

Parameter configuration updates for trading instruments on SynFutures V3 perpetual futures protocol on Blast. Records changes to fee structures, margin requirements, and quote types for analyzing protocol governance and risk parameter evolution.
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
0x4fde5557d54ed955c7e3da40f2c7900cde5eefe0false{“tip”:“100000000000000”,“qtype”:2,“minMarginAmount”:“2000000000000000”,“tradingFeeRatio”:“30”,“protocolFeeRatio”:“20”,“stabilityFeeRatioParam”:“1370113808827263642”}47545792024-03-13T08:36:13.000Z0xa172cd412993cddc625d03c4b00b1ce711c45369f795f39b5db646b40bfa7394
0x4fde5557d54ed955c7e3da40f2c7900cde5eefe0false{“tip”:“100000000000000”,“qtype”:2,“minMarginAmount”:“2000000000000000”,“tradingFeeRatio”:“50”,“protocolFeeRatio”:“50”,“stabilityFeeRatioParam”:“1370113808827263642”}07547532024-03-13T08:42:01.000Z0x9185f27504efc7d280c786dbe4c54c91819649cd164961c77f481ff3edab8b3f
0xfc37d560b7102ad725193cf1220690740d2601cffalse{“tip”:“10000000000000”,“qtype”:2,“minMarginAmount”:“500000000000000”,“tradingFeeRatio”:“3”,“protocolFeeRatio”:“1”,“stabilityFeeRatioParam”:“14415916854096691200”}080554832024-08-29T08:39:41.000Z0x7cd9e8fdda21e0cdac46b44afbb23813e8374bdf6fc79d36b900749c38f3cf24
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Instrument_UpdateParam_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_UpdatePosition_event

Position update events from SynFutures V3 perpetual trading instruments on Blast, tracking trader position changes including size, balance, entry notional, and funding/social loss indices. Used for analyzing trader positions, leverage, and PnL calculations across perpetual futures contracts.
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”:“-3452003501642356728457”,“balance”:“1033822643832305989”,“entryNotional”:“1100146953242017603”,“entryFundingIndex”:“-1479382417151683”,“entrySocialLossIndex”:“1002164116294461139”}0xeb9e8822142fc10c38faab7bb6c635d22eb20ff8false42949672950xc3ed31c47f70ee8b0b2d319fdd058357df37997628140018222025-01-14T00:10:59.000Z0xacf84d2639a49896637083bb6ae544abedda97a1a6fbfa06f2ce8b561f7e4e9b
{“size”:“-16659350863134844597426”,“balance”:“757537960000000000”,“entryNotional”:“5310200000000000000”,“entryFundingIndex”:“-1479382417151683”,“entrySocialLossIndex”:“1002164116294461139”}0xeb9e8822142fc10c38faab7bb6c635d22eb20ff8false42949672950x8236c37573ed590c09280b54f4a8c6f39d4688d233140018222025-01-14T00:10:59.000Z0xacf84d2639a49896637083bb6ae544abedda97a1a6fbfa06f2ce8b561f7e4e9b
{“size”:“-15004798038182551266446”,“balance”:“684068520000000000”,“entryNotional”:“4785200000000000000”,“entryFundingIndex”:“-1479383704521115”,“entrySocialLossIndex”:“1002164116294461139”}0xeb9e8822142fc10c38faab7bb6c635d22eb20ff8false42949672950x01f0349e4b9f783897286c43c58a89b7c13e657628140019012025-01-14T00:13:37.000Z0x18fe86cae4354ac3f23ef04bd4798e2a3d2ba14f811377673a1868ee214521a7
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.Instrument_UpdatePosition_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Instrument_UpdateSocialLossInsuranceFund_event

Insurance fund balance updates for SynFutures V3 perpetual contracts on Blast, tracking socialized loss distribution across long and short positions. Used for analyzing protocol solvency and trader liquidation risk exposure.
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_longSocialLossIndexSTRINGAccumulated loss index for long positions in this perpetual instrument, representing socialized losses distributed among long position holders. Remains at zero when no social loss events have occurred for long positions.
in_shortSocialLossIndexSTRINGCumulative index tracking socialized losses distributed to short position holders for this instrument. Remains at zero when no short-side losses have been socialized across the market.
in_insuranceFundSTRINGCurrent balance of the insurance fund for this instrument, denominated in the base token’s smallest unit. Updated when the fund absorbs losses or receives contributions from liquidations.
addressremovedin_expirylog_indexblock_numberblock_timestampin_insuranceFundtransaction_hashin_longSocialLossIndexin_shortSocialLossIndex
0x0c116455bc6c58402c82048a0e3edaa1b6ddf0dbfalse42949672954021218772024-04-14T00:12:49.000Z90224670267288940x02ef9345c624d7eb55017ec27d39b44c4eaf7ce8dd3324e8a03471bc6ad4578900
0x0e1b878f5eddb7170b0a25ca63cb985291eb53d8false42949672958321225672024-04-14T00:35:49.000Z896829427409621610x5cad002d2a6bfc3635ad3e1a6d4b50869539fbb1a24073aa87f1aba2647dc57a00
0x0e1b878f5eddb7170b0a25ca63cb985291eb53d8false42949672958121225672024-04-14T00:35:49.000Z888014408313018990x5cad002d2a6bfc3635ad3e1a6d4b50869539fbb1a24073aa87f1aba2647dc57a00
Query with partition filter
SELECT *
FROM `tt-contracts.synfutures_v3_blast.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_blast.Instrument_Upgraded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100