Skip to main content

Tables

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
0xc647ce76ec30033aa319d472ae9f4462068f2ad70x1c180075ef61ba11c027cf0d709ee570f9a7cbf6false761904743046190474304766492042024-03-03T05:28:10.000Z0x18915cdf651bef798aeff04a6356af28095335669a6c30103dd9c94b33b282af
0xc647ce76ec30033aa319d472ae9f4462068f2ad70x36e7e8fc9552d4f1590c0f3978e0386c8ca72969false183200800000200800000766545982024-03-03T10:39:38.000Z0x8fd7a655ec4cb5bf7ae70231f1cdbcde49712f506b450a183b7477c7cbd17bad
0xc647ce76ec30033aa319d472ae9f4462068f2ad70x3baa16325f0014e1dfd2e33a4fe1fd3e510159affalse113982744721398274472766547952024-03-03T10:52:40.000Z0xff1c118454bcb541a05c6f0bb551b3cbd7de45f26b183e4e7c889f5ed6e74f56
Query with partition filter
SELECT *
FROM `tt-contracts.stargate_v1_fantom.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
0x77ac6a6d7d81d5992b20f567904229c2556faf7b0xc647ce76ec30033aa319d472ae9f4462068f2ad7false3300000300000977383272024-11-19T14:08:01.000Z0x5514c21cb4b907a47293653182cb0911d9975859ccf2cfeb7002787e1cfbda940
0xf32be088eef49ea0fe9841c3a08592e606d0b65b0xc647ce76ec30033aa319d472ae9f4462068f2ad7false21000010000770886092024-03-10T19:49:00.000Z0xd3142dbf037afe0244dd322ba8123452b980075ac0bac1e3d260529f9d25fe580
0x5094086cb7f12bceb2639549f4691f856cd422bc0xc647ce76ec30033aa319d472ae9f4462068f2ad7false2103854786103854786770530122024-03-10T01:51:31.000Z0x552139a6448d2c1d74723f5ac7a3623511c74dcbb516b4cc5af8918d3f4ae5310
Query with partition filter
SELECT *
FROM `tt-contracts.stargate_v1_fantom.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
0xc647ce76ec30033aa319d472ae9f4462068f2ad70x162f4635222abbf76d25f6e02bb76ef21b246041false163235514601065125325501014853531463212024-12-30T10:38:31.000Z0xc66bc946396d3da77618a594eb3e0c9cc4f894588734e85c1ac59969f269838f
0xc647ce76ec30033aa319d472ae9f4462068f2ad70x68b2ca416a9109c9aa5221079ab64d2921410c61false4805841517341106151104082010148508611365622024-12-30T10:33:18.000Z0xa32d4995e490f16345b944e3baf1958430f2b75c154566ecc7edc6be85637670
0xc647ce76ec30033aa319d472ae9f4462068f2ad70x0dd1aa0fb1ca21af1f0a7da0b54339fac617c141false808909220323109219295690010145458211982922024-12-30T01:28:42.000Z0xbd48f1efc4489c26b92bc9fa1fe7adcd1169150ae7ebb57f24d49a543195f39e
Query with partition filter
SELECT *
FROM `tt-contracts.stargate_v1_fantom.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
0x1118869ea46bd1673e0ac7261e85a2bcfb6764cd28049671035005746851450x2f6f07cdcf3588944bf4c42ac74ff24bf56e7590false44290337522022-07-16T17:29:13.000Z0x364df4f5608b8e200db6f8494a4fa0f084a6d563caa9d9dd4ffdb140c892bfb9
0x1118869ea46bd1673e0ac7261e85a2bcfb6764cd28144690513027547214870x2f6f07cdcf3588944bf4c42ac74ff24bf56e7590false354290329022022-07-16T17:27:47.000Z0x60795cb90b487d385f629a2e858f7101b8e8cdbea219fb691e3ae0a81d429f64
0x1118869ea46bd1673e0ac7261e85a2bcfb6764cd28241573760640687977370x2f6f07cdcf3588944bf4c42ac74ff24bf56e7590false384290323222022-07-16T17:26:37.000Z0x1b74abdf9293592ddbc7e759c9323e5aba65c60cd1867b382dd2e1d0131125d6
Query with partition filter
SELECT *
FROM `tt-contracts.stargate_v1_fantom.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
0x327518480b2d37b6b0a2834aa1f15d41b0f19af90x2f6f07cdcf3588944bf4c42ac74ff24bf56e75900x0000000000000000000000000000000000000000false100000000000000000157748007192024-01-26T16:34:23.000Z0x2fb0e57d1ccfb13ae4baa48771b04773957e8d7889d276e62af41c89e4a15f1b
0xe8745f7f4c0b61fbc2b56c25abf3b19b22c739480x2f6f07cdcf3588944bf4c42ac74ff24bf56e75900x0000000000000000000000000000000000000000false744761140000000000000211747881132024-01-26T06:15:28.000Z0xba10a65b0ae1a6070249f1acd3ca890a933569b8693a5d44086e279cf7ce9cba
0x6948d663e33a73a183f265b50a2a98fc0c9c3b870x2f6f07cdcf3588944bf4c42ac74ff24bf56e75900x0000000000000000000000000000000000000000false21314310000000000000000279747910032024-01-26T08:41:24.000Z0xb9be3f8152ab8dcc347aac686d930ed00f532bf7c1ce54ee706b7d0cdefb2bf3
Query with partition filter
SELECT *
FROM `tt-contracts.stargate_v1_fantom.StargateToken_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100