Tables
PolygonHost_GetRequestEvent_event
Cross-chain GET request events from Hyperbridge protocol on Polygon, capturing data queries routed from Polygon (EVM-137) to BNB Chain (EVM-56). Used for tracking interchain state read requests including source/destination chains, fees, nonces, and request contexts.Columns
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. |
Sample Data
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 224000 | 0xd8d3db17c1df65b301d45c84405ccac1395c559a | EVM-56 | 0xd54165e45926720b062c192a5bacec64d5bb08da | [“0xd54165e45926720b062c192a5bacec64d5bb08da53f30417d8b09f20320aab4ed0e284643685667d36603c094079e86cdd133933”] | false | 22 | 63951583 | EVM-137 | 655 | 0x00000000000000000000000000000000000000000000000000000000000000209afb903068dc3ecd6084fcdab6b7ee1ce337938d240b45eb77a4834353ae8bbf000000000000000000000000c8cb6c49f90d7024b5d4fd2ed5491dbffb80ca13000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000010000000000000000000000003c499c542cef5e3811e1192ce70d8cc03d5c335900000000000000000000000000000000000000000000000000000000000f4240 | 77429352 | 2025-10-08T22:38:51.000Z | 0x6dd5e4f56b3d79ca3b63394073660df15477ca4727c1e1fcb982ae01a975624f | 0 |
| 224000 | 0xd8d3db17c1df65b301d45c84405ccac1395c559a | EVM-56 | 0xd54165e45926720b062c192a5bacec64d5bb08da | [“0xd54165e45926720b062c192a5bacec64d5bb08da53f30417d8b09f20320aab4ed0e284643685667d36603c094079e86cdd133933”] | false | 15 | 63932904 | EVM-137 | 242 | 0x00000000000000000000000000000000000000000000000000000000000000209afb903068dc3ecd6084fcdab6b7ee1ce337938d240b45eb77a4834353ae8bbf000000000000000000000000c8cb6c49f90d7024b5d4fd2ed5491dbffb80ca13000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000010000000000000000000000003c499c542cef5e3811e1192ce70d8cc03d5c335900000000000000000000000000000000000000000000000000000000000f4240 | 77422429 | 2025-10-08T18:45:35.000Z | 0x0cb233a7cb3c3a832c99275b6d6e5542f185edd3c2160896fc5696ed3a1a6536 | 0 |
| 224000 | 0xd8d3db17c1df65b301d45c84405ccac1395c559a | EVM-56 | 0xd54165e45926720b062c192a5bacec64d5bb08da | [“0xd54165e45926720b062c192a5bacec64d5bb08da53f30417d8b09f20320aab4ed0e284643685667d36603c094079e86cdd133933”] | false | 9 | 63895917 | EVM-137 | 1455 | 0x00000000000000000000000000000000000000000000000000000000000000209afb903068dc3ecd6084fcdab6b7ee1ce337938d240b45eb77a4834353ae8bbf000000000000000000000000c8cb6c49f90d7024b5d4fd2ed5491dbffb80ca13000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000010000000000000000000000003c499c542cef5e3811e1192ce70d8cc03d5c335900000000000000000000000000000000000000000000000000000000000f4240 | 77409008 | 2025-10-08T11:03:04.000Z | 0xb405234b655d193a636a2fb41a0d1f71f6c44b98b3516b228b32f9ad2c6be469 | 0 |
Example Query
Example Query
Query with partition filter
PolygonHost_GetRequestHandled_event
Cross-chain GET request completion events from Hyperbridge protocol on Polygon, tracking relayer-processed requests with commitment hashes. Used for analyzing cross-chain message delivery performance and relayer activity patterns.Columns
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. |
Sample Data
Sample Data
| address | removed | log_index | in_relayer | block_number | in_commitment | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xd8d3db17c1df65b301d45c84405ccac1395c559a | false | 758 | 0x9c97b15c361e390a46a6a920538508dc3a37c5e9 | 77489723 | 0xd0e7296a81bcc4592bf8f126c2751adc7142a86c2945569ceba0a96f7de20e22 | 2025-10-10T08:14:19.000Z | 0x09feb3051f8b6148a5582e6d2f2273ca88c16e198ecc423c1a559a0eecbb4799 |
| 0xd8d3db17c1df65b301d45c84405ccac1395c559a | false | 720 | 0x9c97b15c361e390a46a6a920538508dc3a37c5e9 | 77448330 | 0x7b0edfc7e666b19ae09db5686553cc1116be29b4d39f8fd9f7c4e1c19321e510 | 2025-10-09T09:13:25.000Z | 0xb157af03c6aee9936a238042a5978ed63ddb106512cdd71a91b044abd5c57433 |
| 0xd8d3db17c1df65b301d45c84405ccac1395c559a | false | 761 | 0x9c97b15c361e390a46a6a920538508dc3a37c5e9 | 77452862 | 0x8a5a3c7a7722ef0b76a7896c42edf8e34b20c7a8d16d676fc788a6d2e8e480f0 | 2025-10-09T11:44:29.000Z | 0x3432f12986860df81f3e0739fbdb4c4859c253b4ffb734d301b5238ff4234b3c |
Example Query
Example Query
Query with partition filter
PolygonHost_GetRequestTimeoutHandled_event
No description available.Columns
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). |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
PolygonHost_PostRequestEvent_event
Cross-chain message request events from Hyperbridge protocol on Polygon, routing messages between EVM chains (primarily Polygon EVM-137 to BSC EVM-56). Used for tracking interoperability message flow, nonces, fees, and timeout parameters across blockchain networks.Columns
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. |
Sample Data
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x1a4ee689a004b10210a1df9f24a387ea13359acf | 50000 | 0xd8d3db17c1df65b301d45c84405ccac1395c559a | 0x000000000000000000000000000000000000000000000000000000000000000020f84e88a33e83693c43962ab10b90f91564bd26e5f61508db7ec5a1e90b4551a800000000000000000000000021426d68a9e5df153fe75ce0fed20173ebcb80ef000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000010000000000000000000000008ac76a51cc950d9822d68b83fe1ad97b32cd580d000000000000000000000000000000000000000000000420961bbe4bc5f6e000 | EVM-56 | 0x1a4ee689a004b10210a1df9f24a387ea13359acf | false | 419 | EVM-137 | 375 | 78589471 | 2025-11-04T19:16:45.000Z | 0x7c7d966a2e0cdd257020c7792f0775bf8222238c56b8a6793dd6f8a276cdf9ce | 0 |
| 0x1a4ee689a004b10210a1df9f24a387ea13359acf | 50000 | 0xd8d3db17c1df65b301d45c84405ccac1395c559a | 0x0000000000000000000000000000000000000000000000000000000000000000205063107ceafea6f2dbd8695cbf0e7c7f46dafded999dc6d95f3632225c98e03a00000000000000000000000021426d68a9e5df153fe75ce0fed20173ebcb80ef000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000010000000000000000000000008ac76a51cc950d9822d68b83fe1ad97b32cd580d000000000000000000000000000000000000000000000420961bbe4bc5f6e000 | EVM-56 | 0x1a4ee689a004b10210a1df9f24a387ea13359acf | false | 401 | EVM-137 | 408 | 78583667 | 2025-11-04T16:03:17.000Z | 0x92a855d5273dc47fea207a06f2994ba40cee4903bfff78d05c38c8d934a51778 | 0 |
| 0x1a4ee689a004b10210a1df9f24a387ea13359acf | 50000 | 0xd8d3db17c1df65b301d45c84405ccac1395c559a | 0x000000000000000000000000000000000000000000000000000000000000000020ac8f2e988b5ab79328b7abf4939ad3a13e07deb4f7566eafe98413774aa866b000000000000000000000000021426d68a9e5df153fe75ce0fed20173ebcb80ef000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000010000000000000000000000008ac76a51cc950d9822d68b83fe1ad97b32cd580d000000000000000000000000000000000000000000000420961bbe4bc5f6e000 | EVM-56 | 0x1a4ee689a004b10210a1df9f24a387ea13359acf | false | 366 | EVM-137 | 425 | 78569406 | 2025-11-04T08:07:55.000Z | 0xfc19c814c97a11983f058aa76b00d19f4b6c26a83bc1d9ac5de89aa2ac4cb4f7 | 0 |
Example Query
Example Query
Query with partition filter
PolygonHost_PostRequestHandled_event
Post request completion events from Hyperbridge’s cross-chain messaging protocol on Polygon, tracking relayer-processed message commitments. Useful for analyzing cross-chain message delivery patterns and relayer performance metrics.Columns
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. |
Sample Data
Sample Data
| address | removed | log_index | in_relayer | block_number | in_commitment | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xd8d3db17c1df65b301d45c84405ccac1395c559a | false | 712 | 0x6462b5dc730e8861456ba38713a6e5b926e949ba | 78924622 | 0xd28dcc7dc261caf5a4a3f9c6d33175b5db60f6cfb12d1e36ee9f0f73211a9b4f | 2025-11-12T13:28:49.000Z | 0x087453535b624797ca7c5ab93b8049ec39a69af5a767ceb88e388ed8946e9655 |
| 0xd8d3db17c1df65b301d45c84405ccac1395c559a | false | 559 | 0x6462b5dc730e8861456ba38713a6e5b926e949ba | 78921284 | 0x52375ee423de51692487ec0da39d328e0e784c9571bd6cb222964301449f488b | 2025-11-12T11:37:33.000Z | 0x9b184cc70bef5298beb035b2ba7ca8ee8fdff101062ba0196548f578ee6c9c11 |
| 0xd8d3db17c1df65b301d45c84405ccac1395c559a | false | 748 | 0x6462b5dc730e8861456ba38713a6e5b926e949ba | 78923891 | 0x82b674e87cd26e8f6c45d95f79884416ace0068f9b509db9dd04c8fed8b4d3e8 | 2025-11-12T13:04:27.000Z | 0x2363a3bd6aca03003ec2cd2ef30ee87a211afe8263e77c784261f6805d91bf80 |
Example Query
Example Query
Query with partition filter
PolygonHost_PostRequestTimeoutHandled_event
No description available.Columns
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). |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
PolygonHost_PostResponseEvent_event
No description available.Columns
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. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
PolygonHost_PostResponseHandled_event
No description available.Columns
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. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
PolygonHost_PostResponseTimeoutHandled_event
No description available.Columns
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). |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter