Skip to main content

Tables

CurveFeeDistributor_CheckpointToken_event

Token checkpoint events from Thruster V1’s Curve-style fee distributor contract on Blast. Records periodic snapshots of accumulated fee tokens for calculating pro-rata distributions to liquidity providers and stakers.
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_timeSTRINGUnix timestamp representing the time of the event or operation. Integer value stored as string, representing seconds since epoch (January 1, 1970 00:00:00 UTC).
in_tokensSTRINGArray of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
addressin_timeremovedin_tokenslog_indexblock_numberblock_timestamptransaction_hash
0xaafa3db42ea9c114c36a2a033e04c8bc0813c65c1731483633false285278843667829008512113369092024-11-13T07:40:33.000Z0xa3a0d47e1376abcc9626754c4ef929b5976cb89913d2310fd6da44f1fd208a2e
0xaafa3db42ea9c114c36a2a033e04c8bc0813c65c1729921995false1844568282496069484212105560902024-10-26T05:53:15.000Z0xa530708e18fb8a1a8dabed49e6e1670eb6a7f97e47831316c8c50bababcf39e2
0xaafa3db42ea9c114c36a2a033e04c8bc0813c65c1730636061false1974663493475004459122109131232024-11-03T12:14:21.000Z0xd8f90cc5be04519d3cfdf029012df6bbc0ace35a6ed822e642a7c4d492d05a85
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.CurveFeeDistributor_CheckpointToken_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveFeeDistributor_Claimed_event

Fee claim events from Thruster V1’s Curve-style fee distributor on Blast. Records epoch-based reward distributions with recipient addresses and claim amounts for analyzing liquidity provider incentive collection 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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_claim_epochSTRINGEpoch number being claimed by the recipient in this fee distribution event. Represents the specific reward period for which accumulated fees are being withdrawn.
in_max_epochSTRINGLatest epoch available for claiming at the time of this transaction. Defines the upper bound of the epoch range that the recipient can claim fees from.
addressremovedin_amountlog_indexblock_numberin_max_epochin_recipientin_claim_epochblock_timestamptransaction_hash
0xaafa3db42ea9c114c36a2a033e04c8bc0813c65cfalse572930432078174932121060694610x0da8af128e39776cf0a10dfdb9f70fe3490094de12024-10-27T10:08:27.000Z0x67b062f3dfda85d1e3566763e6459bc322302f40bbc452047a76753b8353a81f
0xaafa3db42ea9c114c36a2a033e04c8bc0813c65cfalse4307635410059005612161060245120xd8e1cb737bd1608ec9ee19e8d00f2d9e020fa6d322024-10-27T07:38:37.000Z0xcc930b7c2f524256727f91bd8e2040e05f874381d8f825781aef8e3350153960
0xaafa3db42ea9c114c36a2a033e04c8bc0813c65cfalse1372502439785498873211061758420x6473788c87b4b6611f7cb66a88042207eec9a14622024-10-27T16:03:03.000Z0x885eb58e721cb8dc087c12c5eee4b6661c8733bf48bfe25fdca6764251bca45a
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.CurveFeeDistributor_Claimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GaugeController_AddType_event

Gauge type registration events from Thruster V1 DEX (decentralized exchange) on Blast, recording when new liquidity pool categories are added to the voting gauge system. Used for analyzing governance structure and liquidity mining program 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_nameSTRINGName or label identifier for the entity being created, registered, or updated in the event.
in_type_idSTRINGNumeric identifier assigned to a gauge type when added to the Thruster GaugeController. Increments sequentially starting from 0, distinguishing between liquidity pool categories like standard Liquidity and ConcentratedLiquidity.
addressin_nameremovedlog_indexin_type_idblock_numberblock_timestamptransaction_hash
0xd40fb88b94d20d5d60a94e00492214061bdb2756ConcentratedLiquidityfalse1195622292024-10-03T05:44:33.000Z0xf4acca0a615376f4dec087bf501ca5411fd83abcc1fb964d318827a765be3bfa
0xd40fb88b94d20d5d60a94e00492214061bdb2756Liquidityfalse1095622272024-10-03T05:44:29.000Z0xd8bb0e5dea1539ed60426b2a7465d29d0edab0f9bb6bdccd5aabe5c9c31e976b
0xd40fb88b94d20d5d60a94e00492214061bdb2756ConcentratedLiquidityfalse143100749142024-10-15T02:34:03.000Z0xb7ca9aaad807660500e434049177dda05c25933f9b3cc4078fe213baf62f2573
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.GaugeController_AddType_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GaugeController_NewGauge_event

Gauge registration events from Thruster V1’s GaugeController contract on Blast, recording when new liquidity pool or staking gauges are added to the protocol’s reward distribution system. Used to track gauge deployments and categorization by type for analyzing protocol expansion and incentive structure 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_addrSTRINGContract address referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_gauge_typeSTRINGCategorical identifier for the type of gauge being added to the controller, with ‘0’ and ‘1’ representing different gauge categories. All sampled events initialize gauges with type ‘0’ or ‘1’, indicating distinct pool or reward mechanisms.
in_weightSTRINGVoting power or gauge weight allocated to a pool or account. Numeric string representation of wei-denominated value.
addressin_addrremovedin_weightlog_indexblock_numberin_gauge_typeblock_timestamptransaction_hash
0xd40fb88b94d20d5d60a94e00492214061bdb27560x2ec796c665e5101d0d6530c7755c97738d98a6a3false01978851902024-10-08T11:27:33.000Z0x9baa532c37601093176921e7775e1673643ac8da96d205edb5f0bfcc47d68d9c
0xd40fb88b94d20d5d60a94e00492214061bdb27560xc0c6447b443d0652aa4598b4ca8ee68a634d7ca3false00956224602024-10-03T05:45:07.000Z0x065a1e6176ea1f4200bcbfaf6f6032c97fb4d0a347291c8fcc3ac7162d265251
0xd40fb88b94d20d5d60a94e00492214061bdb27560x9d3b3ae1ea106127091ea946744bc4592e350a36false00956223802024-10-03T05:44:51.000Z0x4a7fb3582ee4b208e45b468e45c975db43eb4728b3a92f510a5f63fef89becb7
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.GaugeController_NewGauge_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GaugeController_NewGaugeWeight_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_gauge_addressSTRING-
in_timeSTRINGUnix timestamp representing the time of the event or operation. Integer value stored as string, representing seconds since epoch (January 1, 1970 00:00:00 UTC).
in_weightSTRINGVoting power or gauge weight allocated to a pool or account. Numeric string representation of wei-denominated value.
in_total_weightSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.GaugeController_NewGaugeWeight_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GaugeController_NewTypeWeight_event

Gauge type weight update events from Thruster V1’s GaugeController on Blast, recording when new gauge types are added or weight parameters are modified. Contains type identifiers, weight allocations (in 18-decimal format), and total weight snapshots for analyzing vote-escrowed token (veToken) gauge distribution mechanisms.
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_type_idSTRINGNumeric identifier for the gauge type being assigned a weight in the GaugeController. Typically ranges from 0-3 based on sample data, representing different gauge categories like liquidity pools or staking types.
in_timeSTRINGUnix timestamp representing the time of the event or operation. Integer value stored as string, representing seconds since epoch (January 1, 1970 00:00:00 UTC).
in_weightSTRINGVoting power or gauge weight allocated to a pool or account. Numeric string representation of wei-denominated value.
in_total_weightSTRINGTotal weight across all gauge types at the time of the event, denominated in wei (18 decimals). Can be zero during initial type registration or a large value after gauges have accumulated votes.
addressin_timeremovedin_weightlog_indexin_type_idblock_numberblock_timestampin_total_weighttransaction_hash
0xd40fb88b94d20d5d60a94e00492214061bdb27561728518400false10000000000000000000195622292024-10-03T05:44:33.000Z00xf4acca0a615376f4dec087bf501ca5411fd83abcc1fb964d318827a765be3bfa
0xd40fb88b94d20d5d60a94e00492214061bdb27561728518400false10000000000000000000095622272024-10-03T05:44:29.000Z00xd8bb0e5dea1539ed60426b2a7465d29d0edab0f9bb6bdccd5aabe5c9c31e976b
0xd40fb88b94d20d5d60a94e00492214061bdb27561729123200false1000000000000000000133100749142024-10-15T02:34:03.000Z61115631703846680338784000000000000000000000xb7ca9aaad807660500e434049177dda05c25933f9b3cc4078fe213baf62f2573
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.GaugeController_NewTypeWeight_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GaugeController_VoteForGauge_event

Gauge voting events from Thruster V1 DEX on Blast, recording user votes with weights (in basis points, e.g., 10000 = 100%) allocated to specific liquidity pool gauges. Used for analyzing governance participation and liquidity incentive distribution preferences.
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_timeSTRINGUnix timestamp representing the time of the event or operation. Integer value stored as string, representing seconds since epoch (January 1, 1970 00:00:00 UTC).
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_gauge_addrSTRINGContract address of the liquidity gauge receiving the vote allocation on Blast. Hex-encoded, 0x-prefixed 40-character string identifying the specific gauge pool in Thruster’s voting system.
in_weightSTRINGVoting power or gauge weight allocated to a pool or account. Numeric string representation of wei-denominated value.
addressin_timein_userremovedin_weightlog_indexblock_numberin_gauge_addrblock_timestamptransaction_hash
0xd40fb88b94d20d5d60a94e00492214061bdb275617292672290x87001fe0924b20441d3131631cf0278d35862906false250012102287070xfef3933d3294dbf4e0ba8c58f323e39a8d36ad752024-10-18T16:00:29.000Z0xacaa7c36a3d61932ec418da8837bc91851a18837168108f5580111ff70c1a4d0
0xd40fb88b94d20d5d60a94e00492214061bdb275617292243450x9b84e5abc7694546170fd96b002ecf456911ae65false500015102072650x831581cd36d22b495ccaab64bff0a1c143df65b32024-10-18T04:05:45.000Z0x80102727dd985093ac83ae510da389d526f1451075009980b5b4c0e379d4d4a6
0xd40fb88b94d20d5d60a94e00492214061bdb275617292902350xdea80ce4dad86c37ac6bf08ea56555ef1ebba619false5000115102402100x831581cd36d22b495ccaab64bff0a1c143df65b32024-10-18T22:23:55.000Z0x192f8ddd5fb3c3721a3513dbb76308de2bb4b799881768ca3e328f1ef1bc35e5
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.GaugeController_VoteForGauge_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LiquidityGauge_claim_rewards_function

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

LiquidityGauge_claim_rewards2_function

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__addrSTRINGAddress of the user or account associated with the vault mint or redemption operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.LiquidityGauge_claim_rewards2_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LiquidityGauge_claim_rewards3_function

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__addrSTRINGAddress of the user or account associated with the vault mint or redemption operation. Hex-encoded, 0x-prefixed, 42-character string.
in__receiverSTRINGAddress of the account receiving the tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.LiquidityGauge_claim_rewards3_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LiquidityGauge_deposit_reward_token_function

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__reward_tokenSTRING-
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.LiquidityGauge_deposit_reward_token_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LiquidityGaugeFactory_GaugeCreated_event

Liquidity gauge deployment events from Thruster V1 DEX (Decentralized Exchange) on Blast, recording when new reward distribution contracts are created for liquidity pools. Tracks gauge contract addresses and factory activity for analyzing incentive program expansion.
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_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_gaugelog_indexblock_numberblock_timestamptransaction_hash
0xce95373c250f2770f8a7857a8f68e8fd6cc4cdf8false0xc504509dbdd5d7cc4aea0039e33b94e7228fd4ee0100749162024-10-15T02:34:07.000Z0x50ce5054ed75fe1ba9f0ce6ad7908a857253ac03d6b4fbd55f1ee4ae7a07e3d7
0xce95373c250f2770f8a7857a8f68e8fd6cc4cdf8false0x2ec796c665e5101d0d6530c7755c97738d98a6a32497871702024-10-08T10:42:35.000Z0x7783d90d736df3761483a88993d52bcbc122de08d6d915daa8f3572d8ebfbde0
0xce95373c250f2770f8a7857a8f68e8fd6cc4cdf8false0xc80b4a125f015befdbb4034dc942627638d23ba2495622322024-10-03T05:44:39.000Z0xafbb378c3852b477a988b79136fa3c79bf44db0453a7f706fb3ef59a6837917d
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.LiquidityGaugeFactory_GaugeCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MerklGauge_createMerklCampaign_function

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
in_rewardTokenSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.MerklGauge_createMerklCampaign_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MerklGaugeFactory_GaugeCreated_event

Gauge deployment events from Thruster V1’s Merkl gauge factory contract on Blast, tracking when new liquidity mining gauges are created. Used for analyzing protocol incentive structure deployment and identifying newly incentivized liquidity pools.
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_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_gaugelog_indexblock_numberblock_timestamptransaction_hash
0x85c7e8b618b9cad0f0c40a0b40a4d31d8d51e2affalse0x177cb63e86dc30e3dd637497847d9b53ef4b71a21100749202024-10-15T02:34:15.000Z0x1aad3f5548d56d937784537ff9256403e8f58bc6dbc18935557588cee0d793e0
0x85c7e8b618b9cad0f0c40a0b40a4d31d8d51e2affalse0x59331f4b5bc0cf0f66456efc01e02295127dfbf9198310932024-10-09T11:06:41.000Z0x88d15104636c02c4c9cf98e7fe9367a6f84fa02cf1017232e4eafd65947e59b4
0x85c7e8b618b9cad0f0c40a0b40a4d31d8d51e2affalse0xd4a35a0542639eb6318f4a035f7c77eb7213364e1298747122024-10-10T11:20:39.000Z0x3c1cf5f8e786820f4ce9f4abc681ada72965c73523716e3f0560f14c4da3f8ec
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.MerklGaugeFactory_GaugeCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair03_Approval_event

ERC-20 token approval events for a Thruster V1 liquidity pair on Blast, recording owner authorizations for spenders to transfer LP tokens. Useful for tracking liquidity provider permissions and automated market maker (AMM) interaction 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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_spenderSTRINGAddress authorized to spend tokens on behalf of the owner. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
addressremovedin_ownerin_valuelog_indexin_spenderblock_numberblock_timestamptransaction_hash
0x12c69bfa3fb3cba75a1defa6e976b87e233fc7dffalse0x8034b01555487c26d4e21f4e33b7a30fbc90d181244820853299366229340x98994a9a7a2570367554589189dc9772241650f6110926862024-11-07T15:59:47.000Z0x975366e4fe9a31d7fc478091b13b0d506f17173bd84a5a23130ac9eea4212114
0x12c69bfa3fb3cba75a1defa6e976b87e233fc7dffalse0x8034b01555487c26d4e21f4e33b7a30fbc90d1813646209764481657940x98994a9a7a2570367554589189dc9772241650f6111055532024-11-07T23:08:41.000Z0xb0e7c6bd25dcddf7bfbae29294bb99ccd6485cb70ea993b2ae31b5906d6454b4
0x12c69bfa3fb3cba75a1defa6e976b87e233fc7dffalse0xabea63c0967f2f5faf4b262c0104233ab5a56ac866617463077693884863440x98994a9a7a2570367554589189dc9772241650f6110688472024-11-07T02:45:09.000Z0xfab85bef6682bd24153fd7b32fa4b067945011dba1a53ff961dcd4e58fa39ee9
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pair03_Approval_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair03_Burn_event

Liquidity removal events from Thruster V1 decentralized exchange (DEX) pairs on Blast, capturing burned liquidity provider (LP) tokens and withdrawn token amounts. Used to analyze liquidity provider exits and pool depth 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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x576314f851732b208d807260fe19fec7dba3e40c0x4e4b4a3111d128628c427e78a2abad1635fe6542false0x98994a9a7a2570367554589189dc9772241650f687976953874399310445136116218978719161243083982024-06-03T14:56:51.000Z0x7ee5afecf13801b78dcc7f757afb0e5eb5f595f769be2bf475ce9051bc69e2af
0x8034b01555487c26d4e21f4e33b7a30fbc90d1810x12c69bfa3fb3cba75a1defa6e976b87e233fc7dffalse0x98994a9a7a2570367554589189dc9772241650f611710252768284610105055270660762680636242819662024-06-03T00:15:47.000Z0x02f799d30da24f17b55b888af6099eeb420b7790b456594b9533a31fe6cde01d
0x8034b01555487c26d4e21f4e33b7a30fbc90d1810x12c69bfa3fb3cba75a1defa6e976b87e233fc7dffalse0x98994a9a7a2570367554589189dc9772241650f61553383894225654390859513981387725814147542982992024-06-03T09:20:13.000Z0x906e40610fdc58f3418b24ebafe97906d5b4b6c9760f31647bb8a74138adfd6c
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pair03_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair03_ClaimGas_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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pair03_ClaimGas_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair03_ClaimYieldAll_event

Yield claim events from Thruster v1 DEX liquidity pairs on Blast, recording Gas token, WETH (Wrapped Ether), and USDB (Blast USD) rewards distributed to recipients. Used for tracking yield generation and reward distribution patterns across different 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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountWETHSTRINGAmount of WETH (Wrapped Ether) yield claimed from the liquidity pair, denominated in wei (1e18 precision). Returns zero when no WETH yield is available for the claim event.
in_amountUSDBSTRINGAmount of USDB (USD Blast stablecoin) yield claimed from the liquidity pair, denominated in wei (1e-18 USDB). May be zero if only gas or WETH yield was claimed in this event.
in_amountGasSTRINGAmount of native gas token yield claimed from the liquidity pair, denominated in wei. Represents Blast-specific yield accrued to the pair contract that was distributed to the recipient address.
addressremovedlog_indexblock_numberin_amountGasin_recipientin_amountUSDBin_amountWETHblock_timestamptransaction_hash
0x12c69bfa3fb3cba75a1defa6e976b87e233fc7dffalse6228714267850046797358540630x8928e47951de5fc5187f04e241fb692e88601b0e002024-05-01T08:37:47.000Z0x2600fd16988dd6c7d1de4e373ea18fcf96ee88283b5d97270bce9c8bc478ace3
0x4e4b4a3111d128628c427e78a2abad1635fe6542false7128714264492699337119313390x8928e47951de5fc5187f04e241fb692e88601b0e002024-05-01T08:37:47.000Z0x2600fd16988dd6c7d1de4e373ea18fcf96ee88283b5d97270bce9c8bc478ace3
0x4e4b4a3111d128628c427e78a2abad1635fe6542false312871797301981684577920x87c38f456d2a30e2617e4c55a67b22b54cf7a44b071924241364316868732024-05-01T08:50:09.000Z0x4dd9dd8173c29fe3a4e4944b3ebf3069e5f4927855d11581afbde7cc3cc0d33f
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pair03_ClaimYieldAll_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair03_Mint_event

Liquidity provision events for a specific Thruster V1 trading pair on Blast, recording token amounts added to the pool by liquidity providers. Used for tracking liquidity depth changes and LP activity for this pair contract.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x12c69bfa3fb3cba75a1defa6e976b87e233fc7dffalse0x98994a9a7a2570367554589189dc9772241650f696152099942784245490244848958174590054623862024-06-30T08:03:07.000Z0x5b96cdffbb83dfe7c3b2872bdaa1cbe90ca71e1d769ccdec98967477f605ed65
0x12c69bfa3fb3cba75a1defa6e976b87e233fc7dffalse0x98994a9a7a2570367554589189dc9772241650f62999849784916393390229142884203254554853372024-06-30T20:48:09.000Z0x455c72ebd74a98045d4cb2a5e9d8bd1a5b7549bbbefca7762eaea1e6d3e9419a
0x12c69bfa3fb3cba75a1defa6e976b87e233fc7dffalse0x98994a9a7a2570367554589189dc9772241650f6207983966711286611569235151869739758954773042024-06-30T16:20:23.000Z0x8ab4e538ae5c0feed997c88d69998e03d3b73a1e802201591c45e9e17ded445b
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pair03_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair03_Swap_event

Swap events from a Thruster V1 liquidity pair contract on Blast, recording token exchanges with input/output amounts for both token0 and token1. Used to track trading activity, price movements, and liquidity pool utilization for this specific pair.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0InSTRINGAmount of token0 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1InSTRINGAmount of token1 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount0OutSTRINGAmount of token0 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1OutSTRINGAmount of token1 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexblock_numberin_amount0Inin_amount1Inin_amount0Outin_amount1Outblock_timestamptransaction_hash
0x948d6128fa998ec864f38f065a3638e49ddb165a0x0e9309f32881899f6d4ac2711c6e21367a84ca26false0x948d6128fa998ec864f38f065a3638e49ddb165a1524435900168097720486413834650321415995719680002024-04-21T10:56:35.000Z0xe1c1550d0a4e475349f218f738424a04742cb50c55534490079b65fcd84dd8c0
0xbc8a7a845cc7a8246eb34856afe6f1a3d62bd9c60x0e9309f32881899f6d4ac2711c6e21367a84ca26false0x98994a9a7a2570367554589189dc9772241650f636245013502395368312368118383745765708584562402024-04-21T14:34:45.000Z0xda7099ce0d1aeb02f5fb5c517ff9ab9d496a500ec5583e5dfb9a5a59c190479c
0x948d6128fa998ec864f38f065a3638e49ddb165a0x0e9309f32881899f6d4ac2711c6e21367a84ca26false0x948d6128fa998ec864f38f065a3638e49ddb165a1524414070172801464634577204020330866057281536002024-04-21T09:43:49.000Z0xb52e91ddb678e3eb4dffd92313c770a6915e7a81fa4e84d4dbbaa4b518c6cd3d
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pair03_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair03_Sync_event

Sync events from Thruster V1 decentralized exchange (DEX) liquidity pairs on Blast, recording reserve balance updates for token0 and token1 after each swap or liquidity operation. Used to track pool state changes and calculate real-time exchange rates 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_reserve0STRINGReserve amount of the first token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
in_reserve1STRINGReserve amount of the second token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
addressremovedlog_indexin_reserve0in_reserve1block_numberblock_timestamptransaction_hash
0x9713899b7de8be42c95e478ac02026ae556cfb5efalse256561471961842920344495751703631210362958142232602024-06-01T15:38:55.000Z0x2d3d97d63a5bc4b9fe2006c501358368ab322115ba77c0bbef43a67eaf126a4d
0x254b286ae84432f4cdcf41851627a2dd4d8a9894false2565867656559304678629132760352759429500074879025142201242024-06-01T13:54:23.000Z0x0ab00ff755880ac4becc2570e073abc0e7422a2c428cf80e7800323988131fff
0x5e12b6bc8cf96b6bc80e532c53c6e41f16bb2f21false2561552578055891306937093894611454723221132350841142338512024-06-01T21:31:57.000Z0x50de6d729dbd93bdd4149f3ee24312fee3dc550ba8a9a1b0e739bc97f5baf226
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pair03_Sync_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair03_Transfer_event

ERC-20 token transfer events for a Thruster V1 liquidity pool pair contract on Blast, including LP token mints (from zero address) and burns (to zero address). Useful for tracking liquidity provision, removal, and LP token movements across different addresses.
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_toaddressin_fromremovedin_valuelog_indexblock_numberblock_timestamptransaction_hash
0xe63153c3360aca0f4e7ca7a1fc61c2215faef5a10x12c69bfa3fb3cba75a1defa6e976b87e233fc7df0xb757df95d845f8deb8b4ddafe74fd54ad2b377a3false14366252426220003306682835612024-09-03T15:22:17.000Z0x5060369be13c5327711f88e134b9071a9a4a928e71f36413a6a7431277809919
0x31dd65f845592199d5949ef1ce15d10891244adb0x12c69bfa3fb3cba75a1defa6e976b87e233fc7df0xe63153c3360aca0f4e7ca7a1fc61c2215faef5a1false14366252426220003306882835612024-09-03T15:22:17.000Z0x5060369be13c5327711f88e134b9071a9a4a928e71f36413a6a7431277809919
0x99304d25d7c72979d67b4ee3851e4cff3e53e1660x12c69bfa3fb3cba75a1defa6e976b87e233fc7df0x0000000000000000000000000000000000000000false2476654127969360322782915942024-09-03T19:50:03.000Z0xaef6a6fc5cecf5a18bc1a325e758ea0dcd3971d4abf8128026df6a0d4e6f7378
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pair03_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair1_Approval_event

ERC-20 token approval events from Thruster V1 DEX (decentralized exchange) liquidity pool pairs on Blast, recording owner-spender allowance grants for LP (liquidity provider) tokens. Used for tracking liquidity position management and router contract permissions.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_spenderSTRINGAddress authorized to spend tokens on behalf of the owner. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
addressremovedin_ownerin_valuelog_indexin_spenderblock_numberblock_timestamptransaction_hash
0x0f02580e21a0e8241add50e56e1cbc72aa33b4a7false0xde4c365e5133fcb527e8a9693cbbe622ffbef40b5577559786456972927110x44889b52b71e60de6ed7de82e2939fcc52fb2b4e73395212024-08-12T18:54:17.000Z0x28512cf5132855f1e05dff78042b72239f7bd22fc617f54c61b6e7369396e2ff
0xb4e6d3178d34d2f8477b54c56a1b5ba7f050574afalse0x28ead95628610b4ee91408cfe1c225c71ab6e7a8115792089237316195423570985008687907853269984665640564039457584007913129639110x44889b52b71e60de6ed7de82e2939fcc52fb2b4e22153922024-04-16T04:09:59.000Z0xfe3cdf19617d49b889d5c3da93867decd373ba8fb44f9d269ac619cf4bbe6886
0xd501300075ce211fd79fb74a5267075a5fbcda99false0x1c7d33d5e05659f809e88a84db193c76c44d88f1115792089237316195423570985008687907853269984665640564039457584007913129639330x44889b52b71e60de6ed7de82e2939fcc52fb2b4e22217602024-04-16T07:42:15.000Z0x14dcade1bff3f5b2c3fd1fb9ba814ae1a1cbf33bfc43f9aa949f67a5942ec711
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pair1_Approval_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair1_Burn_event

Liquidity removal events from Thruster V1 DEX (decentralized exchange) pairs on Blast, recording when liquidity providers burn LP tokens to withdraw their pooled token0 and token1 amounts. Used to track liquidity withdrawals, pool depth changes, and LP position 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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x44889b52b71e60de6ed7de82e2939fcc52fb2b4e0x09c7cb836831acd899be841c7278b3cbbed2d6c8false0x44889b52b71e60de6ed7de82e2939fcc52fb2b4e82704611396295564383157566859937702389435196922024-03-07T22:06:39.000Z0xd41ac153a74d78234b4b3c03bfefc979e2594a1fe7da5d64097e7c50ed860d68
0x44889b52b71e60de6ed7de82e2939fcc52fb2b4e0x801792108703cae91f4d435bc61565f25680fbb0false0x44889b52b71e60de6ed7de82e2939fcc52fb2b4e112454647545769130363111357871102932096766413374918272024-03-07T06:37:49.000Z0xc080409b3263a4b4c3edc42fc21291779c64ee22be8749f196adcf4654a74a87
0x44889b52b71e60de6ed7de82e2939fcc52fb2b4e0x801792108703cae91f4d435bc61565f25680fbb0false0x44889b52b71e60de6ed7de82e2939fcc52fb2b4e8163643169717942024207571914068621397844275574915162024-03-07T06:27:27.000Z0x5cd4c6c65618ef4ed1ec9565ade8d36c618f3c53d83153ca6c18e1e8df27101d
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pair1_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair1_ClaimGas_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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pair1_ClaimGas_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair1_ClaimYieldAll_event

Yield claim events from Thruster V1 liquidity pairs on Blast, capturing gas rebate distributions (WETH, USDB, and native gas) to recipients from individual pair contracts. Used for tracking Blast’s unique yield-generating mechanics and analyzing protocol revenue distribution to liquidity providers.
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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountWETHSTRINGAmount of WETH (Wrapped ETH) yield claimed in this event, denominated in wei (smallest unit, 10^-18 WETH). Value is zero in all sample events, indicating no WETH yield was claimed in these instances.
in_amountUSDBSTRINGAmount of USDB (USD Blast stablecoin) yield claimed in this event, denominated in the token’s smallest unit (wei-equivalent). Value is zero in sample data, indicating Gas and WETH yields are more commonly claimed on Thruster.
in_amountGasSTRINGClaimed gas yield amount in wei-denominated units from the Thruster V1 liquidity pair on Blast. Sample values show typical gas yield claims ranging from small amounts to over 1.7 ETH equivalent.
addressremovedlog_indexblock_numberin_amountGasin_recipientin_amountUSDBin_amountWETHblock_timestamptransaction_hash
0xd501300075ce211fd79fb74a5267075a5fbcda99false1103531731138190876277518990xbd84b689f7b1c335f7f643c844a77ee5f09108d8002024-05-16T15:27:57.000Z0x0e4ec24759d71199c291cd114aab63ba88d00275727a5c78b2ec6c20ab63bc56
0x7834d4dfb06974262435493d0a167384774a271efalse333353173172910001901340980xbd84b689f7b1c335f7f643c844a77ee5f09108d8002024-05-16T15:27:57.000Z0x0e4ec24759d71199c291cd114aab63ba88d00275727a5c78b2ec6c20ab63bc56
0x713ea4a158dc5bcb451beeb13c000698a12f9720false556353173117539013280652717500xbd84b689f7b1c335f7f643c844a77ee5f09108d8002024-05-16T15:27:57.000Z0x0e4ec24759d71199c291cd114aab63ba88d00275727a5c78b2ec6c20ab63bc56
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pair1_ClaimYieldAll_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair1_Mint_event

Liquidity provision events from Thruster V1 decentralized exchange (DEX) pairs on Blast, recording token amounts deposited when minting LP (liquidity provider) tokens. Used to track liquidity additions and capital deployment 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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0xc4478cb8c5031fa222e6919b5c1c810be2dcafdffalse0x44889b52b71e60de6ed7de82e2939fcc52fb2b4e2214175125780584481528984169712756245839260037902024-07-12T20:49:55.000Z0x2cbf4f2b9dbfc046e7afc2a756b24adb9436feabab4805942a6028d78cbdf47a
0x22d36da4a833360a348969349a027cddfbfea2b7false0x44889b52b71e60de6ed7de82e2939fcc52fb2b4e223499999999999999917770234724763501361466759992212024-07-12T18:17:37.000Z0x2102f033e1cafdb104c316052b03fad848d1c1bbe42ec90331eb9661bdc702c6
0x8c8515b75c5cb81a438578b1b1501ef3a7906a90false0x44889b52b71e60de6ed7de82e2939fcc52fb2b4e274281466616420533594152379458124430301927852502760072412024-07-12T22:44:57.000Z0x958b33a48e65a0ecdf1da5620f7e5772febe8e0ba55b586f997416461ee2b703
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pair1_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair1_Swap_event

Swap events from Thruster V1 decentralized exchange (DEX) liquidity pairs on Blast, recording token exchanges with input/output amounts, sender addresses, and recipient details. Used for analyzing trading volume, price impact, and liquidity pool activity across DEX 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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0InSTRINGAmount of token0 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1InSTRINGAmount of token1 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount0OutSTRINGAmount of token0 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1OutSTRINGAmount of token1 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexblock_numberin_amount0Inin_amount1Inin_amount0Outin_amount1Outblock_timestamptransaction_hash
0x335440b7c22ebb1de1f9c2ab866efc8a9befac0e0x0f02580e21a0e8241add50e56e1cbc72aa33b4a7false0x335440b7c22ebb1de1f9c2ab866efc8a9befac0e26105193450168278259649860795124638435023737135702024-10-25T09:28:25.000Z0xc2f0e27c1d679e41fce256c98ba67526cc21b48b100c8d26e0d7a4a4be191ab2
0x335440b7c22ebb1de1f9c2ab866efc8a9befac0e0x144f33805779f07afc76f7eca76ffc4b5f7c6d45false0x335440b7c22ebb1de1f9c2ab866efc8a9befac0e1431052938006446441224285411092132046080358742653425902024-10-25T15:02:55.000Z0xada89a5c00da0a40258ec74e3bd4b4fd0f724c2bb7e09c77fda3155f5628a23d
0x3fc57948aa5ab838e1a1053b05324ee21661931c0x35a5f5d3cafbb12d7aad2c85a136b6d2334c635efalse0x44889b52b71e60de6ed7de82e2939fcc52fb2b4e2910516312011136739370481597372628726287262874544902024-10-25T07:47:19.000Z0x666c5c83f2c9b4d18a3b8eca1e17bcce628eb1fa0250142528d1b1b425c2806f
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pair1_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair1_Sync_event

Reserve balance snapshots from Thruster V1 DEX liquidity pools on Blast, emitted on each swap or liquidity change. Enables tracking of pool composition, price movements, and total value locked (TVL) 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_reserve0STRINGReserve amount of the first token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
in_reserve1STRINGReserve amount of the second token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
addressremovedlog_indexin_reserve0in_reserve1block_numberblock_timestamptransaction_hash
0xdcd43f64b2bb3dcac9502b93f5a15dca3a0f3767false772128821757501370732048635037532472024-05-21T18:31:49.000Z0x267878dd9e64dcb654dc54eb3f5c1e9cf06fcfc0861808d78746886dad43593b
0xdcd43f64b2bb3dcac9502b93f5a15dca3a0f3767false1374152314522068492075437463502024-05-21T14:41:55.000Z0xd79897d8e79d0d17470da2ed6701479809095059f9c8869c1b73732b41712556
0xdcd43f64b2bb3dcac9502b93f5a15dca3a0f3767false1302680316430265363401337383872024-05-21T10:16:29.000Z0x556bed3e8bf394a4716660f2e2ed2619e5ee1a85028f9bc734d0a56203a16d62
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pair1_Sync_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair1_Transfer_event

LP token transfer events from Thruster V1 liquidity pairs on Blast, including mints (from zero address), burns (to zero address), and transfers between addresses. Used for tracking liquidity provision, withdrawal, and LP position changes in the DEX.
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_toaddressin_fromremovedin_valuelog_indexblock_numberblock_timestamptransaction_hash
0x99304d25d7c72979d67b4ee3851e4cff3e53e1660x0f02580e21a0e8241add50e56e1cbc72aa33b4a70x0000000000000000000000000000000000000000false17829485231254980351629101512024-05-02T06:08:37.000Z0xced2973770dc8c2808dd652bf0c7cbd6d6f826b0b06310e8f8a36bce4b0b6072
0x00000000000000000000000000000000000000000x0f02580e21a0e8241add50e56e1cbc72aa33b4a70x0f02580e21a0e8241add50e56e1cbc72aa33b4a7false100983008815671377491829101512024-05-02T06:08:37.000Z0xced2973770dc8c2808dd652bf0c7cbd6d6f826b0b06310e8f8a36bce4b0b6072
0x0f02580e21a0e8241add50e56e1cbc72aa33b4a70x0f02580e21a0e8241add50e56e1cbc72aa33b4a70x28d95d037335f37eb6fad447a1348608eb999000false100983008815671377491429101512024-05-02T06:08:37.000Z0xced2973770dc8c2808dd652bf0c7cbd6d6f826b0b06310e8f8a36bce4b0b6072
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pair1_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Burn_event

Liquidity removal events from concentrated liquidity pools recording withdrawn token amounts and position tick ranges. Contains owner address, liquidity amount burned, token amounts withdrawn (amount0/amount1), and tick boundaries for tracking position liquidations and TVL 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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. 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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_ownerin_amountlog_indexin_amount0in_amount1block_numberin_tickLowerin_tickUpperblock_timestamptransaction_hash
0x96a33ab393a65b08c6b6dc71751d98786027a0d6false0x434575eaea081b735c985fa9bf63cd7b87e227f938372586518708479123967147161173899653297998742650875716424984110172-60002024-05-30T00:49:19.000Z0xdeebfa6b6e8ea85a3da0df045f9538d2794a67f6bf422d387430beb198dc3f77
0x9649ab08123c2709ea93ccfee83cf827e02775eafalse0x434575eaea081b735c985fa9bf63cd7b87e227f9329690310664407168288260963176593210230152076442965784149911-198002024-05-30T22:53:57.000Z0xac44d1ba324b860cbd85c560970504195f903f523b227f4dc10c0e1da94cd99b
0x1d42751ce4f28f58e7b757a586615a0cf31566dffalse0x434575eaea081b735c985fa9bf63cd7b87e227f9918612492984563682299065631400309490393101354540950524115326-108002024-05-30T03:41:07.000Z0xecd3ce1c787235754304ec29346e5cda0197f82573930f3d919b41c9df45d765
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pool_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_ClaimYieldAll_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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountETHSTRING-
in_amountWETHSTRING-
in_amountUSDBSTRING-
in_amountGasSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pool_ClaimYieldAll_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Collect_event

Concentrated liquidity position fee collection events from Uniswap V3 compatible decentralized exchanges. Records position owner, recipient, collected token amounts, and tick range boundaries for tracking earned trading fees and position management 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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. 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_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_ownerlog_indexin_amount0in_amount1block_numberin_recipientin_tickLowerin_tickUpperblock_timestamptransaction_hash
0x07cfc4c8779d3ab4d6103b3e04f4d719656e81f2false0x434575eaea081b735c985fa9bf63cd7b87e227f9254018566026775752167152983426111183616118397123370xa3f2463bfb45903df1cd74bf6d9998be9128f7b2-8872008872002024-10-06T17:08:09.000Z0x82922474bb70b20e04be502517854bd82008c57c01490e5ffb8c745de302f0c1
0x07cfc4c8779d3ab4d6103b3e04f4d719656e81f2false0x434575eaea081b735c985fa9bf63cd7b87e227f9107813110068097870601298144580142106302710097123530xa3f2463bfb45903df1cd74bf6d9998be9128f7b2-8872008872002024-10-06T17:08:41.000Z0x70575143da6019b5b624156f9ad0be4f3b80063f45f0078fc10ba5169beb041b
0x1834e4325f9e0300be3abb1ee1f19c26f4de6ea2false0x434575eaea081b735c985fa9bf63cd7b87e227f916409974669458244771691021881784659674851897107180x984ff362c105cd8fa55d816ddefdd5889710bcec-99000-229802024-10-06T16:14:11.000Z0x073b611a31be1b235bf62aba364765e622f650c6057bf7e0a3dd99765331eed5
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pool_Collect_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_CollectProtocol_event

Protocol fee collection events from concentrated liquidity pools, recording fees withdrawn by the protocol from trading activity. Contains token amounts collected (amount0, amount1), sender address initiating the collection, and recipient address receiving the fees.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_senderlog_indexin_amount0in_amount1block_numberin_recipientblock_timestamptransaction_hash
0xb88e12ac0d0d327f7c60f219c03f8446c5d4e6a9false0x3b143ca171194c97183ef51b0d56554aa68d0588802257162850895276514035938761931182464950x6e02c0cbb362835bf74c9567a2aeb7a3d6b921c52025-04-22T06:20:05.000Z0xdcc8fb5fb94fc2a136477ae3be0e317a9aeea54c0ccbbda013fafb5e34e95798
0x5fa8702d9987b9da17002c0eb31b3a29d4a4ec2ffalse0x3b143ca171194c97183ef51b0d56554aa68d05887402000311312471277272182464950x6e02c0cbb362835bf74c9567a2aeb7a3d6b921c52025-04-22T06:20:05.000Z0xdcc8fb5fb94fc2a136477ae3be0e317a9aeea54c0ccbbda013fafb5e34e95798
0x9076204c71aad67b904f979552f07c4ba6025bfffalse0x3b143ca171194c97183ef51b0d56554aa68d05888380215880927310403675389509263971850444182464950x6e02c0cbb362835bf74c9567a2aeb7a3d6b921c52025-04-22T06:20:05.000Z0xdcc8fb5fb94fc2a136477ae3be0e317a9aeea54c0ccbbda013fafb5e34e95798
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pool_CollectProtocol_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Flash_event

Flash loan events from liquidity pools recording borrowed amounts and repayment fees for both tokens in the pair. Tracks sender, recipient, borrowed quantities, and actual fees paid for arbitrage and liquidation 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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_paid0STRINGAmount of token0 paid as flash loan fee. Numeric string representation of token quantity in smallest denomination.
in_paid1STRINGAmount of token1 paid as flash loan fee. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pool_Flash_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_IncreaseObservationCardinalityNext_event

Uniswap V3 pool event emitted when the observation array cardinality limit is increased, recording the old and new maximum number of price observations the pool can store. Used for tracking oracle capacity expansions that enable longer time-weighted average price (TWAP) calculations.
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_observationCardinalityNextOldSTRINGPrevious maximum number of price observations the Uniswap V3 pool could store before the increase. String-encoded integer value representing the cardinality limit prior to the update.
in_observationCardinalityNextNewSTRINGUpdated maximum number of price observations the Uniswap V3 pool can store. String-encoded integer value representing the new cardinality limit after the increase.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_observationCardinalityNextNewin_observationCardinalityNextOld
0x4cc9959ae7a4d380c1100b271bc63d9961ca162ffalse1319412552024-04-09T19:52:05.000Z0x7fe4070b2328c2a81e516b5c088689da1a213af950c02d3a06ec31c1c50c24cd1001
0x7573ab0e80f8b264f6bc2ac37401f0adbe491759false2419412952024-04-09T19:53:25.000Z0x7a03ae30f66c0c9de1c978656498b11ab8cf53eec760632134e6ce9e65716a271001
0xecb1c17a51d782ac2757e2ab568d159854b9b4bdfalse719412152024-04-09T19:50:45.000Z0x9ceefb022dfdbbec9128fcfaa56efaa94529d290fcd69076d82d7319df4597211001
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pool_IncreaseObservationCardinalityNext_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Initialize_event

Concentrated liquidity pool initialization event emitted when a pool contract is first created and seeded with a starting price. Records the initial sqrtPriceX96 (square root price encoded as Q64.96 fixed-point) and tick index that define the pool’s starting exchange rate between token0 and token1.
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_sqrtPriceX96STRINGSquare root of the price ratio between token1 and token0 encoded as a Q64.96 fixed-point number. Numeric string representation used in concentrated liquidity automated market makers.
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.
addressin_tickremovedlog_indexblock_numberblock_timestampin_sqrtPriceX96transaction_hash
0xf01ba449ce34b6be5151264445c99a7b23f3517c-458212false134180332024-03-05T13:38:01.000Z89010203074852232120x48d82f069c60e7243ea564d5e3df5584acbc704e17e074cab8d7ea6d05602f3f
0x694078f516d83d0153e4238f0ff070d0e133d585-200312false104092892024-03-05T08:46:33.000Z35431911422859140023192620x544dec138d0737a6a6432d063532aeec44edddff6885df859567de509d4baecf
0x324adce98e29e6d565d540dff2a6dd52f0f134d9-169457false253940732024-03-05T00:19:21.000Z165713092329194236092305080x99573eee44dcd28a4483e866905a90768bb37a83372a50f5edbd1fa349a054a3
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pool_Initialize_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Mint_event

Liquidity provision events emitted when liquidity providers add tokens to concentrated liquidity pools. Records deposited token amounts, tick ranges, liquidity shares, and position owner for DEX pool analytics.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. 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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_ownerin_amountin_senderlog_indexin_amount0in_amount1block_numberin_tickLowerin_tickUpperblock_timestamptransaction_hash
0x1d42751ce4f28f58e7b757a586615a0cf31566dffalse0x434575eaea081b735c985fa9bf63cd7b87e227f920077158250482210x434575eaea081b735c985fa9bf63cd7b87e227f9898251610829088898268531132008457489-72012002024-09-07T15:59:53.000Z0x9ced32c260cd1842409048ce9e69fd9cc282c4e493c2a28d48e61892be449b8e
0x1d42751ce4f28f58e7b757a586615a0cf31566dffalse0x434575eaea081b735c985fa9bf63cd7b87e227f9220610147491109720x434575eaea081b735c985fa9bf63cd7b87e227f9710796001150074929870278984073458465191-72012002024-09-07T20:16:37.000Z0xb7ef1b3599efa53beeb4d36b56e4136852910c496228983adf5c24cb088f56f6
0x1d42751ce4f28f58e7b757a586615a0cf31566dffalse0x434575eaea081b735c985fa9bf63cd7b87e227f920352218669043870x434575eaea081b735c985fa9bf63cd7b87e227f9499597674293939910574959913978452415-72012002024-09-07T13:10:45.000Z0x4f45f8b7bb428e0ce724de06d342e0b5027988ca3c7352766ba38c9fdfb4a8e6
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pool_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_SetFeeProtocol_event

Protocol fee configuration change events emitted when liquidity pool fee parameters are updated. Records old and new fee protocol values for both tokens in the pool, tracking governance-initiated fee structure modifications.
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_feeProtocol0OldINT64Previous protocol fee for token0. Integer value representing the fee denominator where the protocol collected 1/x of swap fees before the update.
in_feeProtocol1OldINT64Previous protocol fee for token1. Integer value representing the fee denominator where the protocol collected 1/x of swap fees before the update.
in_feeProtocol0NewINT64New protocol fee for token0. Integer value representing the fee denominator where the protocol collects 1/x of swap fees.
in_feeProtocol1NewINT64New protocol fee for token1. Integer value representing the fee denominator where the protocol collects 1/x of swap fees.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pool_SetFeeProtocol_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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

Pool_Swap_event

Decentralized exchange (DEX) swap execution events recording token exchanges within liquidity pools. Contains sender, recipient, token amounts, liquidity depth, price data (sqrtPriceX96 or tick), and transaction metadata for tracking trading activity and price movements.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_sqrtPriceX96STRINGSquare root of the price ratio between token1 and token0 encoded as a Q64.96 fixed-point number. Numeric string representation used in concentrated liquidity automated market makers.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
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.
addressin_tickremovedin_senderlog_indexin_amount0in_amount1block_numberin_liquidityin_recipientblock_timestampin_sqrtPriceX96transaction_hash
0x458266a76b6c72eec84cc6e5a96abba9c3695fb6-66845false0x04b94b77c6348744024a7b3e70174922ffe4235523-106527456247309594601335144042968750061825724256545896540413398690x04b94b77c6348744024a7b3e70174922ffe423552024-07-17T00:09:19.000Z28018994828813988886915738380xc262921cc8d8a99ea261df214c9cc2c4f5fd692f3f82a74888836f26231081c8
0x16d34eff8e080684315b36201b19dfb4ee4b738e79501false0x04b94b77c6348744024a7b3e70174922ffe423552710652745624730959460-308371927102648892701416182572239642441475096806864020x5eb72fe80612c0490ede9054cbc700aef743aafe2024-07-17T00:09:19.000Z42184516832456007128817592981230xc262921cc8d8a99ea261df214c9cc2c4f5fd692f3f82a74888836f26231081c8
0x32fdf42095aaecfea06f8ec26a361475f3603cb9122104false0x04b94b77c6348744024a7b3e70174922ffe4235520-4883738623373507609805498780220817919979061867876063527073512688785880510x04b94b77c6348744024a7b3e70174922ffe423552024-07-17T02:29:49.000Z354983337270462779606292165592450xd6088764194a1b8724ef450adc9deaacec035ba0791df4670e99d8129601fcdd
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.Pool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThrusterFactory03_ClaimGas_event

Gas claim events from Thruster DEX factory contract on Blast L2, recording when users claim accumulated gas rebates with recipient addresses and claimed amounts. Used for analyzing Blast’s native gas rebate distribution and protocol fee revenue sharing.
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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberin_recipientblock_timestamptransaction_hash
0xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa13false61427639263060208220281455580xbd84b689f7b1c335f7f643c844a77ee5f09108d82024-08-31T10:42:11.000Z0xdb1f04e77e8e5c10e961b7aeb2c817e79a7ec18d1b21872b7d8d8752755a317a
0xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa13false12209955202560782344103817530x2a9d4fbc2142434ed6565e6174e23b599dbac3b12024-10-22T05:02:01.000Z0x7a2733779cbe10e50d4a0a7aa0a9478621c65e49b46ddc9452e891b9fdad3055
0xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa13false2663266221120434708751667970xbd84b689f7b1c335f7f643c844a77ee5f09108d82024-06-23T11:50:09.000Z0xcbe92b70803b775790ce372adb3900518efcfbadaad7c41706b5c3acea8b2d7e
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterFactory03_ClaimGas_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThrusterFactory03_PairCreated_event

Liquidity pool creation events from Thruster DEX (Uniswap V2 fork) on Blast, capturing new trading pair deployments with token addresses and sequential pair identifiers. Used for tracking DEX market expansion and identifying newly launched token 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_token0STRINGContract address of the first token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_token1STRINGContract address of the second token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_anon3STRINGSequential counter tracking the total number of pairs created by the factory contract.
addressin_pairremovedin_anon3in_token0in_token1log_indexblock_numberblock_timestamptransaction_hash
0xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa130x8343ebe3f8773f77aefae3cd4a360a72bcb6cf37false15940x43000000000000000000000000000000000000040x988c819c2e5477900f4a4907ea543f05667d416b10443886812024-06-05T11:32:57.000Z0x66305d63df4f7b6136fc1846f02976d4d5f881148817c84b208a89e829ae7dd7
0xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa130xdde82adbb9042bb4c83688e88849f1028d51b066false15920x43000000000000000000000000000000000000040xb4ebbfa229cd36ca8d84e900be361d4132fd49c05043724322024-06-05T02:31:19.000Z0xe661d452bf8b75a182269f981827f78811d5bb6f3c6361303bfe15cf972619fe
0xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa130xe23dc785d32ba1e4e5955978675689280af21fbcfalse15930x43000000000000000000000000000000000000040xd55edfc79c0d14084260d16f38bda75e28abfb6a6043862592024-06-05T10:12:13.000Z0x35748f1747f9153ecff7cf778305bae70cab00064086c9cba65a6bf93cf0bc6e
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterFactory03_PairCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThrusterFactory03_SetYieldCut_event

Yield distribution parameter changes for Thruster V1 DEX (decentralized exchange) factory contract on Blast L2. Tracks updates to the yield cut percentage that determines how native Blast yield is split between liquidity providers and the protocol.
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_yieldCutSTRINGYield cut parameter value set in the Thruster Factory contract on Blast, representing the percentage or basis points of yield allocated. Based on the sample value of ‘2’, this likely represents a low percentage allocation (2% or 0.02%).
addressremovedlog_indexin_yieldCutblock_numberblock_timestamptransaction_hash
0xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa13false16219576422024-04-10T04:58:19.000Z0x36d7a183a06ddd412610b3ccbbd775994b30306ab01aa509f600d1686177cb40
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterFactory03_SetYieldCut_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThrusterFactory03_SetYieldTo_event

Yield recipient configuration events from Thruster V1 DEX factory contract on Blast, recording changes to the address receiving native yield generated by liquidity pools. Used for tracking yield distribution settings and protocol fee 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_yieldToSTRINGAddress designated to receive yield generated by the factory contract. Can be set to the zero address (0x000…000) to disable yield distribution.
addressremovedlog_indexin_yieldToblock_numberblock_timestamptransaction_hash
0xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa13false150x99304d25d7c72979d67b4ee3851e4cff3e53e16619576422024-04-10T04:58:19.000Z0x36d7a183a06ddd412610b3ccbbd775994b30306ab01aa509f600d1686177cb40
0xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa13false10x0000000000000000000000000000000000000000207888122025-06-20T02:43:59.000Z0xac9693453e29bbe717f4e6b91c8231cad0c11f870e4bd83abf1fcefd9b836390
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterFactory03_SetYieldTo_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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

ThrusterFactory03_Swap_event

Token swap events from Thruster V1 decentralized exchange (DEX) on Blast network. Records individual swaps with input/output amounts, trading pair addresses, and participant addresses for analyzing DEX trading activity and liquidity flows.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0InSTRINGAmount of token0 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1InSTRINGAmount of token1 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount0OutSTRINGAmount of token0 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1OutSTRINGAmount of token1 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressin_pairremovedin_senderlog_indexblock_numberin_amount0Inin_amount1Inin_amount0Outin_amount1Outblock_timestamptransaction_hash
0xbc8a7a845cc7a8246eb34856afe6f1a3d62bd9c60xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa130x0e9309f32881899f6d4ac2711c6e21367a84ca26false0x98994a9a7a2570367554589189dc9772241650f69242784603732148370301703419971444434153546202024-04-21T02:11:47.000Z0x9c37d8d14086c22368016578e4c68e0da8f2301a22ec897733d78bbc4ebc07cb
0x948d6128fa998ec864f38f065a3638e49ddb165a0xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa130x0e9309f32881899f6d4ac2711c6e21367a84ca26false0x948d6128fa998ec864f38f065a3638e49ddb165a1624435900168097720486413834650321415995719680002024-04-21T10:56:35.000Z0xe1c1550d0a4e475349f218f738424a04742cb50c55534490079b65fcd84dd8c0
0xbc8a7a845cc7a8246eb34856afe6f1a3d62bd9c60xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa130x0e9309f32881899f6d4ac2711c6e21367a84ca26false0x98994a9a7a2570367554589189dc9772241650f637245013502395368312368118383745765708584562402024-04-21T14:34:45.000Z0xda7099ce0d1aeb02f5fb5c517ff9ab9d496a500ec5583e5dfb9a5a59c190479c
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterFactory03_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThrusterFactory03_Sync_event

Liquidity pool reserve synchronization events from Thruster V1 decentralized exchange (DEX) on Blast, capturing reserve0 and reserve1 updates for each trading pair after swaps or liquidity changes. Used for tracking pool state changes and analyzing liquidity dynamics across Thruster 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_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_reserve0STRINGReserve amount of the first token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
in_reserve1STRINGReserve amount of the second token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
addressin_pairremovedlog_indexin_reserve0in_reserve1block_numberblock_timestamptransaction_hash
0xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa130xfcb18d115ec808ae02b2fe4502197fc1533c683efalse4080730505780956716213472955285889842472024-09-19T20:38:29.000Z0x7b335c486b17236c24fd683d28186a5fb5c22c8d614231ac87d1be529d1babd4
0xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa130xfcb18d115ec808ae02b2fe4502197fc1533c683efalse4380441858724068232214229529343589810092024-09-19T18:50:33.000Z0x49d57e4805b41686e26a467f5f7e14407cfde8c9016442ba1c8ff6a3e1c96663
0xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa130xfcb18d115ec808ae02b2fe4502197fc1533c683efalse100678103477040550357220623994561189573762024-09-19T05:42:47.000Z0x71284704633befad8bebc78d73668fbdf769dbdd62f08cbae1b5ae962d7390c7
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterFactory03_Sync_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThrusterFactory03_Transfer_event

ERC-20 liquidity pool (LP) token transfer events from Thruster V1 decentralized exchange (DEX) factory contract on Blast. Tracks LP token mints, burns, and transfers between liquidity providers for analyzing pool participation 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_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_toaddressin_fromin_pairremovedin_valuelog_indexblock_numberblock_timestamptransaction_hash
0x372894955a6f02510607e129f8286593ccc5df620xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa130xc3ecadb7a5fab07c72af6bcfbd588b7818c4a40e0x12c69bfa3fb3cba75a1defa6e976b87e233fc7dffalse32164734380347841660703782024-07-14T09:49:31.000Z0xaebef4dbc5a6e1c2a24f85e859842c50b1e618afc85b153fd2eee9a27a64a3fb
0x84483fd26d4348d6fcb683fbc6ce75739d0e23220xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa130xc3ecadb7a5fab07c72af6bcfbd588b7818c4a40e0x12c69bfa3fb3cba75a1defa6e976b87e233fc7dffalse10612650730238844802660856532024-07-14T18:18:41.000Z0x03be3326b757362641a55ca06905bff2138c42d2a60ee4e3335171214f95c5c8
0xb46bbe83db7847b7aca6109351257cd0821c2f110xb4a7d971d0adea1c73198c97d7ab3f9ce4aafa130x00000000000000000000000000000000000000000x12c69bfa3fb3cba75a1defa6e976b87e233fc7dffalse171437021311621431523960804112024-07-14T15:23:57.000Z0x602c3ca1ae07fb9e0c76d14e9ff3eeb43bd2f3ca747f7e4e13424dd02952ce8a
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterFactory03_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThrusterFactory1_ClaimGas_event

Gas claim events from Thruster V1 DEX factory contract on Blast. Records gas fee rebates distributed to recipients, leveraging Blast’s native gas revenue sharing mechanism for protocol participants.
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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberin_recipientblock_timestamptransaction_hash
0x37836821a2c03c171fb1a595767f4a16e2b93fc4false944279857964119718251667970xbd84b689f7b1c335f7f643c844a77ee5f09108d82024-06-23T11:50:09.000Z0xcbe92b70803b775790ce372adb3900518efcfbadaad7c41706b5c3acea8b2d7e
0x37836821a2c03c171fb1a595767f4a16e2b93fc4false338155646634011886110086620x2a9d4fbc2142434ed6565e6174e23b599dbac3b12024-11-05T17:18:59.000Z0x5dc231ae1e05d40dce2249c5c5048b091e5f591fceb1bbca0b0b7d89d723c4f8
0x37836821a2c03c171fb1a595767f4a16e2b93fc4false303739894686694312096926880x2a9d4fbc2142434ed6565e6174e23b599dbac3b12024-10-06T06:13:11.000Z0xd9f3a1361866ee78bcebed079731bcf1256b919050a25780082bb44cb7db3d4a
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterFactory1_ClaimGas_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThrusterFactory1_PairCreated_event

Liquidity pool creation events from Thruster DEX (Decentralized Exchange) v1 factory contract on Blast, recording token pairs, pool addresses, and sequential pair identifiers for tracking new trading pool deployments.
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_token0STRINGContract address of the first token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_token1STRINGContract address of the second token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_anon3STRINGSequential counter tracking the total number of pairs created by the factory contract.
addressin_pairremovedin_anon3in_token0in_token1log_indexblock_numberblock_timestamptransaction_hash
0x37836821a2c03c171fb1a595767f4a16e2b93fc40x9081817fee6a0fd20dccff5d1d9682929a5adc96false2950x1d0dceba1b8a74ff7d273ddaa1901de9d297f9c10x43000000000000000000000000000000000000043647084182024-06-12T21:10:51.000Z0x44ab96a431c925b6239e99038aaaa14b8a3a25dc80f764e178cb95f988fbe81f
0x37836821a2c03c171fb1a595767f4a16e2b93fc40x8cad5cf7ab1675e913c4d35ab9dcdc5418de4010false2340x43000000000000000000000000000000000000030x764933fbad8f5d04ccd088602096655c2ed9879f913772722024-03-27T18:32:39.000Z0xf3e9c14426fc7a53df6402aa4c467d1ace0df6b9d1e47ca9bd244217f80d852d
0x37836821a2c03c171fb1a595767f4a16e2b93fc40x89b91090d5decedb37d742fcf7193bb50989a7a6false2350x43000000000000000000000000000000000000040x818a92bc81aad0053d72ba753fb5bc3d0c5c09236113821422024-03-27T21:14:59.000Z0x3a69e7e2039e5a573bae6d34ddf3169967376bfcdb38dd9476f5cbcabaa346e6
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterFactory1_PairCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThrusterFactory1_SetYieldCut_event

Factory configuration events from Thruster V1 DEX on Blast tracking yield cut parameter changes. Records updates to the protocol’s yield distribution settings with the new yield cut value applied to liquidity pools.
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_yieldCutSTRINGThe percentage of yield allocated to the protocol from liquidity pools, stored as a numeric string. Based on the sample value of ‘2’, this represents a 2% cut of generated yield.
addressremovedlog_indexin_yieldCutblock_numberblock_timestamptransaction_hash
0x37836821a2c03c171fb1a595767f4a16e2b93fc4false18219576422024-04-10T04:58:19.000Z0x36d7a183a06ddd412610b3ccbbd775994b30306ab01aa509f600d1686177cb40
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterFactory1_SetYieldCut_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThrusterFactory1_SetYieldTo_event

Yield recipient configuration events from the Thruster V1 factory contract on Blast, recording changes to the address designated to receive protocol yield. Used for tracking yield distribution setup and protocol fee beneficiary 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_yieldToSTRINGBlast chain address designated to receive yield generated by the Thruster factory contract. Can be set to the zero address (0x000…000) to disable yield collection.
addressremovedlog_indexin_yieldToblock_numberblock_timestamptransaction_hash
0x37836821a2c03c171fb1a595767f4a16e2b93fc4false170x99304d25d7c72979d67b4ee3851e4cff3e53e16619576422024-04-10T04:58:19.000Z0x36d7a183a06ddd412610b3ccbbd775994b30306ab01aa509f600d1686177cb40
0x37836821a2c03c171fb1a595767f4a16e2b93fc4false20x0000000000000000000000000000000000000000207888122025-06-20T02:43:59.000Z0xac9693453e29bbe717f4e6b91c8231cad0c11f870e4bd83abf1fcefd9b836390
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterFactory1_SetYieldTo_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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

ThrusterFactory1_Swap_event

Token swap events from Thruster DEX (Automated Market Maker) on Blast network. Records input/output amounts and trading pair addresses for analyzing exchange activity and liquidity pool performance.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0InSTRINGAmount of token0 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1InSTRINGAmount of token1 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount0OutSTRINGAmount of token0 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1OutSTRINGAmount of token1 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressin_pairremovedin_senderlog_indexblock_numberin_amount0Inin_amount1Inin_amount0Outin_amount1Outblock_timestamptransaction_hash
0x0c04b1316865dada142312165ac39d146e890f740x37836821a2c03c171fb1a595767f4a16e2b93fc40xa9f4fd60150f3c2a8defc1707f8a1b04ea4c0e73false0x0c04b1316865dada142312165ac39d146e890f743282314120940147835828702044923011545155291874908102024-09-02T10:23:59.000Z0xce7b23c12bdc00968297ca9bf9afc973ebed612ca29f7f3b35be8640a8736f24
0x7bba508ace1e31c9a20e2d241554f396ef82d0150x37836821a2c03c171fb1a595767f4a16e2b93fc40x05d941a5cfec19326bbdbeb72cd6eadc6e101555false0x44889b52b71e60de6ed7de82e2939fcc52fb2b4e15822983603184000000000000354225939324069644137402024-09-02T09:31:27.000Z0xb1bb40ce4c6a7a14bca5c585cbde51ae351eafa4f8bf6262b876d76a46b3d4ad
0x28e4ff4dd35bcacb040ad6cfd8283eed459b2e2e0x37836821a2c03c171fb1a595767f4a16e2b93fc40x35a5f5d3cafbb12d7aad2c85a136b6d2334c635efalse0x44889b52b71e60de6ed7de82e2939fcc52fb2b4e178221988099550000000000034027365480087281564502024-09-02T05:09:51.000Z0x5b1cffad5ab8f668d1583c5202f39c976ea495e9ecadb74ac12bcb4d3978b1b8
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterFactory1_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThrusterFactory1_Sync_event

Liquidity pool reserve balance updates from Thruster V1 DEX (decentralized exchange) on Blast, emitted when pool states change due to swaps or liquidity operations. Used for tracking real-time pool composition and calculating price movements 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_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_reserve0STRINGReserve amount of the first token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
in_reserve1STRINGReserve amount of the second token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
addressin_pairremovedlog_indexin_reserve0in_reserve1block_numberblock_timestamptransaction_hash
0x37836821a2c03c171fb1a595767f4a16e2b93fc40x0f02580e21a0e8241add50e56e1cbc72aa33b4a7false258177392077305582996357931253613038523684977687182024-08-22T17:20:51.000Z0x601ee4eacad848501793ec75f0029302b7ea29907e76209fa5b6b65b4fd1eeea
0x37836821a2c03c171fb1a595767f4a16e2b93fc40x0f02580e21a0e8241add50e56e1cbc72aa33b4a7false318248510445197676036302563319841304616843777632662024-08-22T14:19:07.000Z0x3f764a32fbad970a5c7fea10f36a28d9ecbd58519a22d2cc05f4275c2387dafb
0x37836821a2c03c171fb1a595767f4a16e2b93fc40x0f02580e21a0e8241add50e56e1cbc72aa33b4a7false498333150966725206896237907659891372149919677536272024-08-22T08:57:49.000Z0x03751da7cfc82370ef0747cf06e6ddc4364e8abfc3f72949a2756908a7cd142b
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterFactory1_Sync_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThrusterFactory1_Transfer_event

Liquidity pool (LP) token transfer events from Thruster V1 DEX factory on Blast, tracking minting, burning, and transfers of LP tokens between addresses. Used for analyzing liquidity provision activity and LP token flows across Thruster 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_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_toaddressin_fromin_pairremovedin_valuelog_indexblock_numberblock_timestamptransaction_hash
0x0f02580e21a0e8241add50e56e1cbc72aa33b4a70x37836821a2c03c171fb1a595767f4a16e2b93fc40xd32f1644b7a8a4e62d19a5bd8fdd4337b155c3aa0x0f02580e21a0e8241add50e56e1cbc72aa33b4a7false847883384976805123459733462024-03-18T10:08:27.000Z0xeb97b47bc1bd71e640c517a8e40dc1307783cbd7048ea576ff69f16a9c94abad
0x00000000000000000000000000000000000000000x37836821a2c03c171fb1a595767f4a16e2b93fc40x0f02580e21a0e8241add50e56e1cbc72aa33b4a70x0f02580e21a0e8241add50e56e1cbc72aa33b4a7false847883384976805123479733462024-03-18T10:08:27.000Z0xeb97b47bc1bd71e640c517a8e40dc1307783cbd7048ea576ff69f16a9c94abad
0xa42e1debeba42786a4d2b8226927291462271e960x37836821a2c03c171fb1a595767f4a16e2b93fc40x00000000000000000000000000000000000000000x0f02580e21a0e8241add50e56e1cbc72aa33b4a7false47582405075961525612169697912024-03-18T08:09:57.000Z0xc4d0559c8c4a5df871c69f256dd76edbe903a42a08d99bbe1aa67bcb5f0a6a40
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterFactory1_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThrusterPoolFactory_ClaimGas_event

Gas claim events from Thruster V1 DEX pool factory on Blast, tracking when liquidity providers withdraw accumulated gas rebates with recipient addresses and claim amounts in wei.
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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberin_recipientblock_timestamptransaction_hash
0x71b08f13b3c3af35aadeb3949afeb1ded1016127false32202781050739266431017519120xbd84b689f7b1c335f7f643c844a77ee5f09108d82024-04-05T10:40:39.000Z0xdfd96f7afd08b5fb0c9cb1b53fe1bd9aeb6271aa10e38d621c612ef82a2f7257
0x71b08f13b3c3af35aadeb3949afeb1ded1016127false1715589911285997454696926880x2a9d4fbc2142434ed6565e6174e23b599dbac3b12024-10-06T06:13:11.000Z0xd9f3a1361866ee78bcebed079731bcf1256b919050a25780082bb44cb7db3d4a
0x71b08f13b3c3af35aadeb3949afeb1ded1016127false8820346215260846255110086620x2a9d4fbc2142434ed6565e6174e23b599dbac3b12024-11-05T17:18:59.000Z0x5dc231ae1e05d40dce2249c5c5048b091e5f591fceb1bbca0b0b7d89d723c4f8
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterPoolFactory_ClaimGas_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThrusterPoolFactory_FeeAmountEnabled_event

Fee tier configuration events from Thruster V1 DEX factory contract on Blast, recording when new fee levels (0.01% to 1%) and their associated tick spacings are enabled for liquidity pool creation. Used to track available pool configurations and protocol governance 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_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_tickSpacingINT64Minimum price movement increment between adjacent ticks in a concentrated liquidity pool.
in_feeaddressremovedlog_indexblock_numberin_tickSpacingblock_timestamptransaction_hash
5000x71b08f13b3c3af35aadeb3949afeb1ded1016127false2158621102024-02-28T13:30:57.000Z0x9c88195007582abc140d2c10aad94d2383800f5758569b2ffd1abb0d7dc66051
30000x71b08f13b3c3af35aadeb3949afeb1ded1016127false3158621602024-02-28T13:30:57.000Z0x9c88195007582abc140d2c10aad94d2383800f5758569b2ffd1abb0d7dc66051
100000x71b08f13b3c3af35aadeb3949afeb1ded1016127false41586212002024-02-28T13:30:57.000Z0x9c88195007582abc140d2c10aad94d2383800f5758569b2ffd1abb0d7dc66051
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterPoolFactory_FeeAmountEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThrusterPoolFactory_OwnerChanged_event

Ownership transfer events from Thruster V1 DEX pool factory contract on Blast, recording transitions between old and new owner addresses. Useful for tracking protocol governance changes and administrative control transfers.
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_oldOwnerSTRINGAddress of the previous owner before an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
in_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_newOwnerin_oldOwnerblock_numberblock_timestamptransaction_hash
0x71b08f13b3c3af35aadeb3949afeb1ded1016127false00x3b143ca171194c97183ef51b0d56554aa68d05880xd6b64e44aae0938118ad0dae251b859d85351c221586312024-02-28T13:31:17.000Z0x8a5dc792cf676316ccb8925157475b5736c2e303461367e36df168d4b580d256
0x71b08f13b3c3af35aadeb3949afeb1ded1016127false00xd6b64e44aae0938118ad0dae251b859d85351c220x00000000000000000000000000000000000000001586212024-02-28T13:30:57.000Z0x9c88195007582abc140d2c10aad94d2383800f5758569b2ffd1abb0d7dc66051
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterPoolFactory_OwnerChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThrusterPoolFactory_PoolCreated_event

Liquidity pool creation events from Thruster DEX (decentralized exchange) v1 on Blast, capturing new pool deployments with token pairs, fee tiers (0.05%, 0.3%, 1%), and tick spacing configurations. Useful for tracking pool launches and analyzing DEX liquidity structure 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_token0STRINGContract address of the first token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_token1STRINGContract address of the second token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
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_tickSpacingINT64Minimum price movement increment between adjacent ticks in a concentrated liquidity pool.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_feeaddressin_poolremovedin_token0in_token1log_indexblock_numberin_tickSpacingblock_timestamptransaction_hash
30000x71b08f13b3c3af35aadeb3949afeb1ded10161270x306210c082317727332ab2db497f6ffb737d3a6efalse0x04c0599ae5a44757c0af6f9ec3b93da8976c150a0x818a92bc81aad0053d72ba753fb5bc3d0c5c09233645052659602024-06-20T20:25:33.000Z0x5ebef4e2941823d3a546294e7525278de84949ef524fbbb2b7c230edc106b961
30000x71b08f13b3c3af35aadeb3949afeb1ded10161270x16790c5faea4f735a47cdfb293f8e348f0c2109cfalse0x1da40c742f32bbee81694051c0ee07485fc630f60x43000000000000000000000000000000000000031195019910602024-06-20T02:13:55.000Z0x502184b3ca7bb30e59fb8f0483050c47a7c0d87acc1f45732f4c1f461fedf5d7
30000x71b08f13b3c3af35aadeb3949afeb1ded10161270xb8bcfccb4c258b8ff72ad87b0072eb0d912607c2false0x42e12d42b3d6c4a74a88a61063856756ea2db3570x491e6de43b55c8eae702edc263e32339da42f58c2265035339602024-06-20T10:48:13.000Z0x42b8af15907dc1fa7165fe863306304a993d0fcfdfe12c554ae90670d72e4a00
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterPoolFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThrusterPoolFactory_Swap_event

Swap events from Thruster V1 decentralized exchange pools on Blast, capturing token exchanges with amounts, price ticks, and liquidity state. Used for analyzing DEX trading activity, price movements, and liquidity provider performance across Uniswap V3-style concentrated liquidity pools.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_sqrtPriceX96STRINGSquare root of the price ratio between token1 and token0 encoded as a Q64.96 fixed-point number. Numeric string representation used in concentrated liquidity automated market makers.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
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.
addressin_poolin_tickremovedin_senderlog_indexin_amount0in_amount1block_numberin_liquidityin_recipientblock_timestampin_sqrtPriceX96transaction_hash
0x71b08f13b3c3af35aadeb3949afeb1ded10161270x14c5766f8556683af2d8023e389837044794795a119180false0x0000000000005d737fd1a47e86abb3211bdf46e33134662468768855327-201576682227720032724476991770271708177487666737794670x0000000000005d737fd1a47e86abb3211bdf46e32024-08-04T17:42:35.000Z306699526206492779291223058433960x86a6723e3c12c219be514ab6cf8075ebb1d0a1c1987aa1dd8c0512fa24a6dcdb
0x71b08f13b3c3af35aadeb3949afeb1ded10161270x14c5766f8556683af2d8023e389837044794795a118482false0x0000000000005d737fd1a47e86abb3211bdf46e317-93282587412204974130591364323376941415136990841277802947875046986773190x0000000000005d737fd1a47e86abb3211bdf46e32024-08-04T17:11:37.000Z296180532938542390040377780060820x4f3e2550af1d0198d5787c685b00ea8e446ff78f335682f34285df33cbf9c5ed
0x71b08f13b3c3af35aadeb3949afeb1ded10161270x32fdf42095aaecfea06f8ec26a361475f3603cb9124660false0x0000000000005d737fd1a47e86abb3211bdf46e33103152105001717967-2672763307816998778102269661904850496538490837149471600x0000000000005d737fd1a47e86abb3211bdf46e32024-08-04T03:29:55.000Z403372128455097165053723180995480x6a5eb04fc499cfe6b18e6d6344e39a4b401cd4a43d86ef04867bb062f5377e33
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.ThrusterPoolFactory_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TokenDistributor_Claimed_event

Token claim events from Thruster DEX (Decentralized Exchange) v1 on Blast chain, recording when users claim distributed tokens with claimed amounts and claimer addresses. Used for analyzing token distribution patterns and user participation in airdrops or rewards programs.
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_claimerSTRINGAddress of the account initiating the claim 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.
addressremovedin_amountlog_indexin_claimerblock_numberblock_timestamptransaction_hash
0x29903f1e60aea99ac4319e6e7923e0b4bfa7f05efalse1043422092428230860810xd3f781b324d703cbc9d01be45d371b8bed580925100242742024-10-13T22:26:03.000Z0x0bf30cf49ae0c0de4a190b860134cbdccf6e29330383e3262a8e92ae90707736
0x29903f1e60aea99ac4319e6e7923e0b4bfa7f05efalse794778592252830310410x86d870ad86c5a8452a55a3315eae11a1f518934b100020522024-10-13T10:05:19.000Z0xc1e604ebfe715d552acebf36f9bf516566335c8dc3471eae9ac8f8b1d46a513a
0x29903f1e60aea99ac4319e6e7923e0b4bfa7f05efalse218946961244970291210xd0043d6635d1e22de7e187ba60bc2b8bd23fc8db99970082024-10-13T07:17:11.000Z0xdfc129b35aa92de4ba7d055239061c84d13e6f875195c8a77bf55a62dc51dae5
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.TokenDistributor_Claimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TokenDistributor_VeClaimed_event

Vote-escrowed (ve) token claim events from Thruster V1 DEX (decentralized exchange) on Blast, recording when users claim their veTHRUST governance tokens with claimer addresses and claimed amounts.
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_claimerSTRINGAddress of the account initiating the claim 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.
addressremovedin_amountlog_indexin_claimerblock_numberblock_timestamptransaction_hash
0x29903f1e60aea99ac4319e6e7923e0b4bfa7f05efalse4229976727331907993630x8296fab023a4a024222f31f0f71e05fbebf1750c100469932024-10-14T11:03:21.000Z0x178f6b03fec9e26d5921d97c4128625fa8889677893a44c93af8a9d6b9c0c944
0x29903f1e60aea99ac4319e6e7923e0b4bfa7f05efalse2786601419172748083230x96ece6a28e6328119f27cb15539dc5df332aaa51100462652024-10-14T10:39:05.000Z0x577b0440818464edbff36b7e7d5d509909d43269432731c680190bda38c7fcc3
0x29903f1e60aea99ac4319e6e7923e0b4bfa7f05efalse760947448900599910430x11991696f2d5187c7a6436b28ea3bea2ac87b240100593962024-10-14T17:56:47.000Z0x47c55aa7269361d8db7273111497687f8caccbbf9fb3987587b84488bda3e3c4
Query with partition filter
SELECT *
FROM `tt-contracts.thruster_v1_blast.TokenDistributor_VeClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100