Skip to main content

Tables

MiniChef_Harvest_event

Reward claims from MiniChef staking contracts emitted when users harvest accumulated incentive tokens. Contains pool identifier, user address, and harvested token amount for tracking yield farming rewards across liquidity mining 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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_pidSTRINGPool identifier referencing a specific staking or liquidity pool within the protocol. Numeric string representation of the pool ID.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_pidaddressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
00x7875af1a6878bda1c129a4e2356a3fd040418be50xfcb9dfc1588dea5dbea099398b646ad119381f80false989121709040345036130210342012021-11-06T02:28:52.000Z0x9b9a566c4bc64df022fdea895ee2df54bf929d4705dd16b3ee3ae92ebc4a62d3
00x7875af1a6878bda1c129a4e2356a3fd040418be50xd198e5c25d7ce7bbd0051b8034138d1ea9432c33false44185481787457372785207210347012021-11-06T02:46:04.000Z0x5456b560e68065ae9e425038905956690e0f8f9599c1c5171d2f228ccd9b9f9e
00x7875af1a6878bda1c129a4e2356a3fd040418be50xc5ed2333f8a2c351fca35e5ebadb2a82f5d254c3false15488182610535644883397359210365002021-11-06T03:55:05.000Z0x3f30e5c493c87bfb99c6bf634e7402c0d192365e6f8a13b347f5b5235246fbfa
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_polygon.MiniChef_Harvest_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenDeposit_event

TokenDeposit events emitted by Synapse Bridge contracts recording cross-chain token transfers. Contains source token address, transfer amount, destination chain identifier (EIP-155), and recipient address for tracking bridge deposit 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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
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_tokenSTRINGToken address involved in the transaction 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_toaddressremovedin_tokenin_amountlog_indexin_chainIdblock_numberblock_timestamptransaction_hash
0x8ba6387685e9e53f841bdb0df29c7a1d5c34f1f20x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0x0d500b1d8e8ef31e21c99d1db9a6444d3adf12706100000000000000000018353935368474892022-12-15T04:54:38.000Z0x3c590fb87458fe4fb097ba8d1e8b16050902b94c9fe1f97d7a0c58bb51c347be
0x8ba6387685e9e53f841bdb0df29c7a1d5c34f1f20x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0x0d500b1d8e8ef31e21c99d1db9a6444d3adf12706077899638580809000021153935368471592022-12-15T04:41:06.000Z0xd5be9a05e526b60364f43e1b448e8c29ffc1b3aad0f6f3380833d495601e7ec8
0xeeee2638c9db92190938ba881fc94f83b4028fb90x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270113400000000000000000027053935368631052022-12-15T14:20:00.000Z0x93e4aa2cea12252a91d89b767b5d4c89e9e7406b9e7021fe4bd3cdc8dd996d25
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenDeposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenDepositAndSwap_event

Cross-chain token deposit events where tokens are deposited to the Synapse Bridge and swapped via liquidity pool before being bridged to the destination chain. Contains deposit amount, destination chain ID (EIP-155), recipient address, pool swap parameters (token indexes, minimum output amount), and deadline timestamp for tracking combined deposit-and-swap operations across bridge 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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
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_tokenSTRINGToken address involved in the transaction 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_tokenIndexFromINT64Index of the source token in the liquidity pool for the swap operation.
in_tokenIndexToINT64Index of the destination token in the liquidity pool for the swap operation.
in_minDySTRINGMinimum output amount expected from the swap operation. Numeric string representation of token quantity in smallest denomination.
in_deadlineSTRINGTimestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenDepositAndSwap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenMint_event

Token minting events emitted by Synapse Bridge contracts when wrapped tokens are minted on the destination chain during cross-chain transfers. Contains recipient address, token contract, minted amount, bridge fee, and kappa identifier for tracking cross-chain message delivery.
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_tokenSTRINGToken address involved in the transaction 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_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_kappaSTRINGUnique identifier for the cross-chain bridge transaction. 66-character hex string including 0x prefix.
in_toin_feeaddressremovedin_kappain_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x973b270fc655e8fa92e11e0c1b7f1b4a6f32dd5210000000000000000000x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0xdddf28b713d862ca75a661e7a6ea0ffb0e3d40e92c60d3add6e065843582b44d0xf8f9efc0db77d8881500bb06ff5d6abc3070e69514849142120533433075202540546072024-02-28T10:22:05.000Z0x291cbc7e162c8aa7ee48707d43f92917695edb9664fec11cad512ed0978d1682
0x8b9f26cc87e564e609e70d74a569c6c83bbd680a10000000000000000000x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0x8f507b17656cf3d538ec0a3125b4bb755069d428a803eadf8a9f1347f418db690xf8f9efc0db77d8881500bb06ff5d6abc3070e6951091753927944745470354387540752582024-02-28T22:50:08.000Z0xa055ebccc5d59916ea512038725c1b3467f9ac0a13736bd100930c576519a62d
0x25e459e8f3a608c46c99db3cc3a7fb4ec4ff47f010000000000000000000x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0xb33e005a59504122bda31b0a801f831f558f0a91669bdfb5bf8dce48be532bfb0xf8f9efc0db77d8881500bb06ff5d6abc3070e69517608721442097489438163540645712024-02-28T16:24:38.000Z0xf72a7aaa9ea494f03023d9342e570b5f360596416596d57bbdd879f83f3237d0
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenMint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenMintAndSwap_event

Synapse Bridge cross-chain token mint and swap events combining minting on destination chain with automatic token swap execution. Records bridge transaction identifier (kappa), source and destination token indices, swap amounts, slippage parameters, fees, deadlines, and swap success status for cross-chain liquidity 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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction 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_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_tokenIndexFromINT64Index of the source token in the liquidity pool for the swap operation.
in_tokenIndexToINT64Index of the destination token in the liquidity pool for the swap operation.
in_minDySTRINGMinimum output amount expected from the swap operation. Numeric string representation of token quantity in smallest denomination.
in_deadlineSTRINGTimestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds.
in_swapSuccessBOOLBoolean flag indicating whether the token swap operation completed successfully within the cross-chain bridge transaction.
in_kappaSTRINGUnique identifier for the cross-chain bridge transaction. 66-character hex string including 0x prefix.
in_toin_feeaddressremovedin_kappain_minDyin_tokenin_amountlog_indexin_deadlineblock_numberin_swapSuccessblock_timestampin_tokenIndexTotransaction_hashin_tokenIndexFrom
0x8604e446b2be0081da894182d3761e0efb2e397010000000000000000000x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0x5e53f38bab84203698f68cd11eab6aaf01c0d24968409fa3d77bace0a2ba714d2868277556443070432800xb6c473756050de474286bed418b77aeac39b02af298654472765834072555214163942582722448856true2021-12-12T20:05:09.000Z10xc7dbfbcda00759ff2d640da6ed845b1f34e758e5f58797858c6b2c2cd470d1030
0xb0b1ac63ef2516255d86580a52df940a7b5b203a10000000000000000000x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0xe086ddc437dce386e1a3d2d86c10becb5ca852ebec2f11914d57ff16d218abb411940845188352648047930xb6c473756050de474286bed418b77aeac39b02af1198775392589029159848224163935797322417364true2021-12-12T01:14:41.000Z10x31c6636eaaf56a0feec6f10f8cb771b11d41f62bb33d296aac8047a13a4fbc640
0x289c23cd7cacafd4bfee6344ef376fa14f1bf42d10000000000000000000x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0x5be13bb1fa76ac7a5365d11237cfabc941ea198c3ff22b6f15d133c2cb00578011642957390946006775440xb6c473756050de474286bed418b77aeac39b02af1168736243145753584174219163943968822455141true2021-12-12T23:56:57.000Z10x0d4dc6160f307ab821d7bb9c8a659ac01470f6f61be2af5f3acfc96ddf6053b20
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenMintAndSwap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenRedeem_event

TokenRedeem events emitted by Synapse Bridge contracts when tokens are redeemed from one chain to another. Contains destination chain identifier, recipient address, token address, and amount for tracking cross-chain token redemption 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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
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_tokenSTRINGToken address involved in the transaction 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_toaddressremovedin_tokenin_amountlog_indexin_chainIdblock_numberblock_timestamptransaction_hash
0x94aae1f3d7a7e467fc76231be2ee730da3c53a670x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0xd8ca34fd379d9ca3c6ee3b3905678320f5b451952407997275710366012571235980392022-01-11T14:52:44.000Z0x72806ea982b565949b69cc47bcc076c39bcb122074951e384526cadb435b87f5
0x267db0ee488fc28970e79374494698247952f7750x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0xd8ca34fd379d9ca3c6ee3b3905678320f5b451959995000000000000003511235930122022-01-11T11:44:26.000Z0x20e959d0cf58d5cd9ab5cd00dbc54007b375b3c1cd4ea4e642f573c58a8e8df5
0x4e96b1d50f77c99f0e1df50d75aeec6edb1242500x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0xd8ca34fd379d9ca3c6ee3b3905678320f5b4519516326961593533419982341236039442022-01-11T18:35:18.000Z0x68a38a14e3526cbf09477fadbde54ecb9c0dad1113eb6e9de8c0239ea9178d6a
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenRedeem_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenRedeemAndRemove_event

Cross-chain bridge redemption events where synthetic tokens are burned and withdrawn with automatic pool swap execution. Contains source token amounts, destination chain identifiers (EIP-155), recipient addresses, swap parameters including deadline and slippage protection, and target liquidity pool token indices for atomic redeem-and-swap 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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
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_tokenSTRINGToken address involved in the transaction 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_swapTokenIndexINT64Index of the target token within a liquidity pool for the swap operation. Zero-indexed integer identifying which token in the pool will be received.
in_swapMinAmountSTRINGMinimum token amount acceptable from a swap operation. Numeric string representation of token quantity in smallest denomination.
in_swapDeadlineSTRINGUnix timestamp representing the deadline by which a token swap must be executed. Integer value encoded as a string.
in_toaddressremovedin_tokenin_amountlog_indexin_chainIdblock_numberblock_timestampin_swapDeadlinein_swapMinAmounttransaction_hashin_swapTokenIndex
0x90b32e4bed4c89dce5ee0d926ba1992ec27833a30x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0xb6c473756050de474286bed418b77aeac39b02af582131746673376951126024191224533372021-12-12T22:48:33.000Z1639435671557606242530xcf812bc9f8b8a2b594c46f8b0e4e40ef28c11c4209a0befa3b47e55794d1bb9c2
0x889b683a17942d093d796c815d32c253145fe87a0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0xb6c473756050de474286bed418b77aeac39b02af20882442237568401183525081224300812021-12-12T08:56:00.000Z163938574918148428040x7c7652bcf600f713bfc5d36d765d550ae00cd781c8ff3d2927ea4eedaddfd5332
0x6475372b5207fcbc430a8fb98e5345a597236ad60x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0xb6c473756050de474286bed418b77aeac39b02af139803669678926950589772121224302602021-12-12T09:02:06.000Z1639386118132517306785504322605860x442f2e2622e3bbf352fe8fa21ecb21ac95e6a449b3318f0e1be21531c5147fc50
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenRedeemAndRemove_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenRedeemAndSwap_event

Cross-chain token redemption events that combine bridging with an atomic swap operation. Records bridge transfers where the recipient receives a different token than sent, including source chain identifier, token addresses, pool indices, amounts, slippage parameters, and expiration deadline for tracking Synapse Protocol cross-chain asset conversions.
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_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_tokenSTRINGToken address involved in the transaction 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_tokenIndexFromINT64Index of the source token in the liquidity pool for the swap operation.
in_tokenIndexToINT64Index of the destination token in the liquidity pool for the swap operation.
in_minDySTRINGMinimum output amount expected from the swap operation. Numeric string representation of token quantity in smallest denomination.
in_deadlineSTRINGTimestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds.
in_toaddressremovedin_minDyin_tokenin_amountlog_indexin_chainIdin_deadlineblock_numberblock_timestampin_tokenIndexTotransaction_hashin_tokenIndexFrom
0x9e3197df94c2809447c20640eba46fa38128d2fd0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false10183747105426595255280xb6c473756050de474286bed418b77aeac39b02af1020616175136045249522233561744895563701299082025-04-10T13:13:01.000Z20x5694413cf10939e101ec1e69c70158bf09232254263ad61cc35fbc5e9eaf55ff0
0x1aecba5af25d90f9a36eda909eaa1ed912a891f80x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false149934181579801151292110xb6c473756050de474286bed418b77aeac39b02af14997886084618061050102674561744368027701256192025-04-10T10:40:44.000Z20x350523d1e1e4e3b2516576fa015878e15b23b9ba40093f7d73abdf8d399534ef0
0xa75577078960347057430faf2ca7fc81dd5b74570x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false1006725877611332431330xb6c473756050de474286bed418b77aeac39b02af105846717829324528592142561633328402197860082021-10-03T06:20:15.000Z10x3f79873c4bb43836372e7a2f4c7896f1233d33445cd7a6d06759b0af3e8f278e0
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenRedeemAndSwap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenRedeemV2_event

TokenRedeemV2 events emitted by Synapse Bridge contracts when users redeem tokens on the destination chain of a cross-chain transfer. Records the redeemed token address, amount, recipient address, and target chain identifier for tracking cross-chain asset movement completions.
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_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_tokenSTRINGToken address involved in the transaction 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_toaddressremovedin_tokenin_amountlog_indexin_chainIdblock_numberblock_timestamptransaction_hash
0x0d0714181a1217170c1f150d04150e111e1e000c01100d110904020b080a1b140x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0x565098cba693b3325f9fe01d41b7a1cd792abab114000000140121014925257509722022-03-09T04:12:34.000Z0x1926f2b287eece03588c1b8dd2a8c8e82d99855669c2a8ce24e7cc01969b1e90
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenRedeemV2_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenWithdraw_event

Token withdrawal events from Synapse Bridge contracts recording cross-chain bridge transaction completions. Contains recipient address, token contract, withdrawal amount, bridge fee, and kappa transaction identifier for tracking asset movements between blockchains.
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_tokenSTRINGToken address involved in the transaction 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_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_kappaSTRINGUnique identifier for the cross-chain bridge transaction. 66-character hex string including 0x prefix.
in_toin_feeaddressremovedin_kappain_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x5d79c9c152f1ac8d4902de487afa0dab7e065df710000000000000000000x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0x018892046e5add563c4b049e5bc5300026f520032c4878a3342b98d43522055f0x0d500b1d8e8ef31e21c99d1db9a6444d3adf12708767727699190740665104594906052024-07-18T01:00:09.000Z0x13fe89d863ca000ea3992709da41aa07fd7734a4ffecde7b3d4484835418722c
0xc0d498c4adfcbace7fe1b3a50f56c195ecc6f10910000000000000000000x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0xde77fe13125e86ac1680e26382a1e6e844fd5d8fdd937a7e781b621743b724d90x0d500b1d8e8ef31e21c99d1db9a6444d3adf127087000000000000000000208545886152024-03-13T00:28:13.000Z0x0c1a98c764a0fd1b0075e2b03dbe136daf194e042b7caa3e2a3404b12e3d98e5
0xf060ab8aa23eab22bfd81073072e1e89d4cb127810000000000000000000x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280false0xc6a0840bfc7147cfdab43a032f0e3ee3081786b02bd544ec52255697fec963f40x0d500b1d8e8ef31e21c99d1db9a6444d3adf127051947614416174567389212546064092024-03-13T11:11:44.000Z0x79b233a4ea261341f5b05d7fbbcdd8448590a055b86a0ac0821163c32bdc3f59
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenWithdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenWithdrawAndRemove_event

Cross-chain bridge withdrawal events recording token redemptions with integrated liquidity pool removal operations. Contains bridge transaction identifiers (kappa), token amounts, fees, swap parameters including deadline and minimum acceptable output, and swap execution status for tracking Synapse Bridge cross-chain asset 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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction 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_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_swapTokenIndexINT64Index of the target token within a liquidity pool for the swap operation. Zero-indexed integer identifying which token in the pool will be received.
in_swapMinAmountSTRINGMinimum token amount acceptable from a swap operation. Numeric string representation of token quantity in smallest denomination.
in_swapDeadlineSTRINGUnix timestamp representing the deadline by which a token swap must be executed. Integer value encoded as a string.
in_swapSuccessBOOLBoolean flag indicating whether the token swap operation completed successfully within the cross-chain bridge transaction.
in_kappaSTRINGUnique identifier for the cross-chain bridge transaction. 66-character hex string including 0x prefix.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenWithdrawAndRemove_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100