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

> Tables in tt-contracts.hyperbridge_v1_bsc

## Tables

### BscHost\_GetRequestEvent\_event

Cross-chain GET request events from Hyperbridge protocol on BSC, tracking data queries initiated from BSC to other EVM chains (Ethereum, Base, Arbitrum, Polygon). Contains request metadata including source/destination chain identifiers, requestor addresses, nonces, and fees for analyzing cross-chain data retrieval 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_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">
  | in\_fee            | address                                    | in\_dest  | in\_from                                   | in\_keys                                                                                                        | removed | in\_nonce | in\_height | in\_source | log\_index | in\_context                                                                                                                                                                                                                                                                                                                                                                                                                                                        | block\_number | block\_timestamp         | transaction\_hash                                                  | in\_timeoutTimestamp |
  | ------------------ | ------------------------------------------ | --------- | ------------------------------------------ | --------------------------------------------------------------------------------------------------------------- | ------- | --------- | ---------- | ---------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------- | ------------------------ | ------------------------------------------------------------------ | -------------------- |
  | 672000000000000000 | 0x24b5d421ec373fca57325dd2f0c074009af021f7 | EVM-8453  | 0xd54165e45926720b062c192a5bacec64d5bb08da | \["0xd54165e45926720b062c192a5bacec64d5bb08dabc6544b6b63f2a27d7ac9b4d7691108050172c06359c878cdfb8d6b8be57d996"] | false   | 766       | 35262312   | EVM-56     | 80         | 0x0000000000000000000000000000000000000000000000000000000000000020a147eb57feb019263d70ac738b544e29b9b6ce3ccaf51883663f3da132f981d2000000000000000000000000c8cb6c49f90d7024b5d4fd2ed5491dbffb80ca13000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000010000000000000000000000008ac76a51cc950d9822d68b83fe1ad97b32cd580d00000000000000000000000000000000000000000000000000038d7ea4c68000 | 60427594      | 2025-09-08T08:13:54.000Z | 0xfc213e3a1eb414efee18b5b846b0eea152d0269ae02e8ebdca552032b6825c29 | 0                    |
  | 672000000000000000 | 0x24b5d421ec373fca57325dd2f0c074009af021f7 | EVM-1     | 0xd54165e45926720b062c192a5bacec64d5bb08da | \["0xd54165e45926720b062c192a5bacec64d5bb08da1c8fdf4b1f9741dce31105fe6ece676e3f0abd4130b9ea7de224094662a94154"] | false   | 780       | 23342575   | EVM-56     | 127        | 0x0000000000000000000000000000000000000000000000000000000000000020e352987100db9eb8a2ea6a013fc69a3039e46d9a81a27f7764cc43264d0cc5a7000000000000000000000000c8cb6c49f90d7024b5d4fd2ed5491dbffb80ca13000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000010000000000000000000000008ac76a51cc950d9822d68b83fe1ad97b32cd580d00000000000000000000000000000000000000000000000000038d7ea4c68000 | 60839052      | 2025-09-11T21:59:21.000Z | 0x1dcdac20d62beb27d70a5dc7f021fbeee2fc95425d699341aa353b900f01b25d | 0                    |
  | 224000000000000000 | 0x24b5d421ec373fca57325dd2f0c074009af021f7 | EVM-42161 | 0xd54165e45926720b062c192a5bacec64d5bb08da | \["0xd54165e45926720b062c192a5bacec64d5bb08da27793bf24a27fa4cf414661adcebc1f4a2a2e1bb89df46adbf671acc8edf0441"] | false   | 1025      | 385389568  | EVM-56     | 353        | 0x0000000000000000000000000000000000000000000000000000000000000020f2ce9cb5fc8a942dafee963fd84cbbbffad2adb6727434384ce36058eff0e241000000000000000000000000c8cb6c49f90d7024b5d4fd2ed5491dbffb80ca130000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000100000000000000000000000055d398326f99059ff775485246999027b319795500000000000000000000000000000000000000000000000002c68af0bb140000 | 63264079      | 2025-10-02T23:22:09.000Z | 0xc539c5b7da6294367626403e0aa3a3f866447a81b994ebfa675e81b38e8113cf | 0                    |
</Accordion>

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

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

***

### BscHost\_GetRequestHandled\_event

Cross-chain GET request completion events from Hyperbridge protocol on BSC, tracking relayer-processed requests with cryptographic commitments. Used for monitoring interoperability message delivery and relayer performance across blockchain 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_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                                                  |
  | ------------------------------------------ | ------- | ---------- | ------------------------------------------ | ------------- | ------------------------------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x24b5d421ec373fca57325dd2f0c074009af021f7 | false   | 407        | 0x9c97b15c361e390a46a6a920538508dc3a37c5e9 | 61234844      | 0xaf4bf0703e490f625ce3ce53b1dc46119c8ec8ccbb4ec8a4eaebddc9986f50af | 2025-09-15T08:27:25.000Z | 0x67bcfc5087aa2181650f5641c29a719808c230023c16bde73b73b9da606fac7c |
  | 0x24b5d421ec373fca57325dd2f0c074009af021f7 | false   | 501        | 0x9c97b15c361e390a46a6a920538508dc3a37c5e9 | 61234214      | 0x2cb776934cb7483858d01b2a529eba0cfd15176aa3ca8b85951ced6e467a9945 | 2025-09-15T08:19:32.000Z | 0xd804488cd18bf70a089f4897ea2a8a751ad5713d9b409e64b4bd8316694723b6 |
  | 0x24b5d421ec373fca57325dd2f0c074009af021f7 | false   | 305        | 0x9c97b15c361e390a46a6a920538508dc3a37c5e9 | 61289798      | 0x0fd492580c5a22cd8959d0646c741a6802b2891dc32f6f15279b64b6d404e76b | 2025-09-15T19:55:13.000Z | 0xd1c16906532c6fd9436531a5f15258e4a6df6d4e636fdc778397e1537cf9ebfd |
</Accordion>

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

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

***

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

***

### BscHost\_PostRequestEvent\_event

Cross-chain request events from Hyperbridge protocol on BSC (Binance Smart Chain), tracking outbound messages to destination chains including Ethereum, Arbitrum, and Polkadot parachains. Records include source/destination chain identifiers, request payloads, timeout parameters, and fee amounts for analyzing cross-chain messaging activity.

<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 |
  | ------------------------------------------ | ------------------ | ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------- | ------------------------------------------ | ------- | --------- | ---------- | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ | -------------------- |
  | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | 226242450000000000 | 0x24b5d421ec373fca57325dd2f0c074009af021f7 | 0x000000000000000000000000000000000000000000000000000dcef6ddc217c0009bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011c4bfa4e76b8b81e007d52908aa400aab35e84000000000000000000000000011c4bfa4e76b8b81e007d52908aa400aab35e84 | EVM-100       | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | false   | 109       | EVM-56     | 135        | 45526876      | 2025-01-06T11:10:08.000Z | 0xf10c1c9c6a5f73a79e72c39c215f425b05b717677aa0d6282ed6de6573c3ba14 | 1736165408           |
  | 0xa09b1c60e8650245f92518c8a17314878c4043ed | 0                  | 0x24b5d421ec373fca57325dd2f0c074009af021f7 | 0x0000000000000000000000000000000000000000000000000e99cedc13210ca6bd2a4161abff7b056457562a2e82dd6f5878159be2537b90f19dd1458b40524d3f00000000000000000000000000000000000000000000000000000000000000010000000000000000000000009117900a3794ad6d167dd97853f82a1aa07f9bbc2376226425b9e3f17a62d730c77fbc90ceb37d353886a823b05f8f091c610412 | POLKADOT-2030 | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | false   | 432       | EVM-56     | 124        | 47036867      | 2025-02-27T21:36:13.000Z | 0xa74b7cc55b0f0819fb3753620ccd1ea1035dc65fdc64f9d727423eb0b2e2c7db | 1740713773           |
  | 0xa09b1c60e8650245f92518c8a17314878c4043ed | 0                  | 0x24b5d421ec373fca57325dd2f0c074009af021f7 | 0x00000000000000000000000000000000000000000000000000379d3ea24b62ce002c39e61e26a9f54b13049db72ed462371c4675161ad800538eefbb25e5f5531f0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000011c4bfa4e76b8b81e007d52908aa400aab35e841d5df91e567934cdec02f8a4e636e07aedbbc1903def10af6ccbf9d65c1d51ac | POLKADOT-2030 | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | false   | 431       | EVM-56     | 283        | 47024800      | 2025-02-27T11:32:52.000Z | 0xbd5cd3ddb9adf506202b871a620d3e974f5c0a091a570f4fdefa1b681b787e14 | 1740677572           |
</Accordion>

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

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

***

### BscHost\_PostRequestHandled\_event

Post-request handling events from Hyperbridge's BscHost contract on Binance Smart Chain, recording cross-chain message processing with relayer addresses and request commitment hashes. Used for tracking interoperability message delivery and relayer performance across the Hyperbridge 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                                                  |
  | ------------------------------------------ | ------- | ---------- | ------------------------------------------ | ------------- | ------------------------------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x24b5d421ec373fca57325dd2f0c074009af021f7 | false   | 283        | 0x011c4bfa4e76b8b81e007d52908aa400aab35e84 | 55145331      | 0xd2fbf1102077a00a2209b6926adf59306d5b12d8ffbbc5decff31dc48ba30503 | 2025-07-24T11:35:49.000Z | 0xcb88b74b1672b5e26a5edffd507b75888b73bf7ba82b32cc03d542b29c176dcf |
  | 0x24b5d421ec373fca57325dd2f0c074009af021f7 | false   | 504        | 0xd624c8f640d4a49c4326c87eaaff7117b9fb75c4 | 55124549      | 0x7f510ea36186ce8dcf7b6b6da455150181bdcdd50ec35a3503f26b8f3a5a6c31 | 2025-07-24T07:16:01.000Z | 0x0884020669ce7edfcb756e125a98205933d6ecbba5cd21dafcaa8fe272ab9d61 |
  | 0x24b5d421ec373fca57325dd2f0c074009af021f7 | false   | 247        | 0xd624c8f640d4a49c4326c87eaaff7117b9fb75c4 | 55146078      | 0x9db2e6ed60bc25cde1ba40cb98cfe96ac98fe7828ac64456f7d7804e8ea0ce81 | 2025-07-24T11:45:09.000Z | 0x0fec40694f0081e1d6df323092544eeb28be150cfb17b3468f0c068763cbb669 |
</Accordion>

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

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

***

### BscHost\_PostRequestTimeoutHandled\_event

Cross-chain request timeout events from Hyperbridge protocol on BSC, recording failed message deliveries to destination chains like Ethereum (EVM-1), Arbitrum (EVM-42161), and Polkadot. Used for tracking cross-chain communication failures and analyzing bridge reliability across connected 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_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                                                  |
  | ------------------------------------------ | ------------- | ------- | ---------- | ------------- | ------------------------------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x24b5d421ec373fca57325dd2f0c074009af021f7 | POLKADOT-2030 | false   | 731        | 56600108      | 0x24764e85afc6e779d33299a9f7466708294198da7c10893e082c909fb18a8909 | 2025-08-06T02:42:12.000Z | 0x8c2a7adb906bba3e72ffdd87ae2ca0c3caec06f2f7bcade6ca7925bf31cbc531 |
  | 0x24b5d421ec373fca57325dd2f0c074009af021f7 | EVM-100       | false   | 22         | 43882487      | 0x2b9e499ca526dec024fa321aaf95171b435a937f5599dc2c9263fc4da0fd8281 | 2024-11-10T08:42:55.000Z | 0x97756b058453293cbcafa241257cdddf3828c9f63955842bc4d88feaa2e8359e |
  | 0x24b5d421ec373fca57325dd2f0c074009af021f7 | EVM-1         | false   | 1287       | 50013974      | 0xe8ee9805d6e9e5ce52b994b6cf825ddde79d66202ad13ed66cfca90917dc2626 | 2025-05-20T18:06:01.000Z | 0x3c8e26708c07886b73ba11bf7e3ed1c0e303894b4dd872d6a100c5f4e4b8d3ae |
</Accordion>

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

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

***

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

***

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

***

### BscHost\_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_bsc.BscHost_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 | 0x4030d52f393aa4c54eb6ff243c61fc8e8309497bf02e27ef5e9217186d47064a | false   | 1399595004000000000000  | 586        | 0x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f | 65082234      | 0x867593918d5a7ec0b48a3960be2ff6aee49e6a7188c9d559b7d723c3ae18ba63 | 0xe7fd19bd932d86adb54bff915e724b2b62e30ec9 | 2025-10-18T18:33:42.000Z | 0xa95e59a9561eb90de5f33ba7fa79f0d8594deeb50dfdff3116e5c1dfbe87e85c |
  | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | 0x000000000000000000000000b5e45baf339d4d6d9faeb0eb14beb5c5fecff60b | false   | 21249000000000000000000 | 495        | 0x2c39e61e26a9f54b13049db72ed462371c4675161ad800538eefbb25e5f5531f | 62125202      | 0xead70f651d42bb9a24e3e77301854e84de4dc84f1a862638ce36aedd46ebf7db | 0xb5e45baf339d4d6d9faeb0eb14beb5c5fecff60b | 2025-09-23T01:59:53.000Z | 0x983bd50406aee5c66a6f857896d44718794fd59cb7caa029de1e92f68f8304c2 |
  | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | 0x000000000000000000000000b5e45baf339d4d6d9faeb0eb14beb5c5fecff60b | false   | 35673368073304720000000 | 320        | 0x2c39e61e26a9f54b13049db72ed462371c4675161ad800538eefbb25e5f5531f | 62118661      | 0x355eb21a0b145fcb20bc44c72ec707b6c0bd516b45ce28f9be7f951b6d33fb7a | 0xb5e45baf339d4d6d9faeb0eb14beb5c5fecff60b | 2025-09-23T00:38:07.000Z | 0x94c5cb388200f1eff7f8a9d29234bc201411025f3527cf784ee488bedbf80ea2 |
</Accordion>

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

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.hyperbridge_v1_bsc.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        | 376        | 0x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f | 0x8d010bf9c26881788b4e6bf5fd1bdc358c8f90b8 | 43775705      | 0x0000000000000000000000000000000000000000 | 2024-11-06T15:32:16.000Z | 0                 | 0xcc357d510edefbe6c79b332ebb07d842f89957a9551d84effa74ef3672e2623a |
  | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | Bifrost Voucher ASTR         | false   | 0x0000000000000000000000000000000000000000 | vASTR      | 198        | 0x2d66857ceb4c6311bb5abfeddfe4624860174e9da405e339418afe4c5070115d | 0xf659c15aeb6e41a9edacbbf3faef3902c7f3fe1b | 46881761      | 0x0000000000000000000000000000000000000000 | 2025-02-22T12:20:08.000Z | 0                 | 0x03da709680f86c4626433e084287f555322980a5784a589d544995123217f578 |
  | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | Bifrost Voucher BNC          | false   | 0x0000000000000000000000000000000000000000 | vBNC       | 200        | 0xcb3a56c232d1a9e5f65ed22b30c66131168a14fed9ba3eddaf56e99a32654790 | 0x61c57c187557442393a96ba8e6fdfe27610832a5 | 46881761      | 0x0000000000000000000000000000000000000000 | 2025-02-22T12:20:08.000Z | 0                 | 0x03da709680f86c4626433e084287f555322980a5784a589d544995123217f578 |
</Accordion>

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

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.hyperbridge_v1_bsc.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                                                  |
  | ------------------------------------------------------------------ | ------------------------------------------ | -------- | ------------------------------------------ | ------- | ---------------------- | ---------- | ---------- | ------------------------------------------------------------------ | ------------- | ------------------------------------------------------------------ | ------------------------ | ------------------------------------------------------------------ |
  | 0x0000000000000000000000008862e2121072422b673463932fe5aafaea08ec0d | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | EVM-1    | 0x8862e2121072422b673463932fe5aafaea08ec0d | false   | 1010000000000000000000 | false      | 117        | 0x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f | 59469268      | 0xe6ad7f1149376716b5077091fe404748d56918f24b8295582584e2de94233aa5 | 2025-08-31T00:31:44.000Z | 0x080a32d132fb6e65a35011da4d5a8fc1ab614c12d5a77da984dba0ca09b4bc98 |
  | 0x0000000000000000000000008862e2121072422b673463932fe5aafaea08ec0d | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | EVM-1    | 0x8862e2121072422b673463932fe5aafaea08ec0d | false   | 368000000000000000000  | false      | 70         | 0x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f | 59467456      | 0x1657d49c9c31ea7de81dc0bae209b5101a197c4242241388a962c9c5049a2ebe | 2025-08-31T00:09:05.000Z | 0x1b08c64c44f80b63b7b50f174518af20ba29a31a8523a8d81bbca6012d8bc678 |
  | 0x0000000000000000000000008862e2121072422b673463932fe5aafaea08ec0d | 0xfd413e3afe560182c4471f4d143a96d3e259b6de | EVM-1    | 0x8862e2121072422b673463932fe5aafaea08ec0d | false   | 1007800000000000000000 | false      | 16         | 0x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f | 59471551      | 0x72bbf6920e42228e4113e9779df1b8e3f9d9fc1dc2fb628738ab524d6613064e | 2025-08-31T01:00:17.000Z | 0x83b04b0b6c935381c94b4897e270c567be89abd71dbf6dcf2a8cecd276cc26de |
</Accordion>

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

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

***
