Skip to main content

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_sourceSTRINGSource 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_destSTRINGDestination 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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_keysARRAY<STRING>Array of cryptographic keys or identifiers associated with the cross-chain request. Hex-encoded strings with 0x prefix.
in_heightSTRINGBlock height on the source chain at which the cross-chain request was initiated. Numeric string representation without leading zeros.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_timeoutTimestampSTRINGTimestamp after which a cross-chain request or operation expires. Unix timestamp in seconds represented as a numeric string, or ‘0’ indicating no timeout.
in_contextSTRINGContextual 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_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_feeaddressin_destin_fromin_keysremovedin_noncein_heightin_sourcelog_indexin_contextblock_numberblock_timestamptransaction_hashin_timeoutTimestamp
2240000xd8d3db17c1df65b301d45c84405ccac1395c559aEVM-560xd54165e45926720b062c192a5bacec64d5bb08da[“0xd54165e45926720b062c192a5bacec64d5bb08da53f30417d8b09f20320aab4ed0e284643685667d36603c094079e86cdd133933”]false2263951583EVM-1376550x00000000000000000000000000000000000000000000000000000000000000209afb903068dc3ecd6084fcdab6b7ee1ce337938d240b45eb77a4834353ae8bbf000000000000000000000000c8cb6c49f90d7024b5d4fd2ed5491dbffb80ca13000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000010000000000000000000000003c499c542cef5e3811e1192ce70d8cc03d5c335900000000000000000000000000000000000000000000000000000000000f4240774293522025-10-08T22:38:51.000Z0x6dd5e4f56b3d79ca3b63394073660df15477ca4727c1e1fcb982ae01a975624f0
2240000xd8d3db17c1df65b301d45c84405ccac1395c559aEVM-560xd54165e45926720b062c192a5bacec64d5bb08da[“0xd54165e45926720b062c192a5bacec64d5bb08da53f30417d8b09f20320aab4ed0e284643685667d36603c094079e86cdd133933”]false1563932904EVM-1372420x00000000000000000000000000000000000000000000000000000000000000209afb903068dc3ecd6084fcdab6b7ee1ce337938d240b45eb77a4834353ae8bbf000000000000000000000000c8cb6c49f90d7024b5d4fd2ed5491dbffb80ca13000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000010000000000000000000000003c499c542cef5e3811e1192ce70d8cc03d5c335900000000000000000000000000000000000000000000000000000000000f4240774224292025-10-08T18:45:35.000Z0x0cb233a7cb3c3a832c99275b6d6e5542f185edd3c2160896fc5696ed3a1a65360
2240000xd8d3db17c1df65b301d45c84405ccac1395c559aEVM-560xd54165e45926720b062c192a5bacec64d5bb08da[“0xd54165e45926720b062c192a5bacec64d5bb08da53f30417d8b09f20320aab4ed0e284643685667d36603c094079e86cdd133933”]false963895917EVM-13714550x00000000000000000000000000000000000000000000000000000000000000209afb903068dc3ecd6084fcdab6b7ee1ce337938d240b45eb77a4834353ae8bbf000000000000000000000000c8cb6c49f90d7024b5d4fd2ed5491dbffb80ca13000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000010000000000000000000000003c499c542cef5e3811e1192ce70d8cc03d5c335900000000000000000000000000000000000000000000000000000000000f4240774090082025-10-08T11:03:04.000Z0xb405234b655d193a636a2fb41a0d1f71f6c44b98b3516b228b32f9ad2c6be4690
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_polygon.PolygonHost_GetRequestEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_commitmentSTRINGCryptographic commitment hash for the cross-chain request or response. Hex-encoded, 0x-prefixed, 66-character string.
in_relayerSTRINGAddress of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_relayerblock_numberin_commitmentblock_timestamptransaction_hash
0xd8d3db17c1df65b301d45c84405ccac1395c559afalse7580x9c97b15c361e390a46a6a920538508dc3a37c5e9774897230xd0e7296a81bcc4592bf8f126c2751adc7142a86c2945569ceba0a96f7de20e222025-10-10T08:14:19.000Z0x09feb3051f8b6148a5582e6d2f2273ca88c16e198ecc423c1a559a0eecbb4799
0xd8d3db17c1df65b301d45c84405ccac1395c559afalse7200x9c97b15c361e390a46a6a920538508dc3a37c5e9774483300x7b0edfc7e666b19ae09db5686553cc1116be29b4d39f8fd9f7c4e1c19321e5102025-10-09T09:13:25.000Z0xb157af03c6aee9936a238042a5978ed63ddb106512cdd71a91b044abd5c57433
0xd8d3db17c1df65b301d45c84405ccac1395c559afalse7610x9c97b15c361e390a46a6a920538508dc3a37c5e9774528620x8a5a3c7a7722ef0b76a7896c42edf8e34b20c7a8d16d676fc788a6d2e8e480f02025-10-09T11:44:29.000Z0x3432f12986860df81f3e0739fbdb4c4859c253b4ffb734d301b5238ff4234b3c
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_polygon.PolygonHost_GetRequestHandled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PolygonHost_GetRequestTimeoutHandled_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_commitmentSTRINGCryptographic commitment hash for the cross-chain request or response. Hex-encoded, 0x-prefixed, 66-character string.
in_destSTRINGDestination 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).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_polygon.PolygonHost_GetRequestTimeoutHandled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_sourceSTRINGSource 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_destSTRINGDestination 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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_timeoutTimestampSTRINGTimestamp after which a cross-chain request or operation expires. Unix timestamp in seconds represented as a numeric string, or ‘0’ indicating no timeout.
in_bodySTRINGPayload 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_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_toin_feeaddressin_bodyin_destin_fromremovedin_noncein_sourcelog_indexblock_numberblock_timestamptransaction_hashin_timeoutTimestamp
0x1a4ee689a004b10210a1df9f24a387ea13359acf500000xd8d3db17c1df65b301d45c84405ccac1395c559a0x000000000000000000000000000000000000000000000000000000000000000020f84e88a33e83693c43962ab10b90f91564bd26e5f61508db7ec5a1e90b4551a800000000000000000000000021426d68a9e5df153fe75ce0fed20173ebcb80ef000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000010000000000000000000000008ac76a51cc950d9822d68b83fe1ad97b32cd580d000000000000000000000000000000000000000000000420961bbe4bc5f6e000EVM-560x1a4ee689a004b10210a1df9f24a387ea13359acffalse419EVM-137375785894712025-11-04T19:16:45.000Z0x7c7d966a2e0cdd257020c7792f0775bf8222238c56b8a6793dd6f8a276cdf9ce0
0x1a4ee689a004b10210a1df9f24a387ea13359acf500000xd8d3db17c1df65b301d45c84405ccac1395c559a0x0000000000000000000000000000000000000000000000000000000000000000205063107ceafea6f2dbd8695cbf0e7c7f46dafded999dc6d95f3632225c98e03a00000000000000000000000021426d68a9e5df153fe75ce0fed20173ebcb80ef000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000010000000000000000000000008ac76a51cc950d9822d68b83fe1ad97b32cd580d000000000000000000000000000000000000000000000420961bbe4bc5f6e000EVM-560x1a4ee689a004b10210a1df9f24a387ea13359acffalse401EVM-137408785836672025-11-04T16:03:17.000Z0x92a855d5273dc47fea207a06f2994ba40cee4903bfff78d05c38c8d934a517780
0x1a4ee689a004b10210a1df9f24a387ea13359acf500000xd8d3db17c1df65b301d45c84405ccac1395c559a0x000000000000000000000000000000000000000000000000000000000000000020ac8f2e988b5ab79328b7abf4939ad3a13e07deb4f7566eafe98413774aa866b000000000000000000000000021426d68a9e5df153fe75ce0fed20173ebcb80ef000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000010000000000000000000000008ac76a51cc950d9822d68b83fe1ad97b32cd580d000000000000000000000000000000000000000000000420961bbe4bc5f6e000EVM-560x1a4ee689a004b10210a1df9f24a387ea13359acffalse366EVM-137425785694062025-11-04T08:07:55.000Z0xfc19c814c97a11983f058aa76b00d19f4b6c26a83bc1d9ac5de89aa2ac4cb4f70
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_polygon.PolygonHost_PostRequestEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_commitmentSTRINGCryptographic commitment hash for the cross-chain request or response. Hex-encoded, 0x-prefixed, 66-character string.
in_relayerSTRINGAddress of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_relayerblock_numberin_commitmentblock_timestamptransaction_hash
0xd8d3db17c1df65b301d45c84405ccac1395c559afalse7120x6462b5dc730e8861456ba38713a6e5b926e949ba789246220xd28dcc7dc261caf5a4a3f9c6d33175b5db60f6cfb12d1e36ee9f0f73211a9b4f2025-11-12T13:28:49.000Z0x087453535b624797ca7c5ab93b8049ec39a69af5a767ceb88e388ed8946e9655
0xd8d3db17c1df65b301d45c84405ccac1395c559afalse5590x6462b5dc730e8861456ba38713a6e5b926e949ba789212840x52375ee423de51692487ec0da39d328e0e784c9571bd6cb222964301449f488b2025-11-12T11:37:33.000Z0x9b184cc70bef5298beb035b2ba7ca8ee8fdff101062ba0196548f578ee6c9c11
0xd8d3db17c1df65b301d45c84405ccac1395c559afalse7480x6462b5dc730e8861456ba38713a6e5b926e949ba789238910x82b674e87cd26e8f6c45d95f79884416ace0068f9b509db9dd04c8fed8b4d3e82025-11-12T13:04:27.000Z0x2363a3bd6aca03003ec2cd2ef30ee87a211afe8263e77c784261f6805d91bf80
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_polygon.PolygonHost_PostRequestHandled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PolygonHost_PostRequestTimeoutHandled_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_commitmentSTRINGCryptographic commitment hash for the cross-chain request or response. Hex-encoded, 0x-prefixed, 66-character string.
in_destSTRINGDestination 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).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_polygon.PolygonHost_PostRequestTimeoutHandled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PolygonHost_PostResponseEvent_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_sourceSTRINGSource 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_destSTRINGDestination 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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_timeoutTimestampSTRINGTimestamp after which a cross-chain request or operation expires. Unix timestamp in seconds represented as a numeric string, or ‘0’ indicating no timeout.
in_bodySTRINGPayload 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_responseSTRING-
in_responseTimeoutTimestampSTRING-
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_polygon.PolygonHost_PostResponseEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PolygonHost_PostResponseHandled_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_commitmentSTRINGCryptographic commitment hash for the cross-chain request or response. Hex-encoded, 0x-prefixed, 66-character string.
in_relayerSTRINGAddress of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_polygon.PolygonHost_PostResponseHandled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PolygonHost_PostResponseTimeoutHandled_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_commitmentSTRINGCryptographic commitment hash for the cross-chain request or response. Hex-encoded, 0x-prefixed, 66-character string.
in_destSTRINGDestination 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).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_polygon.PolygonHost_PostResponseTimeoutHandled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100