Skip to main content

Tables

GnosisHost_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_gnosis.GnosisHost_GetRequestEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GnosisHost_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_gnosis.GnosisHost_GetRequestHandled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GnosisHost_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_gnosis.GnosisHost_GetRequestTimeoutHandled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GnosisHost_PostRequestEvent_event

Cross-chain request emissions from Hyperbridge protocol on Gnosis Chain, capturing post requests with source/destination chain identifiers (EVM-100, EVM-10, EVM-56, etc.), sender/receiver addresses, nonces, timeout timestamps, and optional fees. Used for tracking cross-chain message flows and analyzing interoperability patterns across EVM 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
0x9251c6b5f4e2cee34269400cbb43ad5c813606f600x50c236247447b9d4ee0561054ee596fbda7791b10xEVM-100x9251c6b5f4e2cee34269400cbb43ad5c813606f6false725EVM-10010386219442025-02-18T07:49:05.000Z0x0740511d64a469c77759b248fd1b6c0dde688bc5777a886bcb636f20eaba50b41739868545
0x9251c6b5f4e2cee34269400cbb43ad5c813606f62052130500000000000x50c236247447b9d4ee0561054ee596fbda7791b10xEVM-560x9251c6b5f4e2cee34269400cbb43ad5c813606f6false726EVM-10014386219742025-02-18T07:51:35.000Z0x7152652bd7aeb4c869def0959218b9cb1d6ea8a9ba5e0080c994c36b0d3382071739868695
0x9251c6b5f4e2cee34269400cbb43ad5c813606f600x50c236247447b9d4ee0561054ee596fbda7791b10xEVM-100x9251c6b5f4e2cee34269400cbb43ad5c813606f6false787EVM-10028388770992025-03-05T11:15:55.000Z0xe201425f361bec1bd126720fa848c20366dea0a554c77e3f88dbc4a16945f4dc1741176955
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_gnosis.GnosisHost_PostRequestEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GnosisHost_PostRequestHandled_event

Event logs capturing post-request handling confirmations on Hyperbridge’s Gnosis chain host contract, recording relayer addresses and cryptographic commitments. Used for tracking cross-chain message delivery acknowledgments and relayer activity in the Hyperbridge interoperability protocol.
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
0x50c236247447b9d4ee0561054ee596fbda7791b1false350x8d4df76e6f58419b8ccef8357a1a6973e46d0944383061610x30c143e5a0de72f00ff66b0d9934e3d6bc507eb7cc3134aec7fb2f7dc2113b2d2025-01-30T13:42:20.000Z0x4e97208a6699a62411f21fc5b83664bfa251bee39e4c5aedf052f8de393dcc52
0x50c236247447b9d4ee0561054ee596fbda7791b1false80xb61acc4aa30a72a04862a030e676cf59585f4067383061220xe15975e7f48da61e4a9f87d2eb124aeffdbf54b2acfe509eabfa9994bbf96dc72025-01-30T13:39:00.000Z0x0c17c4dd8c9571db005327c838b8b9fd4a345463865050c28e7319058afcaaab
0x50c236247447b9d4ee0561054ee596fbda7791b1false70xf6ac0a778f370a5deea901f1acd7da6b7d286f6d382989750x2fca7ffbf513c704e2a71989c501368feb50eeddeca8a720b64d5388c926ce892025-01-30T03:33:05.000Z0xd0cf6df4a4aa5f208e88d2167bdc7427969fb05222dfc2979dba0f0887b78516
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_gnosis.GnosisHost_PostRequestHandled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GnosisHost_PostRequestTimeoutHandled_event

Timeout events for cross-chain post requests handled by Hyperbridge’s GnosisHost contract on Gnosis Chain. Used to track failed or expired cross-chain message deliveries to destination chains like Optimism (EVM-10), BSC (EVM-56), and Arbitrum (EVM-42161).
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
0x50c236247447b9d4ee0561054ee596fbda7791b1EVM-10false16385061660x8cefa64e0ccbfd115dfcb15f2f1f66ea03e0123e19076b66ae4c8f06c044e7252025-02-11T09:48:25.000Z0x9adb3c491572dfc13671bc0e8ca205df10bb785b74e48de30cbb69eca00386f1
0x50c236247447b9d4ee0561054ee596fbda7791b1EVM-10false5385092430x20ff895f3722820503cdeba3fe0d5caed912256109964ba348e540c26fc6bec22025-02-11T14:13:35.000Z0x9a5781e2f7443c28ca47200a56fcdbcb773e72dfe4422b05db6ae894cef7963e
0x50c236247447b9d4ee0561054ee596fbda7791b1EVM-10false15382003110x75fea9bbc0a8a60d3e9910f72d7817c7d2072ad0bb97b52230fb2d225b94021a2025-01-24T07:10:05.000Z0x7f7ff05d07712167a5ec64aaf28ce4666715bbc5e23cfc31ae9881d1676c07cc
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_gnosis.GnosisHost_PostRequestTimeoutHandled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GnosisHost_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_gnosis.GnosisHost_PostResponseEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GnosisHost_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_gnosis.GnosisHost_PostResponseHandled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GnosisHost_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_gnosis.GnosisHost_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
0xfd413e3afe560182c4471f4d143a96d3e259b6de0x8a942994dd36f856dbf7df4af6db0568ec57cc2a535ee306d21c40c6f154a919false9950040000000000001600x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f369060250xac399644be3f3e37379a90885ea6455b5b970025a2724468074dd3997ba84f470x29b7a9de7e4923ce971cafac92cf8a9bcd6ab0fa2024-11-07T18:50:40.000Z0x834bc9f777c2929cc0b6e688c874c2c6a8f7098188c74a0d30cadb766393506f
0xfd413e3afe560182c4471f4d143a96d3e259b6de0x8875bb054b7e9b35a2d84c19152d17947b1ff629edbf1759ddd9f04ce33b495bfalse995004000000000000470x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f369067900x6b45af7a7bee19a619cec37d591302e471bf436590fede4afb26f4a60be9f74b0x1076c2cfb8d1f3aa5bf050d8c0d6d128175bfeee2024-11-07T19:57:10.000Z0x58402ed698e8d0f756e2649d574cf5e3d638cac6604c24bfbe42ec331e388c87
0xfd413e3afe560182c4471f4d143a96d3e259b6de0x588177cf191e890d83b10e9653cfd663c8a382d5afce8518636dd9565c22a631false995004000000000000390x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f386572590xfb844429bb8453d57e7367257c7c7fdfe8fd236c5bbcb1ff48ba4a874d2e1af70x011c4bfa4e76b8b81e007d52908aa400aab35e842025-02-20T10:30:30.000Z0xdfe41487b4a11f47985f69d34f57580126b646076a782d18150e53149b1b6311
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_gnosis.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
0xfd413e3afe560182c4471f4d143a96d3e259b6dePolkadot Token (Relay Chain)false0x0000000000000000000000000000000000000000DOT70x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f0x8d010bf9c26881788b4e6bf5fd1bdc358c8f90b8368870300x00000000000000000000000000000000000000002024-11-06T15:32:30.000Z00xdaf679740ec2d97ecf3ebc0809b015dfac29c7134c539d6e8ce5a74ab55a5b8c
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_gnosis.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
0x000000000000000000000000011c4bfa4e76b8b81e007d52908aa400aab35e840xfd413e3afe560182c4471f4d143a96d3e259b6deEVM-560x011c4bfa4e76b8b81e007d52908aa400aab35e84false100000000000000000false250x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f402585510x8216755cc79b088a15c022e567e0c97f9c6bb156d7703d0cb1e6af12d1c6b1732025-05-26T11:54:25.000Z0xb12e7768bba47d1adbebc66e1ca97113cda21aeec311ea8ce288e652daf53cf3
0x000000000000000000000000011c4bfa4e76b8b81e007d52908aa400aab35e840xfd413e3afe560182c4471f4d143a96d3e259b6deEVM-560x011c4bfa4e76b8b81e007d52908aa400aab35e84false500000000000000000false40x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f369387320x7f241961e76008b5a58af0383f45aa9f204149af083b7104b9d98eb5fa551a282024-11-09T17:56:10.000Z0xcc155fb41bfe244e9d0c8608ccff3edc0b5b924ebb6cce9b255066003733fa48
0x000000000000000000000000011c4bfa4e76b8b81e007d52908aa400aab35e840xfd413e3afe560182c4471f4d143a96d3e259b6deEVM-560x011c4bfa4e76b8b81e007d52908aa400aab35e84false500000000000000000false160x9bd00430e53a5999c7c603cfc04cbdaf68bdbc180f300e4a2067937f57a0534f369516850x13f3c192d6dcebf57b3d157c467a26a42306d35b2b3e73cbc5e8b705dd143fa52024-11-10T12:37:30.000Z0xce4ec71569bb6f056fed39a293c9f3bcc22693a1f2a6b8f9f2340b9dc5a20630
Query with partition filter
SELECT *
FROM `tt-contracts.hyperbridge_v1_gnosis.TokenGateway_AssetTeleported_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100