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

> Tables in tt-contracts.hyperbridge_v1_optimism

## Tables

### OptimismHost\_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_optimism.OptimismHost_GetRequestEvent_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### OptimismHost\_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_optimism.OptimismHost_GetRequestHandled_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### OptimismHost\_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_optimism.OptimismHost_GetRequestTimeoutHandled_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### OptimismHost\_PostRequestEvent\_event

Cross-chain request events emitted by Hyperbridge protocol on Optimism, tracking message routing from source chains (EVM-10) to destination chains (BNB Chain, Arbitrum, Base) with nonces, fees, and timeout parameters. Used for analyzing cross-chain messaging activity and bridge flow patterns.

<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       | 0x78c8a5f27c06757ea0e30bea682f1fd5c8d7645d | 0x       | EVM-100  | 0x9251c6b5f4e2cee34269400cbb43ad5c813606f6 | false   | 161       | EVM-10     | 45         | 130975293     | 2025-01-22T12:36:03.000Z | 0x5e38310180529c0ec6f6ab5ae27b5ec9a52944d6a397358d787d26107beb15cd | 1737556563           |
  | 0x9251c6b5f4e2cee34269400cbb43ad5c813606f6 | 0       | 0x78c8a5f27c06757ea0e30bea682f1fd5c8d7645d | 0x       | EVM-100  | 0x9251c6b5f4e2cee34269400cbb43ad5c813606f6 | false   | 164       | EVM-10     | 15         | 130976483     | 2025-01-22T13:15:43.000Z | 0x1f3ec3537c1c48cd1b26c815906d5a97f3c5f53ddfa7306d86fd9ef9ef6d13f8 | 1737558943           |
  | 0x9251c6b5f4e2cee34269400cbb43ad5c813606f6 | 0       | 0x78c8a5f27c06757ea0e30bea682f1fd5c8d7645d | 0x       | EVM-100  | 0x9251c6b5f4e2cee34269400cbb43ad5c813606f6 | false   | 156       | EVM-10     | 33         | 130964883     | 2025-01-22T06:49:03.000Z | 0xb5f5f9d7ebed4a2a257f1d1975163561ff564c16ab0cf46c4ae4c7db194ac88f | 1737535743           |
</Accordion>

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

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

***

### OptimismHost\_PostRequestHandled\_event

Post-request handling events from the Hyperbridge OptimismHost contract on Optimism, capturing cross-chain message commitments processed by relayers. Used for tracking interoperability message flow and relayer activity across Hyperbridge-connected 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_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                                                  |
  | ------------------------------------------ | ------- | ---------- | ------------------------------------------ | ------------- | ------------------------------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x78c8a5f27c06757ea0e30bea682f1fd5c8d7645d | false   | 86         | 0xd624c8f640d4a49c4326c87eaaff7117b9fb75c4 | 132358951     | 0x4844a671131b72e0f471604a81776b76d5972fc512f39a97d12b1fc4147748c1 | 2025-02-23T13:17:59.000Z | 0x22529ad600d3eba1d380e7dff9b0d95473dac5f8679503ce4a6e0933b456c66d |
  | 0x78c8a5f27c06757ea0e30bea682f1fd5c8d7645d | false   | 92         | 0xd624c8f640d4a49c4326c87eaaff7117b9fb75c4 | 132358951     | 0x8de0497c2cf9e6aeebc3e6c61a77f8842601a2d9ae2b1a399af1e6c850c81bd8 | 2025-02-23T13:17:59.000Z | 0x22529ad600d3eba1d380e7dff9b0d95473dac5f8679503ce4a6e0933b456c66d |
  | 0x78c8a5f27c06757ea0e30bea682f1fd5c8d7645d | false   | 89         | 0xd624c8f640d4a49c4326c87eaaff7117b9fb75c4 | 132358951     | 0x9d7e9eeca51ef58149c4f9a2d0a264d839bbc37ab3f23d46af81231848fb7f09 | 2025-02-23T13:17:59.000Z | 0x22529ad600d3eba1d380e7dff9b0d95473dac5f8679503ce4a6e0933b456c66d |
</Accordion>

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

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

***

### OptimismHost\_PostRequestTimeoutHandled\_event

Timeout handling events for cross-chain POST requests initiated through Hyperbridge on Optimism, capturing expired request commitments and their destination chains (identified by EVM chain IDs like Arbitrum-42161, Base-8453, BNB-56, Gnosis-100). Used for tracking failed cross-chain message delivery and debugging interoperability issues.

<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                                                  |
  | ------------------------------------------ | -------- | ------- | ---------- | ------------- | ------------------------------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x78c8a5f27c06757ea0e30bea682f1fd5c8d7645d | EVM-100  | false   | 17         | 133033139     | 0xb42b9fb9ecd171cc7855ba77304893f5f07386db12148c01ee986427483486b4 | 2025-03-11T03:50:55.000Z | 0x4d29b398c51c4d71b57e1f94bf384cd15818ac7accfaf084bfa9f236a5de61c5 |
  | 0x78c8a5f27c06757ea0e30bea682f1fd5c8d7645d | EVM-100  | false   | 71         | 132397375     | 0x3077af5075173386c368c9e9529c0ee4f63518bf52a2b8ada91331285406e42c | 2025-02-24T10:38:47.000Z | 0xd9a01e7696ffee02d8602899dadff1a791e4cabaaa1843c1fdf32be9ddcdfa71 |
  | 0x78c8a5f27c06757ea0e30bea682f1fd5c8d7645d | EVM-8453 | false   | 50         | 131436525     | 0x3b4b87c4f9f6fc3c4aec7a3a84a03433a3c017a1b263faa27807e0cc4aaf625d | 2025-02-02T04:50:27.000Z | 0xa664c1be4763c6cfc45177a38230249a8ca60fff70c1043a7fbb8306cfe9c64d |
</Accordion>

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

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

***

### OptimismHost\_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_optimism.OptimismHost_PostResponseEvent_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### OptimismHost\_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_optimism.OptimismHost_PostResponseHandled_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### OptimismHost\_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_optimism.OptimismHost_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 | 0x06a9df40e8c5b79486e2e8fedb4d534bf6f3d08202eda6e65b0d3c392e10815b | false   | 495504000000000000  | 84         | 0x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f | 128478449     | 0x79629f5bd5ff5ef4398a7c24c4c943d847c241eeea3cf5757f3f4cd3f1d1a0c4 | 0xc7d785ffb0b5f92beb21382d44539048a5b5df62 | 2024-11-25T17:27:55.000Z | 0x42bb0b0f6409cff4e88bf94da0924e8fd3653c267c826ec70cd98d7e0e17af29 |
  | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | 0x000000000000000000000000011c4bfa4e76b8b81e007d52908aa400aab35e84 | false   | 3000000000000000000 | 13         | 0x2a4161abff7b056457562a2e82dd6f5878159be2537b90f19dd1458b40524d3f | 132580651     | 0x0298df77c77c1e8221dc60c6fa2def304a9200895dfbcf5b10269a3c61b1f17a | 0x011c4bfa4e76b8b81e007d52908aa400aab35e84 | 2025-02-28T16:27:59.000Z | 0xa4c65c4f3a515c38941e6cb12d07898ad19f6ff8e98dbe528426a983389a31c6 |
  | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | 0x000000000000000000000000a176ee689b6ac8670986d104dc513307ce68e2ec | false   | 200000000000000000  | 5          | 0x2c39e61e26a9f54b13049db72ed462371c4675161ad800538eefbb25e5f5531f | 132784054     | 0xddc60ba7268a4ffea9cd101bba3eb754d8b670f856a0f0f3179a0a92f5047d69 | 0xa176ee689b6ac8670986d104dc513307ce68e2ec | 2025-03-05T09:28:05.000Z | 0xb2f98c6f483312c4e9051bffeb57e7cbafbd58e0236fca371ccbdde8ce7308fe |
</Accordion>

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

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.hyperbridge_v1_optimism.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 | Bifrost Moonbeam Native Token | false   | 0x0000000000000000000000000000000000000000 | GLMR       | 6          | 0xa4690066220620100ea0109a1e46cbd5096ab757e3117d17b6ee1b6f27fe420c | 0xf83455ebd661eb4f414ad3bf252a62b08c3f990c | 132304026     | 0x0000000000000000000000000000000000000000 | 2025-02-22T06:47:09.000Z | 0                 | 0xd943b93a870a787eb40b3282794bcc7bc541f119e7a2da688d171880ea41e8aa |
  | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | Bifrost Native Token          | false   | 0x0000000000000000000000000000000000000000 | BNC        | 4          | 0x2a4161abff7b056457562a2e82dd6f5878159be2537b90f19dd1458b40524d3f | 0xf877500c6ff3cf8305245bcb3cf1c5a6b7287aef | 132304026     | 0x0000000000000000000000000000000000000000 | 2025-02-22T06:47:09.000Z | 0                 | 0xd943b93a870a787eb40b3282794bcc7bc541f119e7a2da688d171880ea41e8aa |
  | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | Bifrost Astar Native Token    | false   | 0x0000000000000000000000000000000000000000 | ASTR       | 8          | 0xef9c12300328f9f458b10811de24a7dd12738a28e9312f700a64c2afc0699f06 | 0x44c97257ab904a22dafa31e75190e3af9331e81c | 132304026     | 0x0000000000000000000000000000000000000000 | 2025-02-22T06:47:09.000Z | 0                 | 0xd943b93a870a787eb40b3282794bcc7bc541f119e7a2da688d171880ea41e8aa |
</Accordion>

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

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.hyperbridge_v1_optimism.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                                                  |
  | ------------------------------------------------------------------ | ------------------------------------------ | ------------- | ------------------------------------------ | ------- | ------------------ | ---------- | ---------- | ------------------------------------------------------------------ | ------------- | ------------------------------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x14386c91fb98f4587d31bc732d50241b5eabb4292d9a3e77b840d5d6919c306d | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | POLKADOT-2030 | 0xb65e3faba1277bf5b9de6bebfe584457935384ac | false   | 18190000000000000  | true       | 82         | 0xef9c12300328f9f458b10811de24a7dd12738a28e9312f700a64c2afc0699f06 | 132310437     | 0x8a0c47559735668dd33a7eb6f674a63bd2867d6e6a95c29166514ded794ec4a7 | 2025-02-22T10:20:51.000Z | 0xb4f250b622a57a3904716cafd48465fbcd4b97b7c854ff2a715aa329559d9979 |
  | 0x14386c91fb98f4587d31bc732d50241b5eabb4292d9a3e77b840d5d6919c306d | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | POLKADOT-2030 | 0xb65e3faba1277bf5b9de6bebfe584457935384ac | false   | 18060000000000000  | true       | 727        | 0xa4690066220620100ea0109a1e46cbd5096ab757e3117d17b6ee1b6f27fe420c | 132310404     | 0x589be4710d50b09534344462d7f97ec35389766f5d5e1f2f06784863e19835fb | 2025-02-22T10:19:45.000Z | 0xab435270172be14d7d56ab6be79bda3b4b1d71ccf76350fb6a0e506e895b148a |
  | 0x14386c91fb98f4587d31bc732d50241b5eabb4292d9a3e77b840d5d6919c306d | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | POLKADOT-2030 | 0xb65e3faba1277bf5b9de6bebfe584457935384ac | false   | 181500000000000000 | true       | 83         | 0x2a4161abff7b056457562a2e82dd6f5878159be2537b90f19dd1458b40524d3f | 132310367     | 0x0b4229f49e7aa82af85753890c525add48b9ce7f7f28734ab7bbdb06e17941c2 | 2025-02-22T10:18:31.000Z | 0xb38510ea4b69aa0e5acbd1fccd29164f39f63a989b79f1165b0d9c1e959ad2e8 |
</Accordion>

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

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

***
