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

# hyperbridge_v1_gnosis

> Tables in tt-contracts.hyperbridge_v1_gnosis

## Tables

### GnosisHost\_GetRequestEvent\_event

*No description available.*

<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_source`           | `STRING`        | Source chain identifier for the cross-chain operation. String format following the pattern "CHAINTYPE-CHAINID" (e.g., "EVM-1" for Ethereum, "EVM-56" for BSC).                                     |
  | `in_dest`             | `STRING`        | Destination chain identifier for cross-chain operations. String format following the pattern "CHAINTYPE-CHAINID" (e.g., "EVM-56" for BSC, "POLKADOT-2030" for a Polkadot parachain).               |
  | `in_from`             | `STRING`        | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                      |
  | `in_keys`             | `ARRAY<STRING>` | Array of cryptographic keys or identifiers associated with the cross-chain request. Hex-encoded strings with 0x prefix.                                                                            |
  | `in_height`           | `STRING`        | Block height on the source chain at which the cross-chain request was initiated. Numeric string representation without leading zeros.                                                              |
  | `in_nonce`            | `STRING`        | Unique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.                                             |
  | `in_timeoutTimestamp` | `STRING`        | Timestamp after which a cross-chain request or operation expires. Unix timestamp in seconds represented as a numeric string, or '0' indicating no timeout.                                         |
  | `in_context`          | `STRING`        | Contextual data or metadata associated with the cross-chain request. Hex-encoded string with 0x prefix containing protocol-specific information about the request origin or execution environment. |
  | `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.                                     |
</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.hyperbridge_v1_gnosis.GnosisHost_GetRequestEvent_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### GnosisHost\_GetRequestHandled\_event

*No description available.*

<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_commitment`    | `STRING`    | Cryptographic commitment hash for the cross-chain request or response. Hex-encoded, 0x-prefixed, 66-character string.                                |
  | `in_relayer`       | `STRING`    | Address of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.                               |
</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.hyperbridge_v1_gnosis.GnosisHost_GetRequestHandled_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### GnosisHost\_GetRequestTimeoutHandled\_event

*No description available.*

<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_commitment`    | `STRING`    | Cryptographic commitment hash for the cross-chain request or response. Hex-encoded, 0x-prefixed, 66-character string.                                                                |
  | `in_dest`          | `STRING`    | Destination chain identifier for cross-chain operations. String format following the pattern "CHAINTYPE-CHAINID" (e.g., "EVM-56" for BSC, "POLKADOT-2030" for a Polkadot parachain). |
</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.hyperbridge_v1_gnosis.GnosisHost_GetRequestTimeoutHandled_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### GnosisHost\_PostRequestEvent\_event

Cross-chain request emissions from Hyperbridge protocol on Gnosis Chain, capturing post requests with source/destination chain identifiers (EVM-100, EVM-10, EVM-56, etc.), sender/receiver addresses, nonces, timeout timestamps, and optional fees. Used for tracking cross-chain message flows and analyzing interoperability patterns across EVM networks.

<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_source`           | `STRING`    | Source chain identifier for the cross-chain operation. String format following the pattern "CHAINTYPE-CHAINID" (e.g., "EVM-1" for Ethereum, "EVM-56" for BSC).                       |
  | `in_dest`             | `STRING`    | Destination chain identifier for cross-chain operations. String format following the pattern "CHAINTYPE-CHAINID" (e.g., "EVM-56" for BSC, "POLKADOT-2030" for a Polkadot parachain). |
  | `in_from`             | `STRING`    | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                                        |
  | `in_to`               | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                      |
  | `in_nonce`            | `STRING`    | Unique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.                               |
  | `in_timeoutTimestamp` | `STRING`    | Timestamp after which a cross-chain request or operation expires. Unix timestamp in seconds represented as a numeric string, or '0' indicating no timeout.                           |
  | `in_body`             | `STRING`    | Payload data for the cross-chain request or response. Hex-encoded byte array with 0x prefix, may be empty (0x) when no payload is included.                                          |
  | `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.                       |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                     | in\_fee            | address                                    | in\_body | in\_dest | in\_from                                   | removed | in\_nonce | in\_source | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  | in\_timeoutTimestamp |
  | ------------------------------------------ | ------------------ | ------------------------------------------ | -------- | -------- | ------------------------------------------ | ------- | --------- | ---------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ | -------------------- |
  | 0x9251c6b5f4e2cee34269400cbb43ad5c813606f6 | 0                  | 0x50c236247447b9d4ee0561054ee596fbda7791b1 | 0x       | EVM-10   | 0x9251c6b5f4e2cee34269400cbb43ad5c813606f6 | false   | 725       | EVM-100    | 10         | 38621944      | 2025-02-18T07:49:05.000Z | 0x0740511d64a469c77759b248fd1b6c0dde688bc5777a886bcb636f20eaba50b4 | 1739868545           |
  | 0x9251c6b5f4e2cee34269400cbb43ad5c813606f6 | 205213050000000000 | 0x50c236247447b9d4ee0561054ee596fbda7791b1 | 0x       | EVM-56   | 0x9251c6b5f4e2cee34269400cbb43ad5c813606f6 | false   | 726       | EVM-100    | 14         | 38621974      | 2025-02-18T07:51:35.000Z | 0x7152652bd7aeb4c869def0959218b9cb1d6ea8a9ba5e0080c994c36b0d338207 | 1739868695           |
  | 0x9251c6b5f4e2cee34269400cbb43ad5c813606f6 | 0                  | 0x50c236247447b9d4ee0561054ee596fbda7791b1 | 0x       | EVM-10   | 0x9251c6b5f4e2cee34269400cbb43ad5c813606f6 | false   | 787       | EVM-100    | 28         | 38877099      | 2025-03-05T11:15:55.000Z | 0xe201425f361bec1bd126720fa848c20366dea0a554c77e3f88dbc4a16945f4dc | 1741176955           |
</Accordion>

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

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

***

### GnosisHost\_PostRequestHandled\_event

Event logs capturing post-request handling confirmations on Hyperbridge's Gnosis chain host contract, recording relayer addresses and cryptographic commitments. Used for tracking cross-chain message delivery acknowledgments and relayer activity in the Hyperbridge interoperability protocol.

<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_commitment`    | `STRING`    | Cryptographic commitment hash for the cross-chain request or response. Hex-encoded, 0x-prefixed, 66-character string.                                |
  | `in_relayer`       | `STRING`    | Address of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.                               |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | log\_index | in\_relayer                                | block\_number | in\_commitment                                                     | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ---------- | ------------------------------------------ | ------------- | ------------------------------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x50c236247447b9d4ee0561054ee596fbda7791b1 | false   | 35         | 0x8d4df76e6f58419b8ccef8357a1a6973e46d0944 | 38306161      | 0x30c143e5a0de72f00ff66b0d9934e3d6bc507eb7cc3134aec7fb2f7dc2113b2d | 2025-01-30T13:42:20.000Z | 0x4e97208a6699a62411f21fc5b83664bfa251bee39e4c5aedf052f8de393dcc52 |
  | 0x50c236247447b9d4ee0561054ee596fbda7791b1 | false   | 8          | 0xb61acc4aa30a72a04862a030e676cf59585f4067 | 38306122      | 0xe15975e7f48da61e4a9f87d2eb124aeffdbf54b2acfe509eabfa9994bbf96dc7 | 2025-01-30T13:39:00.000Z | 0x0c17c4dd8c9571db005327c838b8b9fd4a345463865050c28e7319058afcaaab |
  | 0x50c236247447b9d4ee0561054ee596fbda7791b1 | false   | 7          | 0xf6ac0a778f370a5deea901f1acd7da6b7d286f6d | 38298975      | 0x2fca7ffbf513c704e2a71989c501368feb50eeddeca8a720b64d5388c926ce89 | 2025-01-30T03:33:05.000Z | 0xd0cf6df4a4aa5f208e88d2167bdc7427969fb05222dfc2979dba0f0887b78516 |
</Accordion>

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

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

***

### GnosisHost\_PostRequestTimeoutHandled\_event

Timeout events for cross-chain post requests handled by Hyperbridge's GnosisHost contract on Gnosis Chain. Used to track failed or expired cross-chain message deliveries to destination chains like Optimism (EVM-10), BSC (EVM-56), and Arbitrum (EVM-42161).

<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_commitment`    | `STRING`    | Cryptographic commitment hash for the cross-chain request or response. Hex-encoded, 0x-prefixed, 66-character string.                                                                |
  | `in_dest`          | `STRING`    | Destination chain identifier for cross-chain operations. String format following the pattern "CHAINTYPE-CHAINID" (e.g., "EVM-56" for BSC, "POLKADOT-2030" for a Polkadot parachain). |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | in\_dest | removed | log\_index | block\_number | in\_commitment                                                     | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | -------- | ------- | ---------- | ------------- | ------------------------------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x50c236247447b9d4ee0561054ee596fbda7791b1 | EVM-10   | false   | 16         | 38506166      | 0x8cefa64e0ccbfd115dfcb15f2f1f66ea03e0123e19076b66ae4c8f06c044e725 | 2025-02-11T09:48:25.000Z | 0x9adb3c491572dfc13671bc0e8ca205df10bb785b74e48de30cbb69eca00386f1 |
  | 0x50c236247447b9d4ee0561054ee596fbda7791b1 | EVM-10   | false   | 5          | 38509243      | 0x20ff895f3722820503cdeba3fe0d5caed912256109964ba348e540c26fc6bec2 | 2025-02-11T14:13:35.000Z | 0x9a5781e2f7443c28ca47200a56fcdbcb773e72dfe4422b05db6ae894cef7963e |
  | 0x50c236247447b9d4ee0561054ee596fbda7791b1 | EVM-10   | false   | 15         | 38200311      | 0x75fea9bbc0a8a60d3e9910f72d7817c7d2072ad0bb97b52230fb2d225b94021a | 2025-01-24T07:10:05.000Z | 0x7f7ff05d07712167a5ec64aaf28ce4666715bbc5e23cfc31ae9881d1676c07cc |
</Accordion>

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

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

***

### GnosisHost\_PostResponseEvent\_event

*No description available.*

<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_source`                   | `STRING`    | Source chain identifier for the cross-chain operation. String format following the pattern "CHAINTYPE-CHAINID" (e.g., "EVM-1" for Ethereum, "EVM-56" for BSC).                       |
  | `in_dest`                     | `STRING`    | Destination chain identifier for cross-chain operations. String format following the pattern "CHAINTYPE-CHAINID" (e.g., "EVM-56" for BSC, "POLKADOT-2030" for a Polkadot parachain). |
  | `in_from`                     | `STRING`    | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                                        |
  | `in_to`                       | `STRING`    | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                      |
  | `in_nonce`                    | `STRING`    | Unique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.                               |
  | `in_timeoutTimestamp`         | `STRING`    | Timestamp after which a cross-chain request or operation expires. Unix timestamp in seconds represented as a numeric string, or '0' indicating no timeout.                           |
  | `in_body`                     | `STRING`    | Payload data for the cross-chain request or response. Hex-encoded byte array with 0x prefix, may be empty (0x) when no payload is included.                                          |
  | `in_response`                 | `STRING`    | -                                                                                                                                                                                    |
  | `in_responseTimeoutTimestamp` | `STRING`    | -                                                                                                                                                                                    |
  | `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.                       |
</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.hyperbridge_v1_gnosis.GnosisHost_PostResponseEvent_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### GnosisHost\_PostResponseHandled\_event

*No description available.*

<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_commitment`    | `STRING`    | Cryptographic commitment hash for the cross-chain request or response. Hex-encoded, 0x-prefixed, 66-character string.                                |
  | `in_relayer`       | `STRING`    | Address of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.                               |
</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.hyperbridge_v1_gnosis.GnosisHost_PostResponseHandled_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### GnosisHost\_PostResponseTimeoutHandled\_event

*No description available.*

<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_commitment`    | `STRING`    | Cryptographic commitment hash for the cross-chain request or response. Hex-encoded, 0x-prefixed, 66-character string.                                                                |
  | `in_dest`          | `STRING`    | Destination chain identifier for cross-chain operations. String format following the pattern "CHAINTYPE-CHAINID" (e.g., "EVM-56" for BSC, "POLKADOT-2030" for a Polkadot parachain). |
</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.hyperbridge_v1_gnosis.GnosisHost_PostResponseTimeoutHandled_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### TokenGateway\_AssetReceived\_event

Cross-chain asset receipt events emitted by TokenGateway contracts when assets are delivered to beneficiaries. Contains origin address, asset identifier, transferred amount, beneficiary address, and cryptographic commitment hash for cross-chain transaction verification.

<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_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
  | `in_commitment`    | `STRING`    | Cryptographic commitment hash for the cross-chain request or response. Hex-encoded, 0x-prefixed, 66-character string.                                |
  | `in_from`          | `STRING`    | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                        |
  | `in_beneficiary`   | `STRING`    | Address that receives the tokens, assets, or benefits from the operation. Hex-encoded, 0x-prefixed, 42-character string.                             |
  | `in_assetId`       | `STRING`    | Unique identifier for the asset or token involved in the operation. Hex-encoded, 0x-prefixed, 66-character string.                                   |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | in\_from                                                           | removed | in\_amount         | log\_index | in\_assetId                                                        | block\_number | in\_commitment                                                     | in\_beneficiary                            | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------------------------------ | ------- | ------------------ | ---------- | ------------------------------------------------------------------ | ------------- | ------------------------------------------------------------------ | ------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | 0x8a942994dd36f856dbf7df4af6db0568ec57cc2a535ee306d21c40c6f154a919 | false   | 995004000000000000 | 160        | 0x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f | 36906025      | 0xac399644be3f3e37379a90885ea6455b5b970025a2724468074dd3997ba84f47 | 0x29b7a9de7e4923ce971cafac92cf8a9bcd6ab0fa | 2024-11-07T18:50:40.000Z | 0x834bc9f777c2929cc0b6e688c874c2c6a8f7098188c74a0d30cadb766393506f |
  | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | 0x8875bb054b7e9b35a2d84c19152d17947b1ff629edbf1759ddd9f04ce33b495b | false   | 995004000000000000 | 47         | 0x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f | 36906790      | 0x6b45af7a7bee19a619cec37d591302e471bf436590fede4afb26f4a60be9f74b | 0x1076c2cfb8d1f3aa5bf050d8c0d6d128175bfeee | 2024-11-07T19:57:10.000Z | 0x58402ed698e8d0f756e2649d574cf5e3d638cac6604c24bfbe42ec331e388c87 |
  | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | 0x588177cf191e890d83b10e9653cfd663c8a382d5afce8518636dd9565c22a631 | false   | 995004000000000000 | 39         | 0x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f | 38657259      | 0xfb844429bb8453d57e7367257c7c7fdfe8fd236c5bbcb1ff48ba4a874d2e1af7 | 0x011c4bfa4e76b8b81e007d52908aa400aab35e84 | 2025-02-20T10:30:30.000Z | 0xdfe41487b4a11f47985f69d34f57580126b646076a782d18150e53149b1b6311 |
</Accordion>

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

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

***

### TokenGateway\_AssetRegistered\_event

Token registration events emitted by the TokenGateway contract when assets are registered for cross-chain bridging. Records asset identifiers, token metadata (name, symbol), ERC-20 and ERC-6160 (Multi-Token Standard) contract addresses, initial supply, and beneficiary information for tracking registered assets across chains.

<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_erc20`         | `STRING`    | Contract address of the ERC20 token being redeemed or registered. Hex-encoded, 0x-prefixed, 42-character string or zero address for native tokens.   |
  | `in_erc6160`       | `STRING`    | Contract address of the ERC6160 multi-token implementation associated with the registered asset. Hex-encoded, 0x-prefixed, 42-character string.      |
  | `in_name`          | `STRING`    | Name or label identifier for the entity being created, registered, or updated in the event.                                                          |
  | `in_symbol`        | `STRING`    | Symbol of the token involved in the transaction or event.                                                                                            |
  | `in_assetId`       | `STRING`    | Unique identifier for the asset or token involved in the operation. Hex-encoded, 0x-prefixed, 66-character string.                                   |
  | `in_initialSupply` | `STRING`    | Initial token supply amount for the registered asset. String-encoded numeric value.                                                                  |
  | `in_beneficiary`   | `STRING`    | Address that receives the tokens, assets, or benefits from the operation. Hex-encoded, 0x-prefixed, 42-character string.                             |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | in\_name                     | removed | in\_erc20                                  | in\_symbol | log\_index | in\_assetId                                                        | in\_erc6160                                | block\_number | in\_beneficiary                            | block\_timestamp         | in\_initialSupply | transaction\_hash                                                  |
  | ------------------------------------------ | ---------------------------- | ------- | ------------------------------------------ | ---------- | ---------- | ------------------------------------------------------------------ | ------------------------------------------ | ------------- | ------------------------------------------ | ------------------------ | ----------------- | ------------------------------------------------------------------ |
  | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | Polkadot Token (Relay Chain) | false   | 0x0000000000000000000000000000000000000000 | DOT        | 7          | 0x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f | 0x8d010bf9c26881788b4e6bf5fd1bdc358c8f90b8 | 36887030      | 0x0000000000000000000000000000000000000000 | 2024-11-06T15:32:30.000Z | 0                 | 0xdaf679740ec2d97ecf3ebc0809b015dfac29c7134c539d6e8ce5a74ab55a5b8c |
</Accordion>

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

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

***

### TokenGateway\_AssetTeleported\_event

Cross-chain asset teleportation events emitted by Hyperbridge TokenGateway contracts. Records source address, destination chain identifier, asset ID, transfer amount, recipient address, and cryptographic commitment hash for tracking interoperability bridge 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_dest`          | `STRING`    | Destination chain identifier for cross-chain operations. String format following the pattern "CHAINTYPE-CHAINID" (e.g., "EVM-56" for BSC, "POLKADOT-2030" for a Polkadot parachain). |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                                                      |
  | `in_commitment`    | `STRING`    | Cryptographic commitment hash for the cross-chain request or response. Hex-encoded, 0x-prefixed, 66-character string.                                                                |
  | `in_from`          | `STRING`    | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                                        |
  | `in_assetId`       | `STRING`    | Unique identifier for the asset or token involved in the operation. Hex-encoded, 0x-prefixed, 66-character string.                                                                   |
  | `in_redeem`        | `BOOL`      | Boolean flag indicating whether the cross-chain transfer is a redemption operation.                                                                                                  |
</Accordion>

<Accordion title="Sample Data">
  | in\_to                                                             | address                                    | in\_dest | in\_from                                   | removed | in\_amount         | in\_redeem | log\_index | in\_assetId                                                        | block\_number | in\_commitment                                                     | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------------------------------ | ------------------------------------------ | -------- | ------------------------------------------ | ------- | ------------------ | ---------- | ---------- | ------------------------------------------------------------------ | ------------- | ------------------------------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x000000000000000000000000011c4bfa4e76b8b81e007d52908aa400aab35e84 | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | EVM-56   | 0x011c4bfa4e76b8b81e007d52908aa400aab35e84 | false   | 100000000000000000 | false      | 25         | 0x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f | 40258551      | 0x8216755cc79b088a15c022e567e0c97f9c6bb156d7703d0cb1e6af12d1c6b173 | 2025-05-26T11:54:25.000Z | 0xb12e7768bba47d1adbebc66e1ca97113cda21aeec311ea8ce288e652daf53cf3 |
  | 0x000000000000000000000000011c4bfa4e76b8b81e007d52908aa400aab35e84 | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | EVM-56   | 0x011c4bfa4e76b8b81e007d52908aa400aab35e84 | false   | 500000000000000000 | false      | 4          | 0x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f | 36938732      | 0x7f241961e76008b5a58af0383f45aa9f204149af083b7104b9d98eb5fa551a28 | 2024-11-09T17:56:10.000Z | 0xcc155fb41bfe244e9d0c8608ccff3edc0b5b924ebb6cce9b255066003733fa48 |
  | 0x000000000000000000000000011c4bfa4e76b8b81e007d52908aa400aab35e84 | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | EVM-56   | 0x011c4bfa4e76b8b81e007d52908aa400aab35e84 | false   | 500000000000000000 | false      | 16         | 0x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f | 36951685      | 0x13f3c192d6dcebf57b3d157c467a26a42306d35b2b3e73cbc5e8b705dd143fa5 | 2024-11-10T12:37:30.000Z | 0xce4ec71569bb6f056fed39a293c9f3bcc22693a1f2a6b8f9f2340b9dc5a20630 |
</Accordion>

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

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

***
