Skip to main content

Tables

Factory_createPool_function

Function call data for liquidity pool creation through factory contracts, including token pair addresses, fee tiers, and the resulting pool address. Used for tracking DEX (Decentralized Exchange) pool deployments and factory contract interactions.
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.
valueSTRINGAmount 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__poolIdSTRINGUnique identifier for the Stargate liquidity pool being created. Numeric string assigned to distinguish pools across chains.
in__tokenSTRINGContract address of the token. Hex-encoded, 0x-prefixed, 42-character string.
in__sharedDecimalsINT64Number of decimal places used for the token’s shared representation across chains in Stargate protocol. Integer value standardizing precision for cross-chain transfers.
in__localDecimalsINT64Number of decimal places for the token on the local chain. Integer value indicating precision for amount conversions.
in__nameSTRINGHuman-readable name for the pool, token, or asset being created. String identifier used for display and reference purposes.
in__symbolSTRINGTicker symbol for the liquidity pool token being created. Short string identifier combining token symbols.
out_poolAddressSTRINGContract address of the newly created Stargate liquidity pool. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.stargate_v1_avalanche.Factory_createPool_function`
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountLPSTRINGAmount of liquidity provider (LP) tokens involved in the mint or burn operation. Numeric string representing the quantity of pool-specific LP tokens.
in_amountSDSTRINGAmount of tokens involved in the swap operation, represented in shared decimals (SD). Numeric string denominated in the standard decimal precision used across Stargate pools for cross-chain compatibility.
addressin_fromremovedlog_indexin_amountLPin_amountSDblock_numberblock_timestamptransaction_hash
0x1205f31718499dbf1fca446663b532ef87481fe10x3503d0583b4157ae3b7a5cf895479f4c07a8ae0dfalse2997025997915594361632025-03-29T19:20:24.000Z0xe68e20f8cf15e923bbf88794ef5eeeddfc581fd110fb6e0ab164155bcd5f2bfc
0x1205f31718499dbf1fca446663b532ef87481fe10x25a7ec9fed551870fbdad657eb7a644cdbb84f40false29992561000148594121012025-03-29T07:00:52.000Z0x5581b8bace84cd5458396a58ddd3f44c7413ba222b207b0cfcb3e6c19a3e9838
0x1205f31718499dbf1fca446663b532ef87481fe10xbd8ecc4b5773bda53e138e766bbe009b13eeb2edfalse251172525121821594070412025-03-29T04:17:21.000Z0xc0e97b9bb97393d2de2148859c66a743e484b6b73c688555eda8c25d7adc36b6
Query with partition filter
SELECT *
FROM `tt-contracts.stargate_v1_avalanche.Pool_Burn_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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountLPSTRINGAmount of liquidity provider (LP) tokens involved in the mint or burn operation. Numeric string representing the quantity of pool-specific LP tokens.
in_amountSDSTRINGAmount of tokens involved in the swap operation, represented in shared decimals (SD). Numeric string denominated in the standard decimal precision used across Stargate pools for cross-chain compatibility.
in_mintFeeAmountSDSTRINGFee amount charged for minting liquidity provider tokens, represented in shared decimals (SD). Numeric string denominated in the standard decimal precision used across Stargate pools for cross-chain compatibility.
in_toaddressremovedlog_indexin_amountLPin_amountSDblock_numberblock_timestamptransaction_hashin_mintFeeAmountSD
0x061d30d1594751a2c0f770fafb5180a46fe2c7fd0x1205f31718499dbf1fca446663b532ef87481fe1false21100384574302023-12-01T00:37:37.000Z0x7d60a3d219817f12d3d7bff154d3f5fe0e48e8b6cbe116d356c4a462b54887100
0x02ff309da1477c613f231dbbad48376c53a6d72f0x1205f31718499dbf1fca446663b532ef87481fe1false7086026638609330384855732023-12-01T16:27:58.000Z0x4b11eef73bd0b18d3e547ae75591cc49adc2367a17b0f6f1e2703013b084ca3b0
0x31a11a23c37aff9581bc2afa15d2e56323b8e5b30x1205f31718499dbf1fca446663b532ef87481fe1false1311296878812978838384826982023-12-01T14:50:57.000Z0xe6fb01c80d18f28e1e22eee8929a4c280ac17af2ce134041c960242e76b9d5140
Query with partition filter
SELECT *
FROM `tt-contracts.stargate_v1_avalanche.Pool_Mint_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_chainIdSTRINGBlockchain network identifier for the destination or target chain in a cross-chain operation. Numeric string representing the chain ID as defined in EIP-155.
in_dstPoolIdSTRINGIdentifier for the destination Stargate liquidity pool in a cross-chain swap operation. Numeric string representing the pool ID on the target chain.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSDSTRINGAmount of tokens involved in the swap operation, represented in shared decimals (SD). Numeric string denominated in the standard decimal precision used across Stargate pools for cross-chain compatibility.
in_eqRewardSTRINGReward amount credited for equilibrium rebalancing in the Stargate cross-chain swap operation. Numeric string representation without decimals.
in_eqFeeSTRINGFee charged for equilibrium adjustment in the Stargate cross-chain swap operation. Numeric string representation without decimals.
in_protocolFeeSTRINGFee collected by the protocol from the transaction or operation. Numeric string representation without decimals.
in_lpFeeSTRINGFee collected by liquidity providers from the swap transaction. Numeric string representation without decimals.
addressin_fromremovedin_eqFeein_lpFeelog_indexin_chainIdin_amountSDin_eqRewardblock_numberin_dstPoolIdin_protocolFeeblock_timestamptransaction_hash
0x1205f31718499dbf1fca446663b532ef87481fe10x6a9eb4d69411b7db19888bfd08c7741f6d681fb2false266200010188647275804069121728607402024-01-22T12:12:18.000Z0x3aaddfe51e283996f71e45db50b9b74f4079ba3a6f2ec59d5f6aba756a8d951d
0x29e38769f23701a2e4a8ef0492e19da4604be62c0x4d1cdc931e2fe30894d4bff401cc26ef91775d0ffalse253700102845488320407091532482212024-01-22T22:22:09.000Z0x53c39edd7548d08c14326ee4e20ea913d44eb6c5be446ee2c6c9736c48b1e24f
0x29e38769f23701a2e4a8ef0492e19da4604be62c0xdbdc8b37da1c5429668e511a9e4f3a9b629c0243false59800102199377810406751082113702024-01-22T03:04:09.000Z0xe7b1847552d2f30393a1e1bdf251ae14e429151db3de3a91f9debf825f846550
Query with partition filter
SELECT *
FROM `tt-contracts.stargate_v1_avalanche.Pool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StargateToken_SendToChain_event

Cross-chain token transfer events from Stargate protocol capturing outbound transactions to destination blockchains via LayerZero. Records sender address, recipient address, token quantity, and destination chain identifier for tracking omnichain liquidity 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_dstChainIdSTRINGDestination chain identifier for cross-chain operations. String-encoded integer representing the target blockchain in LayerZero’s chain ID system.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_qtySTRINGQuantity of liquidity tokens being minted or burned in the operation. String-encoded integer representing the change in position size.
in_toin_qtyaddressremovedlog_indexblock_numberin_dstChainIdblock_timestamptransaction_hash
0xcc9c693f6db3d7be87762825d6d725c1d5f8ce6158337209009388033680x2f6f07cdcf3588944bf4c42ac74ff24bf56e7590false6514361551022024-10-06T13:09:08.000Z0x6dda977475ede81ffd35734a816422ecd9c980691155d0a449b946a7b18586ca
0xd86ca179eef99bc53e053942cbd242e1e3b62c1950809542732157836700x2f6f07cdcf3588944bf4c42ac74ff24bf56e7590false14514334221022024-10-06T11:33:12.000Z0x1098da204134c0b1a2c45a4d2a2132321374046535770b2ad43e49e906503550
0x7dd927f52beb6fc1a044274ad12c353ca2efddfe220000000000000000000x2f6f07cdcf3588944bf4c42ac74ff24bf56e7590false7514358151832024-10-06T12:57:30.000Z0x07448f69c17a696e51140b0c35d68f875df741e7bac003152a7d63bddd80aac4
Query with partition filter
SELECT *
FROM `tt-contracts.stargate_v1_avalanche.StargateToken_SendToChain_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StargateToken_Transfer_event

ERC-20 Transfer events emitted by Stargate token contracts. Records token movements between addresses including mints (from zero address) and burns (to zero address) for cross-chain liquidity management and staking operations.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_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
0x00000000000000000000000000000000000000000x2f6f07cdcf3588944bf4c42ac74ff24bf56e75900x278624e59041c9df619e5935ba141094a332161ffalse133451276485567595070324157812023-07-10T09:21:55.000Z0x352edb4b1ac094b6d39cdbac6be76bd8f8d1a743f04de95507c6d630c463cb5a
0xca0f57d295bbce554da2c07b005b7d6565a58fce0x2f6f07cdcf3588944bf4c42ac74ff24bf56e75900xecf467274d2e8b29c5b1dd2fd88f64cca5407a6dfalse1794568690432863940324254612023-07-10T14:50:10.000Z0x446931ea600c83622213775b98f4e854e090333396e15524c72d68028f3c1dad
0x00000000000000000000000000000000000000000x2f6f07cdcf3588944bf4c42ac74ff24bf56e75900xe46366aa8ccdd501745a52d432a68d8463d6cde5false1000000000000000000324386162023-07-10T22:13:47.000Z0xe53954811e3d3e354a105db44b3841882ecff4572cf5a0945f7c4dbc5a36ad74
Query with partition filter
SELECT *
FROM `tt-contracts.stargate_v1_avalanche.StargateToken_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100