> ## Documentation Index
> Fetch the complete documentation index at: https://tokenterminal.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# synapse_v1_polygon

> Tables in tt-contracts.synapse_v1_polygon

## 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.

<Accordion title="Columns">
  | Column             | Type        | Description                                                                                                                                          |
  | ------------------ | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `block_timestamp`  | `TIMESTAMP` | Timestamp when the block was produced. UTC timezone, millisecond precision.                                                                          |
  | `block_number`     | `INT64`     | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block's position in the blockchain. |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                  |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                   |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                              |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                         |
  | `in_user`          | `STRING`    | Address of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.                    |
  | `in_pid`           | `STRING`    | Pool identifier referencing a specific staking or liquidity pool within the protocol. Numeric string representation of the pool ID.                  |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
</Accordion>

<Accordion title="Sample Data">
  | in\_pid | address                                    | in\_user                                   | removed | in\_amount              | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------- | ------------------------------------------ | ------------------------------------------ | ------- | ----------------------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0       | 0x7875af1a6878bda1c129a4e2356a3fd040418be5 | 0xfcb9dfc1588dea5dbea099398b646ad119381f80 | false   | 989121709040345036      | 130        | 21034201      | 2021-11-06T02:28:52.000Z | 0x9b9a566c4bc64df022fdea895ee2df54bf929d4705dd16b3ee3ae92ebc4a62d3 |
  | 0       | 0x7875af1a6878bda1c129a4e2356a3fd040418be5 | 0xd198e5c25d7ce7bbd0051b8034138d1ea9432c33 | false   | 44185481787457372785    | 207        | 21034701      | 2021-11-06T02:46:04.000Z | 0x5456b560e68065ae9e425038905956690e0f8f9599c1c5171d2f228ccd9b9f9e |
  | 0       | 0x7875af1a6878bda1c129a4e2356a3fd040418be5 | 0xc5ed2333f8a2c351fca35e5ebadb2a82f5d254c3 | false   | 15488182610535644883397 | 359        | 21036500      | 2021-11-06T03:55:05.000Z | 0x3f30e5c493c87bfb99c6bf634e7402c0d192365e6f8a13b347f5b5235246fbfa |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.synapse_v1_polygon.MiniChef_Harvest_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### 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.

<Accordion title="Columns">
  | Column             | Type        | Description                                                                                                                                                   |
  | ------------------ | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `block_timestamp`  | `TIMESTAMP` | Timestamp when the block was produced. UTC timezone, millisecond precision.                                                                                   |
  | `block_number`     | `INT64`     | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block's position in the blockchain.          |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                           |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                            |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                                       |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                                  |
  | `in_to`            | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                               |
  | `in_chainId`       | `STRING`    | Blockchain 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_token`         | `STRING`    | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                        |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                               |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | address                                    | removed | in\_token                                  | in\_amount             | log\_index | in\_chainId | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | ------------------------------------------ | ---------------------- | ---------- | ----------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x8ba6387685e9e53f841bdb0df29c7a1d5c34f1f2 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270 | 61000000000000000000   | 183        | 53935       | 36847489      | 2022-12-15T04:54:38.000Z | 0x3c590fb87458fe4fb097ba8d1e8b16050902b94c9fe1f97d7a0c58bb51c347be |
  | 0x8ba6387685e9e53f841bdb0df29c7a1d5c34f1f2 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270 | 60778996385808090000   | 211        | 53935       | 36847159      | 2022-12-15T04:41:06.000Z | 0xd5be9a05e526b60364f43e1b448e8c29ffc1b3aad0f6f3380833d495601e7ec8 |
  | 0xeeee2638c9db92190938ba881fc94f83b4028fb9 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270 | 1134000000000000000000 | 270        | 53935       | 36863105      | 2022-12-15T14:20:00.000Z | 0x93e4aa2cea12252a91d89b767b5d4c89e9e7406b9e7021fe4bd3cdc8dd996d25 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenDeposit_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### 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.

<Accordion title="Columns">
  | Column              | Type        | Description                                                                                                                                                   |
  | ------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `block_timestamp`   | `TIMESTAMP` | Timestamp when the block was produced. UTC timezone, millisecond precision.                                                                                   |
  | `block_number`      | `INT64`     | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block's position in the blockchain.          |
  | `transaction_hash`  | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                           |
  | `log_index`         | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                            |
  | `address`           | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                                       |
  | `removed`           | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                                  |
  | `in_to`             | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                               |
  | `in_chainId`        | `STRING`    | Blockchain 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_token`          | `STRING`    | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                        |
  | `in_amount`         | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                               |
  | `in_tokenIndexFrom` | `INT64`     | Index of the source token in the liquidity pool for the swap operation.                                                                                       |
  | `in_tokenIndexTo`   | `INT64`     | Index of the destination token in the liquidity pool for the swap operation.                                                                                  |
  | `in_minDy`          | `STRING`    | Minimum output amount expected from the swap operation. Numeric string representation of token quantity in smallest denomination.                             |
  | `in_deadline`       | `STRING`    | Timestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds.                                                |
</Accordion>

<Accordion title="Sample Data">
  *No sample data available.*
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenDepositAndSwap_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### 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.

<Accordion title="Columns">
  | Column             | Type        | Description                                                                                                                                                    |
  | ------------------ | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `block_timestamp`  | `TIMESTAMP` | Timestamp when the block was produced. UTC timezone, millisecond precision.                                                                                    |
  | `block_number`     | `INT64`     | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block's position in the blockchain.           |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                            |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                             |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                                        |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                                   |
  | `in_to`            | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                                |
  | `in_token`         | `STRING`    | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                         |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                                |
  | `in_fee`           | `STRING`    | Fee 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_kappa`         | `STRING`    | Unique identifier for the cross-chain bridge transaction. 66-character hex string including 0x prefix.                                                         |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | in\_fee             | address                                    | removed | in\_kappa                                                          | in\_token                                  | in\_amount             | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------- | ------------------------------------------ | ------- | ------------------------------------------------------------------ | ------------------------------------------ | ---------------------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x973b270fc655e8fa92e11e0c1b7f1b4a6f32dd52 | 1000000000000000000 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0xdddf28b713d862ca75a661e7a6ea0ffb0e3d40e92c60d3add6e065843582b44d | 0xf8f9efc0db77d8881500bb06ff5d6abc3070e695 | 14849142120533433075   | 202        | 54054607      | 2024-02-28T10:22:05.000Z | 0x291cbc7e162c8aa7ee48707d43f92917695edb9664fec11cad512ed0978d1682 |
  | 0x8b9f26cc87e564e609e70d74a569c6c83bbd680a | 1000000000000000000 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0x8f507b17656cf3d538ec0a3125b4bb755069d428a803eadf8a9f1347f418db69 | 0xf8f9efc0db77d8881500bb06ff5d6abc3070e695 | 1091753927944745470354 | 387        | 54075258      | 2024-02-28T22:50:08.000Z | 0xa055ebccc5d59916ea512038725c1b3467f9ac0a13736bd100930c576519a62d |
  | 0x25e459e8f3a608c46c99db3cc3a7fb4ec4ff47f0 | 1000000000000000000 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0xb33e005a59504122bda31b0a801f831f558f0a91669bdfb5bf8dce48be532bfb | 0xf8f9efc0db77d8881500bb06ff5d6abc3070e695 | 17608721442097489438   | 163        | 54064571      | 2024-02-28T16:24:38.000Z | 0xf72a7aaa9ea494f03023d9342e570b5f360596416596d57bbdd879f83f3237d0 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenMint_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### 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.

<Accordion title="Columns">
  | Column              | Type        | Description                                                                                                                                                    |
  | ------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `block_timestamp`   | `TIMESTAMP` | Timestamp when the block was produced. UTC timezone, millisecond precision.                                                                                    |
  | `block_number`      | `INT64`     | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block's position in the blockchain.           |
  | `transaction_hash`  | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                            |
  | `log_index`         | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                             |
  | `address`           | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                                        |
  | `removed`           | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                                   |
  | `in_to`             | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                                |
  | `in_token`          | `STRING`    | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                         |
  | `in_amount`         | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                                |
  | `in_fee`            | `STRING`    | Fee 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_tokenIndexFrom` | `INT64`     | Index of the source token in the liquidity pool for the swap operation.                                                                                        |
  | `in_tokenIndexTo`   | `INT64`     | Index of the destination token in the liquidity pool for the swap operation.                                                                                   |
  | `in_minDy`          | `STRING`    | Minimum output amount expected from the swap operation. Numeric string representation of token quantity in smallest denomination.                              |
  | `in_deadline`       | `STRING`    | Timestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds.                                                 |
  | `in_swapSuccess`    | `BOOL`      | Boolean flag indicating whether the token swap operation completed successfully within the cross-chain bridge transaction.                                     |
  | `in_kappa`          | `STRING`    | Unique identifier for the cross-chain bridge transaction. 66-character hex string including 0x prefix.                                                         |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | in\_fee             | address                                    | removed | in\_kappa                                                          | in\_minDy              | in\_token                                  | in\_amount             | log\_index | in\_deadline | block\_number | in\_swapSuccess | block\_timestamp         | in\_tokenIndexTo | transaction\_hash                                                  | in\_tokenIndexFrom |
  | ------------------------------------------ | ------------------- | ------------------------------------------ | ------- | ------------------------------------------------------------------ | ---------------------- | ------------------------------------------ | ---------------------- | ---------- | ------------ | ------------- | --------------- | ------------------------ | ---------------- | ------------------------------------------------------------------ | ------------------ |
  | 0x8604e446b2be0081da894182d3761e0efb2e3970 | 1000000000000000000 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0x5e53f38bab84203698f68cd11eab6aaf01c0d24968409fa3d77bace0a2ba714d | 286827755644307043280  | 0xb6c473756050de474286bed418b77aeac39b02af | 298654472765834072555  | 214        | 1639425827   | 22448856      | true            | 2021-12-12T20:05:09.000Z | 1                | 0xc7dbfbcda00759ff2d640da6ed845b1f34e758e5f58797858c6b2c2cd470d103 | 0                  |
  | 0xb0b1ac63ef2516255d86580a52df940a7b5b203a | 1000000000000000000 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0xe086ddc437dce386e1a3d2d86c10becb5ca852ebec2f11914d57ff16d218abb4 | 1194084518835264804793 | 0xb6c473756050de474286bed418b77aeac39b02af | 1198775392589029159848 | 224        | 1639357973   | 22417364      | true            | 2021-12-12T01:14:41.000Z | 1                | 0x31c6636eaaf56a0feec6f10f8cb771b11d41f62bb33d296aac8047a13a4fbc64 | 0                  |
  | 0x289c23cd7cacafd4bfee6344ef376fa14f1bf42d | 1000000000000000000 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0x5be13bb1fa76ac7a5365d11237cfabc941ea198c3ff22b6f15d133c2cb005780 | 1164295739094600677544 | 0xb6c473756050de474286bed418b77aeac39b02af | 1168736243145753584174 | 219        | 1639439688   | 22455141      | true            | 2021-12-12T23:56:57.000Z | 1                | 0x0d4dc6160f307ab821d7bb9c8a659ac01470f6f61be2af5f3acfc96ddf6053b2 | 0                  |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenMintAndSwap_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### 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.

<Accordion title="Columns">
  | Column             | Type        | Description                                                                                                                                                   |
  | ------------------ | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `block_timestamp`  | `TIMESTAMP` | Timestamp when the block was produced. UTC timezone, millisecond precision.                                                                                   |
  | `block_number`     | `INT64`     | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block's position in the blockchain.          |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                           |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                            |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                                       |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                                  |
  | `in_to`            | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                               |
  | `in_chainId`       | `STRING`    | Blockchain 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_token`         | `STRING`    | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                        |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                               |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | address                                    | removed | in\_token                                  | in\_amount          | log\_index | in\_chainId | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | ------------------------------------------ | ------------------- | ---------- | ----------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x94aae1f3d7a7e467fc76231be2ee730da3c53a67 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0xd8ca34fd379d9ca3c6ee3b3905678320f5b45195 | 240799727571036601  | 257        | 1           | 23598039      | 2022-01-11T14:52:44.000Z | 0x72806ea982b565949b69cc47bcc076c39bcb122074951e384526cadb435b87f5 |
  | 0x267db0ee488fc28970e79374494698247952f775 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0xd8ca34fd379d9ca3c6ee3b3905678320f5b45195 | 999500000000000000  | 351        | 1           | 23593012      | 2022-01-11T11:44:26.000Z | 0x20e959d0cf58d5cd9ab5cd00dbc54007b375b3c1cd4ea4e642f573c58a8e8df5 |
  | 0x4e96b1d50f77c99f0e1df50d75aeec6edb124250 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0xd8ca34fd379d9ca3c6ee3b3905678320f5b45195 | 1632696159353341998 | 234        | 1           | 23603944      | 2022-01-11T18:35:18.000Z | 0x68a38a14e3526cbf09477fadbde54ecb9c0dad1113eb6e9de8c0239ea9178d6a |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenRedeem_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### 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.

<Accordion title="Columns">
  | Column              | Type        | Description                                                                                                                                                   |
  | ------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `block_timestamp`   | `TIMESTAMP` | Timestamp when the block was produced. UTC timezone, millisecond precision.                                                                                   |
  | `block_number`      | `INT64`     | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block's position in the blockchain.          |
  | `transaction_hash`  | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                           |
  | `log_index`         | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                            |
  | `address`           | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                                       |
  | `removed`           | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                                  |
  | `in_to`             | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                               |
  | `in_chainId`        | `STRING`    | Blockchain 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_token`          | `STRING`    | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                        |
  | `in_amount`         | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                               |
  | `in_swapTokenIndex` | `INT64`     | Index 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_swapMinAmount`  | `STRING`    | Minimum token amount acceptable from a swap operation. Numeric string representation of token quantity in smallest denomination.                              |
  | `in_swapDeadline`   | `STRING`    | Unix timestamp representing the deadline by which a token swap must be executed. Integer value encoded as a string.                                           |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | address                                    | removed | in\_token                                  | in\_amount              | log\_index | in\_chainId | block\_number | block\_timestamp         | in\_swapDeadline | in\_swapMinAmount       | transaction\_hash                                                  | in\_swapTokenIndex |
  | ------------------------------------------ | ------------------------------------------ | ------- | ------------------------------------------ | ----------------------- | ---------- | ----------- | ------------- | ------------------------ | ---------------- | ----------------------- | ------------------------------------------------------------------ | ------------------ |
  | 0x90b32e4bed4c89dce5ee0d926ba1992ec27833a3 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0xb6c473756050de474286bed418b77aeac39b02af | 58213174667337695112602 | 419        | 1           | 22453337      | 2021-12-12T22:48:33.000Z | 1639435671       | 55760624253             | 0xcf812bc9f8b8a2b594c46f8b0e4e40ef28c11c4209a0befa3b47e55794d1bb9c | 2                  |
  | 0x889b683a17942d093d796c815d32c253145fe87a | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0xb6c473756050de474286bed418b77aeac39b02af | 2088244223756840118352  | 508        | 1           | 22430081      | 2021-12-12T08:56:00.000Z | 1639385749       | 1814842804              | 0x7c7652bcf600f713bfc5d36d765d550ae00cd781c8ff3d2927ea4eedaddfd533 | 2                  |
  | 0x6475372b5207fcbc430a8fb98e5345a597236ad6 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0xb6c473756050de474286bed418b77aeac39b02af | 13980366967892695058977 | 212        | 1           | 22430260      | 2021-12-12T09:02:06.000Z | 1639386118       | 13251730678550432260586 | 0x442f2e2622e3bbf352fe8fa21ecb21ac95e6a449b3318f0e1be21531c5147fc5 | 0                  |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenRedeemAndRemove_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### 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.

<Accordion title="Columns">
  | Column              | Type        | Description                                                                                                                                                   |
  | ------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `block_timestamp`   | `TIMESTAMP` | Timestamp when the block was produced. UTC timezone, millisecond precision.                                                                                   |
  | `block_number`      | `INT64`     | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block's position in the blockchain.          |
  | `transaction_hash`  | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                           |
  | `log_index`         | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                            |
  | `address`           | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                                       |
  | `removed`           | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                                  |
  | `in_to`             | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                               |
  | `in_chainId`        | `STRING`    | Blockchain 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_token`          | `STRING`    | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                        |
  | `in_amount`         | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                               |
  | `in_tokenIndexFrom` | `INT64`     | Index of the source token in the liquidity pool for the swap operation.                                                                                       |
  | `in_tokenIndexTo`   | `INT64`     | Index of the destination token in the liquidity pool for the swap operation.                                                                                  |
  | `in_minDy`          | `STRING`    | Minimum output amount expected from the swap operation. Numeric string representation of token quantity in smallest denomination.                             |
  | `in_deadline`       | `STRING`    | Timestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds.                                                |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | address                                    | removed | in\_minDy               | in\_token                                  | in\_amount              | log\_index | in\_chainId | in\_deadline | block\_number | block\_timestamp         | in\_tokenIndexTo | transaction\_hash                                                  | in\_tokenIndexFrom |
  | ------------------------------------------ | ------------------------------------------ | ------- | ----------------------- | ------------------------------------------ | ----------------------- | ---------- | ----------- | ------------ | ------------- | ------------------------ | ---------------- | ------------------------------------------------------------------ | ------------------ |
  | 0x9e3197df94c2809447c20640eba46fa38128d2fd | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 1018374710542659525528  | 0xb6c473756050de474286bed418b77aeac39b02af | 1020616175136045249522  | 233        | 56          | 1744895563   | 70129908      | 2025-04-10T13:13:01.000Z | 2                | 0x5694413cf10939e101ec1e69c70158bf09232254263ad61cc35fbc5e9eaf55ff | 0                  |
  | 0x1aecba5af25d90f9a36eda909eaa1ed912a891f8 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 14993418157980115129211 | 0xb6c473756050de474286bed418b77aeac39b02af | 14997886084618061050102 | 674        | 56          | 1744368027   | 70125619      | 2025-04-10T10:40:44.000Z | 2                | 0x350523d1e1e4e3b2516576fa015878e15b23b9ba40093f7d73abdf8d399534ef | 0                  |
  | 0xa75577078960347057430faf2ca7fc81dd5b7457 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 100672587761133243133   | 0xb6c473756050de474286bed418b77aeac39b02af | 105846717829324528592   | 142        | 56          | 1633328402   | 19786008      | 2021-10-03T06:20:15.000Z | 1                | 0x3f79873c4bb43836372e7a2f4c7896f1233d33445cd7a6d06759b0af3e8f278e | 0                  |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenRedeemAndSwap_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### 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.

<Accordion title="Columns">
  | Column             | Type        | Description                                                                                                                                                   |
  | ------------------ | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `block_timestamp`  | `TIMESTAMP` | Timestamp when the block was produced. UTC timezone, millisecond precision.                                                                                   |
  | `block_number`     | `INT64`     | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block's position in the blockchain.          |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                           |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                            |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                                       |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                                  |
  | `in_to`            | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                               |
  | `in_chainId`       | `STRING`    | Blockchain 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_token`         | `STRING`    | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                        |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                               |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                                             | address                                    | removed | in\_token                                  | in\_amount | log\_index | in\_chainId | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------------------------------ | ------------------------------------------ | ------- | ------------------------------------------ | ---------- | ---------- | ----------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x0d0714181a1217170c1f150d04150e111e1e000c01100d110904020b080a1b14 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0x565098cba693b3325f9fe01d41b7a1cd792abab1 | 14000000   | 140        | 121014925   | 25750972      | 2022-03-09T04:12:34.000Z | 0x1926f2b287eece03588c1b8dd2a8c8e82d99855669c2a8ce24e7cc01969b1e90 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenRedeemV2_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### 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.

<Accordion title="Columns">
  | Column             | Type        | Description                                                                                                                                                    |
  | ------------------ | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `block_timestamp`  | `TIMESTAMP` | Timestamp when the block was produced. UTC timezone, millisecond precision.                                                                                    |
  | `block_number`     | `INT64`     | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block's position in the blockchain.           |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                            |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                             |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                                        |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                                   |
  | `in_to`            | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                                |
  | `in_token`         | `STRING`    | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                         |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                                |
  | `in_fee`           | `STRING`    | Fee 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_kappa`         | `STRING`    | Unique identifier for the cross-chain bridge transaction. 66-character hex string including 0x prefix.                                                         |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | in\_fee             | address                                    | removed | in\_kappa                                                          | in\_token                                  | in\_amount           | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------- | ------------------------------------------ | ------- | ------------------------------------------------------------------ | ------------------------------------------ | -------------------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x5d79c9c152f1ac8d4902de487afa0dab7e065df7 | 1000000000000000000 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0x018892046e5add563c4b049e5bc5300026f520032c4878a3342b98d43522055f | 0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270 | 8767727699190740665  | 104        | 59490605      | 2024-07-18T01:00:09.000Z | 0x13fe89d863ca000ea3992709da41aa07fd7734a4ffecde7b3d4484835418722c |
  | 0xc0d498c4adfcbace7fe1b3a50f56c195ecc6f109 | 1000000000000000000 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0xde77fe13125e86ac1680e26382a1e6e844fd5d8fdd937a7e781b621743b724d9 | 0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270 | 87000000000000000000 | 208        | 54588615      | 2024-03-13T00:28:13.000Z | 0x0c1a98c764a0fd1b0075e2b03dbe136daf194e042b7caa3e2a3404b12e3d98e5 |
  | 0xf060ab8aa23eab22bfd81073072e1e89d4cb1278 | 1000000000000000000 | 0x8f5bbb2bb8c2ee94639e55d5f41de9b4839c1280 | false   | 0xc6a0840bfc7147cfdab43a032f0e3ee3081786b02bd544ec52255697fec963f4 | 0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270 | 51947614416174567389 | 212        | 54606409      | 2024-03-13T11:11:44.000Z | 0x79b233a4ea261341f5b05d7fbbcdd8448590a055b86a0ac0821163c32bdc3f59 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenWithdraw_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### 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.

<Accordion title="Columns">
  | Column              | Type        | Description                                                                                                                                                    |
  | ------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `block_timestamp`   | `TIMESTAMP` | Timestamp when the block was produced. UTC timezone, millisecond precision.                                                                                    |
  | `block_number`      | `INT64`     | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block's position in the blockchain.           |
  | `transaction_hash`  | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                            |
  | `log_index`         | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                             |
  | `address`           | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                                        |
  | `removed`           | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                                   |
  | `in_to`             | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                                |
  | `in_token`          | `STRING`    | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                         |
  | `in_amount`         | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                                |
  | `in_fee`            | `STRING`    | Fee 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_swapTokenIndex` | `INT64`     | Index 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_swapMinAmount`  | `STRING`    | Minimum token amount acceptable from a swap operation. Numeric string representation of token quantity in smallest denomination.                               |
  | `in_swapDeadline`   | `STRING`    | Unix timestamp representing the deadline by which a token swap must be executed. Integer value encoded as a string.                                            |
  | `in_swapSuccess`    | `BOOL`      | Boolean flag indicating whether the token swap operation completed successfully within the cross-chain bridge transaction.                                     |
  | `in_kappa`          | `STRING`    | Unique identifier for the cross-chain bridge transaction. 66-character hex string including 0x prefix.                                                         |
</Accordion>

<Accordion title="Sample Data">
  *No sample data available.*
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.synapse_v1_polygon.SynapseBridge_TokenWithdrawAndRemove_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***
