Skip to main content

Tables

OptimismHost_GetRequestEvent_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_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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_optimism.OptimismHost_GetRequestEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OptimismHost_GetRequestHandled_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_optimism.OptimismHost_GetRequestHandled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OptimismHost_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_optimism.OptimismHost_GetRequestTimeoutHandled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OptimismHost_PostRequestEvent_event

Cross-chain request events emitted by Hyperbridge protocol on Optimism, tracking message routing from source chains (EVM-10) to destination chains (BNB Chain, Arbitrum, Base) with nonces, fees, and timeout parameters. Used for analyzing cross-chain messaging activity and bridge flow patterns.
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
0x9251c6b5f4e2cee34269400cbb43ad5c813606f600x78c8a5f27c06757ea0e30bea682f1fd5c8d7645d0xEVM-1000x9251c6b5f4e2cee34269400cbb43ad5c813606f6false161EVM-10451309752932025-01-22T12:36:03.000Z0x5e38310180529c0ec6f6ab5ae27b5ec9a52944d6a397358d787d26107beb15cd1737556563
0x9251c6b5f4e2cee34269400cbb43ad5c813606f600x78c8a5f27c06757ea0e30bea682f1fd5c8d7645d0xEVM-1000x9251c6b5f4e2cee34269400cbb43ad5c813606f6false164EVM-10151309764832025-01-22T13:15:43.000Z0x1f3ec3537c1c48cd1b26c815906d5a97f3c5f53ddfa7306d86fd9ef9ef6d13f81737558943
0x9251c6b5f4e2cee34269400cbb43ad5c813606f600x78c8a5f27c06757ea0e30bea682f1fd5c8d7645d0xEVM-1000x9251c6b5f4e2cee34269400cbb43ad5c813606f6false156EVM-10331309648832025-01-22T06:49:03.000Z0xb5f5f9d7ebed4a2a257f1d1975163561ff564c16ab0cf46c4ae4c7db194ac88f1737535743
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_optimism.OptimismHost_PostRequestEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OptimismHost_PostRequestHandled_event

Post-request handling events from the Hyperbridge OptimismHost contract on Optimism, capturing cross-chain message commitments processed by relayers. Used for tracking interoperability message flow and relayer activity across Hyperbridge-connected chains.
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
0x78c8a5f27c06757ea0e30bea682f1fd5c8d7645dfalse860xd624c8f640d4a49c4326c87eaaff7117b9fb75c41323589510x4844a671131b72e0f471604a81776b76d5972fc512f39a97d12b1fc4147748c12025-02-23T13:17:59.000Z0x22529ad600d3eba1d380e7dff9b0d95473dac5f8679503ce4a6e0933b456c66d
0x78c8a5f27c06757ea0e30bea682f1fd5c8d7645dfalse920xd624c8f640d4a49c4326c87eaaff7117b9fb75c41323589510x8de0497c2cf9e6aeebc3e6c61a77f8842601a2d9ae2b1a399af1e6c850c81bd82025-02-23T13:17:59.000Z0x22529ad600d3eba1d380e7dff9b0d95473dac5f8679503ce4a6e0933b456c66d
0x78c8a5f27c06757ea0e30bea682f1fd5c8d7645dfalse890xd624c8f640d4a49c4326c87eaaff7117b9fb75c41323589510x9d7e9eeca51ef58149c4f9a2d0a264d839bbc37ab3f23d46af81231848fb7f092025-02-23T13:17:59.000Z0x22529ad600d3eba1d380e7dff9b0d95473dac5f8679503ce4a6e0933b456c66d
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_optimism.OptimismHost_PostRequestHandled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OptimismHost_PostRequestTimeoutHandled_event

Timeout handling events for cross-chain POST requests initiated through Hyperbridge on Optimism, capturing expired request commitments and their destination chains (identified by EVM chain IDs like Arbitrum-42161, Base-8453, BNB-56, Gnosis-100). Used for tracking failed cross-chain message delivery and debugging interoperability issues.
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).
addressin_destremovedlog_indexblock_numberin_commitmentblock_timestamptransaction_hash
0x78c8a5f27c06757ea0e30bea682f1fd5c8d7645dEVM-100false171330331390xb42b9fb9ecd171cc7855ba77304893f5f07386db12148c01ee986427483486b42025-03-11T03:50:55.000Z0x4d29b398c51c4d71b57e1f94bf384cd15818ac7accfaf084bfa9f236a5de61c5
0x78c8a5f27c06757ea0e30bea682f1fd5c8d7645dEVM-100false711323973750x3077af5075173386c368c9e9529c0ee4f63518bf52a2b8ada91331285406e42c2025-02-24T10:38:47.000Z0xd9a01e7696ffee02d8602899dadff1a791e4cabaaa1843c1fdf32be9ddcdfa71
0x78c8a5f27c06757ea0e30bea682f1fd5c8d7645dEVM-8453false501314365250x3b4b87c4f9f6fc3c4aec7a3a84a03433a3c017a1b263faa27807e0cc4aaf625d2025-02-02T04:50:27.000Z0xa664c1be4763c6cfc45177a38230249a8ca60fff70c1043a7fbb8306cfe9c64d
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_optimism.OptimismHost_PostRequestTimeoutHandled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OptimismHost_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_optimism.OptimismHost_PostResponseEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OptimismHost_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_optimism.OptimismHost_PostResponseHandled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OptimismHost_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_optimism.OptimismHost_PostResponseTimeoutHandled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_commitmentSTRINGCryptographic commitment hash for the cross-chain request or response. Hex-encoded, 0x-prefixed, 66-character string.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_beneficiarySTRINGAddress that receives the tokens, assets, or benefits from the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetIdSTRINGUnique identifier for the asset or token involved in the operation. Hex-encoded, 0x-prefixed, 66-character string.
addressin_fromremovedin_amountlog_indexin_assetIdblock_numberin_commitmentin_beneficiaryblock_timestamptransaction_hash
0xfd413e3afe560182c4471f4d143a96d3e259b6de0x06a9df40e8c5b79486e2e8fedb4d534bf6f3d08202eda6e65b0d3c392e10815bfalse495504000000000000840x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f1284784490x79629f5bd5ff5ef4398a7c24c4c943d847c241eeea3cf5757f3f4cd3f1d1a0c40xc7d785ffb0b5f92beb21382d44539048a5b5df622024-11-25T17:27:55.000Z0x42bb0b0f6409cff4e88bf94da0924e8fd3653c267c826ec70cd98d7e0e17af29
0xfd413e3afe560182c4471f4d143a96d3e259b6de0x000000000000000000000000011c4bfa4e76b8b81e007d52908aa400aab35e84false3000000000000000000130x2a4161abff7b056457562a2e82dd6f5878159be2537b90f19dd1458b40524d3f1325806510x0298df77c77c1e8221dc60c6fa2def304a9200895dfbcf5b10269a3c61b1f17a0x011c4bfa4e76b8b81e007d52908aa400aab35e842025-02-28T16:27:59.000Z0xa4c65c4f3a515c38941e6cb12d07898ad19f6ff8e98dbe528426a983389a31c6
0xfd413e3afe560182c4471f4d143a96d3e259b6de0x000000000000000000000000a176ee689b6ac8670986d104dc513307ce68e2ecfalse20000000000000000050x2c39e61e26a9f54b13049db72ed462371c4675161ad800538eefbb25e5f5531f1327840540xddc60ba7268a4ffea9cd101bba3eb754d8b670f856a0f0f3179a0a92f5047d690xa176ee689b6ac8670986d104dc513307ce68e2ec2025-03-05T09:28:05.000Z0xb2f98c6f483312c4e9051bffeb57e7cbafbd58e0236fca371ccbdde8ce7308fe
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_optimism.TokenGateway_AssetReceived_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_erc20STRINGContract address of the ERC20 token being redeemed or registered. Hex-encoded, 0x-prefixed, 42-character string or zero address for native tokens.
in_erc6160STRINGContract address of the ERC6160 multi-token implementation associated with the registered asset. Hex-encoded, 0x-prefixed, 42-character string.
in_nameSTRINGName or label identifier for the entity being created, registered, or updated in the event.
in_symbolSTRINGSymbol of the token involved in the transaction or event.
in_assetIdSTRINGUnique identifier for the asset or token involved in the operation. Hex-encoded, 0x-prefixed, 66-character string.
in_initialSupplySTRINGInitial token supply amount for the registered asset. String-encoded numeric value.
in_beneficiarySTRINGAddress that receives the tokens, assets, or benefits from the operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_nameremovedin_erc20in_symbollog_indexin_assetIdin_erc6160block_numberin_beneficiaryblock_timestampin_initialSupplytransaction_hash
0xfd413e3afe560182c4471f4d143a96d3e259b6deBifrost Moonbeam Native Tokenfalse0x0000000000000000000000000000000000000000GLMR60xa4690066220620100ea0109a1e46cbd5096ab757e3117d17b6ee1b6f27fe420c0xf83455ebd661eb4f414ad3bf252a62b08c3f990c1323040260x00000000000000000000000000000000000000002025-02-22T06:47:09.000Z00xd943b93a870a787eb40b3282794bcc7bc541f119e7a2da688d171880ea41e8aa
0xfd413e3afe560182c4471f4d143a96d3e259b6deBifrost Native Tokenfalse0x0000000000000000000000000000000000000000BNC40x2a4161abff7b056457562a2e82dd6f5878159be2537b90f19dd1458b40524d3f0xf877500c6ff3cf8305245bcb3cf1c5a6b7287aef1323040260x00000000000000000000000000000000000000002025-02-22T06:47:09.000Z00xd943b93a870a787eb40b3282794bcc7bc541f119e7a2da688d171880ea41e8aa
0xfd413e3afe560182c4471f4d143a96d3e259b6deBifrost Astar Native Tokenfalse0x0000000000000000000000000000000000000000ASTR80xef9c12300328f9f458b10811de24a7dd12738a28e9312f700a64c2afc0699f060x44c97257ab904a22dafa31e75190e3af9331e81c1323040260x00000000000000000000000000000000000000002025-02-22T06:47:09.000Z00xd943b93a870a787eb40b3282794bcc7bc541f119e7a2da688d171880ea41e8aa
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_optimism.TokenGateway_AssetRegistered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-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).
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_commitmentSTRINGCryptographic commitment hash for the cross-chain request or response. Hex-encoded, 0x-prefixed, 66-character string.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetIdSTRINGUnique identifier for the asset or token involved in the operation. Hex-encoded, 0x-prefixed, 66-character string.
in_redeemBOOLBoolean flag indicating whether the cross-chain transfer is a redemption operation.
in_toaddressin_destin_fromremovedin_amountin_redeemlog_indexin_assetIdblock_numberin_commitmentblock_timestamptransaction_hash
0x14386c91fb98f4587d31bc732d50241b5eabb4292d9a3e77b840d5d6919c306d0xfd413e3afe560182c4471f4d143a96d3e259b6dePOLKADOT-20300xb65e3faba1277bf5b9de6bebfe584457935384acfalse18190000000000000true820xef9c12300328f9f458b10811de24a7dd12738a28e9312f700a64c2afc0699f061323104370x8a0c47559735668dd33a7eb6f674a63bd2867d6e6a95c29166514ded794ec4a72025-02-22T10:20:51.000Z0xb4f250b622a57a3904716cafd48465fbcd4b97b7c854ff2a715aa329559d9979
0x14386c91fb98f4587d31bc732d50241b5eabb4292d9a3e77b840d5d6919c306d0xfd413e3afe560182c4471f4d143a96d3e259b6dePOLKADOT-20300xb65e3faba1277bf5b9de6bebfe584457935384acfalse18060000000000000true7270xa4690066220620100ea0109a1e46cbd5096ab757e3117d17b6ee1b6f27fe420c1323104040x589be4710d50b09534344462d7f97ec35389766f5d5e1f2f06784863e19835fb2025-02-22T10:19:45.000Z0xab435270172be14d7d56ab6be79bda3b4b1d71ccf76350fb6a0e506e895b148a
0x14386c91fb98f4587d31bc732d50241b5eabb4292d9a3e77b840d5d6919c306d0xfd413e3afe560182c4471f4d143a96d3e259b6dePOLKADOT-20300xb65e3faba1277bf5b9de6bebfe584457935384acfalse181500000000000000true830x2a4161abff7b056457562a2e82dd6f5878159be2537b90f19dd1458b40524d3f1323103670x0b4229f49e7aa82af85753890c525add48b9ce7f7f28734ab7bbdb06e17941c22025-02-22T10:18:31.000Z0xb38510ea4b69aa0e5acbd1fccd29164f39f63a989b79f1165b0d9c1e959ad2e8
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_optimism.TokenGateway_AssetTeleported_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100