Tables
PolygonSpokePool_FilledRelay_event
Completed relay fulfillment events from Across Protocol V2 bridge on Polygon, recording cross-chain token transfers with relayer fees and liquidity provider fees. Used for analyzing bridge volume, relayer profitability, and cross-chain transfer patterns between Polygon and origin chains like Optimism (chain 10) and Arbitrum (chain 42161).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_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_totalFilledAmount | STRING | Cumulative amount of tokens filled for the deposit including the current fill. Numeric string representation of token quantity in smallest denomination. |
in_fillAmount | STRING | Amount of tokens actually filled in the relay transaction. Numeric string representation of token quantity in smallest denomination. |
in_repaymentChainId | STRING | Chain identifier for the blockchain where the relayer will be reimbursed for fulfilling the cross-chain transfer. Numeric string representing the standard chain ID. |
in_originChainId | STRING | Chain identifier for the source blockchain where the cross-chain transfer originated. Numeric string representing the standard chain ID. |
in_destinationChainId | STRING | Chain identifier for the destination blockchain where tokens or messages will be received. Numeric string representing the standard chain ID. |
in_relayerFeePct | STRING | Relayer fee as a percentage for the cross-chain transfer. Numeric string representing the fee in basis points with 18-decimal precision. |
in_appliedRelayerFeePct | STRING | Relayer fee percentage actually applied to the cross-chain transfer. Numeric string representing the fee in basis points with 18-decimal precision. |
in_realizedLpFeePct | STRING | Liquidity provider fee percentage actually charged for the cross-chain transfer. Numeric string representing the fee in basis points with 18-decimal precision. |
in_depositId | STRING | Unique identifier for the cross-chain deposit operation. Numeric string representing the sequential deposit index within the protocol. |
in_destinationToken | STRING | Contract address of the token being received on the destination chain. Hex-encoded, 0x-prefixed, 42-character string. |
in_relayer | STRING | Address of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_depositor | STRING | Address of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_isSlowRelay | BOOL | Boolean flag indicating whether the relay was executed through the slow relay mechanism rather than the fast relay path. |
Sample Data
Sample Data
| address | removed | in_amount | log_index | in_relayer | block_number | in_depositId | in_depositor | in_recipient | in_fillAmount | in_isSlowRelay | block_timestamp | in_originChainId | in_relayerFeePct | transaction_hash | in_destinationToken | in_realizedLpFeePct | in_repaymentChainId | in_totalFilledAmount | in_destinationChainId | in_appliedRelayerFeePct |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x69b5c72837769ef1e7c164abc6515dcff217f920 | false | 726201 | 378 | 0x428ab2ba90eba0a4be7af34c9ac451ab061ac010 | 36834114 | 200600 | 0xa7f7e4fe8e4cddcd9969bd3fbcff67000cd7de47 | 0xdfbc82201f7016a3387aaf74de912f5bf59bac04 | 726201 | false | 2022-12-14T20:42:30.000Z | 10 | 386174633030799 | 0xfa865ee4e661764bf29f30edba22cb360c9e392fa3d2b65ced85784e65b8ebc6 | 0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6 | 938712703111407 | 137 | 726201 | 137 | 386174633030799 |
| 0x69b5c72837769ef1e7c164abc6515dcff217f920 | false | 1125976290 | 41 | 0x428ab2ba90eba0a4be7af34c9ac451ab061ac010 | 36816722 | 225090 | 0x0c0858290b6b268a93fb557af06390a3460c5db6 | 0xcbb90e432be81d9fdd6384412118b7dba57f29ba | 1 | false | 2022-12-14T10:09:54.000Z | 42161 | 1523206785286748 | 0xafb57bee58c3932a0a3d2cc98e26e7270b73ef95ebcfcf1f9ec8202c0a00acb4 | 0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6 | 938712703111723 | 1 | 1 | 137 | 1523206785286748 |
| 0x69b5c72837769ef1e7c164abc6515dcff217f920 | false | 1125976290 | 6 | 0x428ab2ba90eba0a4be7af34c9ac451ab061ac010 | 36817314 | 225090 | 0x0c0858290b6b268a93fb557af06390a3460c5db6 | 0xcbb90e432be81d9fdd6384412118b7dba57f29ba | 1125976289 | false | 2022-12-14T10:32:02.000Z | 42161 | 1523206785286748 | 0x725931fbce9a8dc2e5e79fa10f41a2ce26fca0fe371d7a3b5b5f0bf8009bad5f | 0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6 | 938712703111723 | 1 | 1125976290 | 137 | 1523206785286748 |
Example Query
Example Query
Query with partition filter
PolygonSpokePool_FundsDeposited_event
Deposit events from Across Protocol’s V2 bridge on Polygon, recording cross-chain token transfers with origin and destination chain details, deposit amounts, relayer fees, and recipient addresses. Used for tracking bridge activity and analyzing fee dynamics across chains.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_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_originChainId | STRING | Chain identifier for the source blockchain where the cross-chain transfer originated. Numeric string representing the standard chain ID. |
in_destinationChainId | STRING | Chain identifier for the destination blockchain where tokens or messages will be received. Numeric string representing the standard chain ID. |
in_relayerFeePct | STRING | Relayer fee as a percentage for the cross-chain transfer. Numeric string representing the fee in basis points with 18-decimal precision. |
in_depositId | STRING | Unique identifier for the cross-chain deposit operation. Numeric string representing the sequential deposit index within the protocol. |
in_quoteTimestamp | STRING | Unix timestamp when the cross-chain transfer quote was generated. Numeric string representing seconds since epoch. |
in_originToken | STRING | Contract address of the token being deposited on the origin chain. Hex-encoded, 0x-prefixed, 42-character string. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_depositor | STRING | Address of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | removed | in_amount | log_index | block_number | in_depositId | in_depositor | in_recipient | in_originToken | block_timestamp | in_originChainId | in_relayerFeePct | transaction_hash | in_quoteTimestamp | in_destinationChainId |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x69b5c72837769ef1e7c164abc6515dcff217f920 | false | 493821329 | 198 | 31786771 | 42917 | 0x053da52e0857697b876588e8e4ba6a9c25ac6093 | 0x053da52e0857697b876588e8e4ba6a9c25ac6093 | 0x2791bca1f2de4661ed88a30c99a7a9449aa84174 | 2022-08-12T00:15:43.000Z | 137 | 5931566349224550 | 0x228f39ff6e04498322401cfc5d171ea823d9f73205b667e3b0d2ac3b87e1f183 | 1660263303 | 1 |
| 0x69b5c72837769ef1e7c164abc6515dcff217f920 | false | 10000000 | 2 | 31798216 | 42990 | 0x07813c8926c9c65845e2eb5a2d470178c9cd9fc8 | 0x07813c8926c9c65845e2eb5a2d470178c9cd9fc8 | 0x2791bca1f2de4661ed88a30c99a7a9449aa84174 | 2022-08-12T07:24:02.000Z | 137 | 191262101500000000 | 0x1c98ee5eea24da7fc8869f577b5e2e6ac01f797585f7b0b79c89a9cda720badf | 1660288973 | 1 |
| 0x69b5c72837769ef1e7c164abc6515dcff217f920 | false | 5781204214373500 | 256 | 31813316 | 43104 | 0x0949c8d6aa7ad809ea08216f327ecf8a3c6b6518 | 0x0949c8d6aa7ad809ea08216f327ecf8a3c6b6518 | 0x7ceb23fd6bc0add59e62ac25578270cff1b9f619 | 2022-08-12T17:30:34.000Z | 137 | 221551461364723818 | 0x32b59997c0b724be85b6f072a5cdee7d7467fed7967309d3b3cb6f8a923ec390 | 1660325377 | 1 |
Example Query
Example Query
Query with partition filter
PolygonSpokePoolV2_FilledRelay_event
Completed cross-chain bridge relay events on Polygon from Across Protocol V2, showing relayer fulfillment of user deposits originating from Arbitrum, Optimism, and Ethereum. Used for analyzing bridge volume, relayer activity, fee structures, and cross-chain transfer 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_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_totalFilledAmount | STRING | Cumulative amount of tokens filled for the deposit including the current fill. Numeric string representation of token quantity in smallest denomination. |
in_fillAmount | STRING | Amount of tokens actually filled in the relay transaction. Numeric string representation of token quantity in smallest denomination. |
in_repaymentChainId | STRING | Chain identifier for the blockchain where the relayer will be reimbursed for fulfilling the cross-chain transfer. Numeric string representing the standard chain ID. |
in_originChainId | STRING | Chain identifier for the source blockchain where the cross-chain transfer originated. Numeric string representing the standard chain ID. |
in_destinationChainId | STRING | Chain identifier for the destination blockchain where tokens or messages will be received. Numeric string representing the standard chain ID. |
in_relayerFeePct | STRING | Relayer fee as a percentage for the cross-chain transfer. Numeric string representing the fee in basis points with 18-decimal precision. |
in_realizedLpFeePct | STRING | Liquidity provider fee percentage actually charged for the cross-chain transfer. Numeric string representing the fee in basis points with 18-decimal precision. |
in_depositId | STRING | Unique identifier for the cross-chain deposit operation. Numeric string representing the sequential deposit index within the protocol. |
in_destinationToken | STRING | Contract address of the token being received on the destination chain. Hex-encoded, 0x-prefixed, 42-character string. |
in_relayer | STRING | Address of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_depositor | STRING | Address of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_message | STRING | Optional arbitrary data payload for the cross-chain transfer. Hex-encoded byte string with 0x prefix. |
in_updatableRelayData | STRUCT<recipient STRING, message STRING, relayerFeePct STRING, isSlowRelay BOOL, payoutAdjustmentPct STRING> | Composite data structure containing modifiable relay parameters for cross-chain transfers. The recipient field specifies the receiving address, message contains optional payload data, relayerFeePct represents the relayer’s fee percentage with 18-decimal precision, isSlowRelay indicates whether this is a slow relay fulfillment, and payoutAdjustmentPct represents fee adjustments in basis points. |
Sample Data
Sample Data
| address | removed | in_amount | log_index | in_message | in_relayer | block_number | in_depositId | in_depositor | in_recipient | in_fillAmount | block_timestamp | in_originChainId | in_relayerFeePct | transaction_hash | in_destinationToken | in_realizedLpFeePct | in_repaymentChainId | in_totalFilledAmount | in_destinationChainId | in_updatableRelayData |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 133095 | 2 | 0x | 0x428ab2ba90eba0a4be7af34c9ac451ab061ac010 | 45004194 | 1039551 | 0x3a23f943181408eac424116af7b7790c94cb97a5 | 0xb4fd729d6a8b87cf06ccbbbc99d9f937a73b6712 | 133095 | 2023-07-12T21:25:04.000Z | 42161 | 1389593791704421 | 0xf85bfb8f37db8b84f7c693104519f4d00a2db50d06c1a1edc4ce085623de9a9e | 0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6 | 938712703112069 | 1 | 133095 | 137 | {“message”:“0x”,“recipient”:“0xb4fd729d6a8b87cf06ccbbbc99d9f937a73b6712”,“isSlowRelay”:false,“relayerFeePct”:“1389593791704421”,“payoutAdjustmentPct”:“0”} |
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 517931218 | 2 | 0x | 0x428ab2ba90eba0a4be7af34c9ac451ab061ac010 | 44973774 | 1038900 | 0x3a23f943181408eac424116af7b7790c94cb97a5 | 0x52eeca1e38c9dc589505d86b21f68d04c77a5fd8 | 517931218 | 2023-07-12T03:01:10.000Z | 42161 | 194864737539740 | 0xcea01ccc96cac566a4959b84e3fa0ff039463adc29c443d527873afbc18fe3e5 | 0x2791bca1f2de4661ed88a30c99a7a9449aa84174 | 380892276744230 | 1 | 517931218 | 137 | {“message”:“0x”,“recipient”:“0x52eeca1e38c9dc589505d86b21f68d04c77a5fd8”,“isSlowRelay”:false,“relayerFeePct”:“194864737539740”,“payoutAdjustmentPct”:“0”} |
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 105873079 | 2 | 0x | 0x428ab2ba90eba0a4be7af34c9ac451ab061ac010 | 44989631 | 1011800 | 0x870630ee1f5ce27ca4db32359895442c6c430c4f | 0x4bc93594b3cdd937897e74cc73ea95029a6f95f3 | 105873079 | 2023-07-12T12:42:22.000Z | 10 | 1441341928858043 | 0x9f98b7aa9f8aeebb37706a1bb5c50c5495e8b1bba30209811a8b5de7409ba5d4 | 0x2791bca1f2de4661ed88a30c99a7a9449aa84174 | 380892276745532 | 137 | 105873079 | 137 | {“message”:“0x”,“recipient”:“0x4bc93594b3cdd937897e74cc73ea95029a6f95f3”,“isSlowRelay”:false,“relayerFeePct”:“1441341928858043”,“payoutAdjustmentPct”:“0”} |
Example Query
Example Query
Query with partition filter
PolygonSpokePoolV2_FundsDeposited_event
Deposit events from Across Protocol v2 bridge on Polygon, capturing cross-chain transfer requests with depositor, recipient, token, amount, destination chain, and relayer fee data. Used for analyzing bridge volume, fee dynamics, and user cross-chain transfer 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_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_originChainId | STRING | Chain identifier for the source blockchain where the cross-chain transfer originated. Numeric string representing the standard chain ID. |
in_destinationChainId | STRING | Chain identifier for the destination blockchain where tokens or messages will be received. Numeric string representing the standard chain ID. |
in_relayerFeePct | STRING | Relayer fee as a percentage for the cross-chain transfer. Numeric string representing the fee in basis points with 18-decimal precision. |
in_depositId | STRING | Unique identifier for the cross-chain deposit operation. Numeric string representing the sequential deposit index within the protocol. |
in_quoteTimestamp | STRING | Unix timestamp when the cross-chain transfer quote was generated. Numeric string representing seconds since epoch. |
in_originToken | STRING | Contract address of the token being deposited on the origin chain. Hex-encoded, 0x-prefixed, 42-character string. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_depositor | STRING | Address of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string. |
in_message | STRING | Optional arbitrary data payload for the cross-chain transfer. Hex-encoded byte string with 0x prefix. |
Sample Data
Sample Data
| address | removed | in_amount | log_index | in_message | block_number | in_depositId | in_depositor | in_recipient | in_originToken | block_timestamp | in_originChainId | in_relayerFeePct | transaction_hash | in_quoteTimestamp | in_destinationChainId |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 225343041 | 189 | 0x | 47314423 | 1045790 | 0x3a23f943181408eac424116af7b7790c94cb97a5 | 0x694c9a19e3644a9bfe1008857aeed155f27b078e | 0x2791bca1f2de4661ed88a30c99a7a9449aa84174 | 2023-09-09T01:08:21.000Z | 137 | 11947437001215402 | 0x4ef99605a609a4a0481b7dd9e6b2ca31528728ace1fc8ef8097d9abe592e7a75 | 1694221200 | 1 |
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 25800000 | 214 | 0x | 47318639 | 1045885 | 0x3a23f943181408eac424116af7b7790c94cb97a5 | 0x7ab52a5d34e08098ecd08ba58e79b14f6e669fe8 | 0x2791bca1f2de4661ed88a30c99a7a9449aa84174 | 2023-09-09T03:44:25.000Z | 137 | 140483023255813953 | 0xd667167791ae015c0756ef28f4eae8947fd3e90ad3388bdf62ca5f4a37f7be13 | 1694230500 | 1 |
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 1778837253 | 195 | 0x | 47323889 | 1046051 | 0x3a23f943181408eac424116af7b7790c94cb97a5 | 0xff26ea8ef19b125a8f3e1600c9950281c5ad8a81 | 0x2791bca1f2de4661ed88a30c99a7a9449aa84174 | 2023-09-09T06:56:17.000Z | 137 | 2069311691720006 | 0xa43db8f845e430d5cefde619d90bf534a585c35ea61217304a7b115e8d679f6c | 1694242200 | 1 |
Example Query
Example Query
Query with partition filter
PolygonSpokePoolV2_TokensBridged_event
Token bridge events from Across Protocol V2 on Polygon, recording cross-chain token transfers returned to users with leaf identifiers for Merkle proof verification. Contains token addresses, amounts, and caller data for analyzing bridge activity and liquidity flows.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_amountToReturn | STRING | Token amount to be returned to the caller in the bridging operation. Numeric string value representing the amount in the token’s smallest unit. |
in_chainId | STRING | Blockchain network identifier for the destination or target chain in a cross-chain operation. Numeric string representing the chain ID as defined in EIP-155. |
in_leafId | STRING | Sequential identifier for a leaf in the merkle tree structure used for cross-chain token bridging operations. Numeric string value. |
in_l2TokenAddress | STRING | Contract address of the token being bridged on the Layer 2 network. Hex-encoded, 66-character string including 0x prefix with leading zeros padding. |
in_caller | STRING | Address that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | removed | in_caller | in_leafId | log_index | in_chainId | block_number | block_timestamp | transaction_hash | in_amountToReturn | in_l2TokenAddress |
|---|---|---|---|---|---|---|---|---|---|---|
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c | 10 | 20 | 137 | 51947106 | 2024-01-04T23:43:27.000Z | 0x3f83472655f9c32c0c08de608c0f8fddf0ad3e642d4eda49a05be2f099db5351 | 36128117033784378668 | 0x7ceb23fd6bc0add59e62ac25578270cff1b9f619 |
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c | 11 | 27 | 137 | 51947106 | 2024-01-04T23:43:27.000Z | 0x3f83472655f9c32c0c08de608c0f8fddf0ad3e642d4eda49a05be2f099db5351 | 21425560656642580615988 | 0x8f3cf7ad23cd3cadbd9735aff958023239c6a063 |
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c | 12 | 69 | 137 | 51935275 | 2024-01-04T16:13:52.000Z | 0x66cc33cba36580837a2359701ed6807ef451a9edcfc6bb694ff366589d4bfc55 | 9126719303980268316922 | 0x8f3cf7ad23cd3cadbd9735aff958023239c6a063 |
Example Query
Example Query
Query with partition filter
PolygonSpokePoolV2p5_FilledRelay_event
Completed cross-chain bridge relay events from Across Protocol V2.5 on Polygon, recording token transfers fulfilled by relayers with deposit identifiers, input/output amounts, origin chain data, and repayment details. Used for analyzing bridge volume, relayer performance, and cross-chain liquidity flows between Polygon and other 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_inputToken | STRING | Contract address of the token being deposited or transferred. Hex-encoded, 0x-prefixed, 42-character string. |
in_outputToken | STRING | Contract address of the token to be received on the destination chain. Hex-encoded, 0x-prefixed, 42-character string. |
in_inputAmount | STRING | Amount of source tokens being swapped or deposited. Numeric string representation of token quantity in smallest denomination. |
in_outputAmount | STRING | Expected amount of destination tokens to be received from the swap operation. Numeric string representation of token quantity in smallest denomination. |
in_repaymentChainId | STRING | Chain identifier for the blockchain where the relayer will be reimbursed for fulfilling the cross-chain transfer. Numeric string representing the standard chain ID. |
in_originChainId | STRING | Chain identifier for the source blockchain where the cross-chain transfer originated. Numeric string representing the standard chain ID. |
in_depositId | STRING | Unique identifier for the cross-chain deposit operation. Numeric string representing the sequential deposit index within the protocol. |
in_fillDeadline | STRING | Unix timestamp marking the final moment by which a cross-chain relay must be fulfilled. Numeric string representing seconds since epoch. |
in_exclusivityDeadline | STRING | Unix timestamp marking the end of the exclusive relay period. Numeric string representing seconds since epoch, after which any relayer can fulfill the transfer. |
in_exclusiveRelayer | STRING | Address designated with exclusive rights to fulfill the cross-chain transfer during the exclusivity period. Hex-encoded, 0x-prefixed, 42-character string. |
in_relayer | STRING | Address of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_depositor | STRING | Address of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_messageHash | STRING | Hash of the cross-chain message data being transmitted. 66-character hex string including 0x prefix. |
in_relayExecutionInfo | STRUCT<updatedRecipient STRING, updatedMessageHash STRING, updatedOutputAmount STRING, fillType INT64> | Structured relay fulfillment details capturing modifications applied at execution time. Contains updated recipient address, output amount, message data, and fill type indicator (0=normal, 1=slow, 2=speed-up). |
Sample Data
Sample Data
| address | removed | log_index | in_relayer | block_number | in_depositId | in_depositor | in_recipient | in_inputToken | in_inputAmount | in_messageHash | in_outputToken | block_timestamp | in_fillDeadline | in_outputAmount | in_originChainId | transaction_hash | in_exclusiveRelayer | in_repaymentChainId | in_relayExecutionInfo | in_exclusivityDeadline |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 350 | 0x000000000000000000000000ef1ec136931ab5728b0783fd87d109c9d15d31f1 | 68940556 | 2379514 | 0x0000000000000000000000001a1e1d429c275c71d886e932066050ef5cd92603 | 0x00000000000000000000000089f423567c2648bb828c3997f60c47b54f57fa6e | 0x0000000000000000000000002260fac5e5542a773aa44fbcfedf7c193bc2c599 | 15869 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000001bfd67037b42cf73acf2047067bd4f2c47d9bfd6 | 2025-03-12T02:17:32.000Z | 1741760194 | 15864 | 1 | 0xecd3a7bc8220b565a5c0fa32ecbeef00528dae9837b7ae8e1d6cad81e5918a8c | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1 | {“fillType”:0,“updatedRecipient”:“0x00000000000000000000000089f423567c2648bb828c3997f60c47b54f57fa6e”,“updatedMessageHash”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“updatedOutputAmount”:“15864”} | 0 |
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 20 | 0x00000000000000000000000007ae8551be970cb1cca11dd7a11f47ae82e70e67 | 68948469 | 1123849 | 0x0000000000000000000000009006636288459aaeb831d9d52da65c4b84f2721d | 0x0000000000000000000000009006636288459aaeb831d9d52da65c4b84f2721d | 0x0000000000000000000000004300000000000000000000000000000000000003 | 649658895348413731376 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000008f3cf7ad23cd3cadbd9735aff958023239c6a063 | 2025-03-12T06:58:33.000Z | 1741777093 | 648801867201869251529 | 81457 | 0x28ce621f3d0419902b6a1122a23342c52b6fd61d1d5a5cf692ba4d06c2b4265c | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1 | {“fillType”:0,“updatedRecipient”:“0x0000000000000000000000009006636288459aaeb831d9d52da65c4b84f2721d”,“updatedMessageHash”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“updatedOutputAmount”:“648801867201869251529”} | 0 |
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 100 | 0x00000000000000000000000007ae8551be970cb1cca11dd7a11f47ae82e70e67 | 68952214 | 1123892 | 0x0000000000000000000000003c948a11c4d5462ace49a505ece7112531b16725 | 0x0000000000000000000000003c948a11c4d5462ace49a505ece7112531b16725 | 0x0000000000000000000000004300000000000000000000000000000000000003 | 30061595527210877808450 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000008f3cf7ad23cd3cadbd9735aff958023239c6a063 | 2025-03-12T09:12:32.000Z | 1741783456 | 30021784740724426843100 | 81457 | 0xfddb5312819f5662682b722afea45ca26978143ce41ea4348b33113e6cf0c4e3 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1 | {“fillType”:1,“updatedRecipient”:“0x0000000000000000000000003c948a11c4d5462ace49a505ece7112531b16725”,“updatedMessageHash”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“updatedOutputAmount”:“30021784740724426843100”} | 0 |
Example Query
Example Query
Query with partition filter
PolygonSpokePoolV2p5_FilledV3Relay_event
Completed cross-chain bridge relay transactions on Across Protocol V3 via Polygon, recording depositor, relayer, token amounts, and destination chain for each filled transfer. Used for analyzing bridge volume, relayer performance, and cross-chain token flow 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_inputToken | STRING | Contract address of the token being deposited or transferred. Hex-encoded, 0x-prefixed, 42-character string. |
in_outputToken | STRING | Contract address of the token to be received on the destination chain. Hex-encoded, 0x-prefixed, 42-character string. |
in_inputAmount | STRING | Amount of source tokens being swapped or deposited. Numeric string representation of token quantity in smallest denomination. |
in_outputAmount | STRING | Expected amount of destination tokens to be received from the swap operation. Numeric string representation of token quantity in smallest denomination. |
in_repaymentChainId | STRING | Chain identifier for the blockchain where the relayer will be reimbursed for fulfilling the cross-chain transfer. Numeric string representing the standard chain ID. |
in_originChainId | STRING | Chain identifier for the source blockchain where the cross-chain transfer originated. Numeric string representing the standard chain ID. |
in_depositId | STRING | Unique identifier for the cross-chain deposit operation. Numeric string representing the sequential deposit index within the protocol. |
in_fillDeadline | STRING | Unix timestamp marking the final moment by which a cross-chain relay must be fulfilled. Numeric string representing seconds since epoch. |
in_exclusivityDeadline | STRING | Unix timestamp marking the end of the exclusive relay period. Numeric string representing seconds since epoch, after which any relayer can fulfill the transfer. |
in_exclusiveRelayer | STRING | Address designated with exclusive rights to fulfill the cross-chain transfer during the exclusivity period. Hex-encoded, 0x-prefixed, 42-character string. |
in_relayer | STRING | Address of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_depositor | STRING | Address of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_message | STRING | Optional arbitrary data payload for the cross-chain transfer. Hex-encoded byte string with 0x prefix. |
in_relayExecutionInfo | STRUCT<updatedRecipient STRING, updatedMessage STRING, updatedOutputAmount STRING, fillType INT64> | Structured relay fulfillment details capturing modifications applied at execution time. Contains updated recipient address, output amount, message data, and fill type indicator (0=normal, 1=slow, 2=speed-up). |
Sample Data
Sample Data
| address | removed | log_index | in_message | in_relayer | block_number | in_depositId | in_depositor | in_recipient | in_inputToken | in_inputAmount | in_outputToken | block_timestamp | in_fillDeadline | in_outputAmount | in_originChainId | transaction_hash | in_exclusiveRelayer | in_repaymentChainId | in_relayExecutionInfo | in_exclusivityDeadline |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 68 | 0x | 0x07ae8551be970cb1cca11dd7a11f47ae82e70e67 | 59960886 | 1904463 | 0x1231deb6f5749ef6ce6943a275a1d3e7486f4eae | 0x7c16c022048b25142482cf06ac98064527395290 | 0x0b2c639c533813f4aa9d7837caf62653d097ff85 | 13279895 | 0x3c499c542cef5e3811e1192ce70d8cc03d5c3359 | 2024-07-29T19:43:18.000Z | 4294967295 | 13271706 | 10 | 0x79d0973e4368dca56207f6a72111abba5a112da891e38d833f42c1fc2a7aeb2a | 0x0000000000000000000000000000000000000000 | 8453 | {“fillType”:0,“updatedMessage”:“0x”,“updatedRecipient”:“0x7c16c022048b25142482cf06ac98064527395290”,“updatedOutputAmount”:“13271706”} | 0 |
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 173 | 0x | 0x07ae8551be970cb1cca11dd7a11f47ae82e70e67 | 59954804 | 1904112 | 0x886881df6ecbf5aa26f045e1d8549d3ed9d732f6 | 0x886881df6ecbf5aa26f045e1d8549d3ed9d732f6 | 0x0b2c639c533813f4aa9d7837caf62653d097ff85 | 1098613411 | 0x3c499c542cef5e3811e1192ce70d8cc03d5c3359 | 2024-07-29T16:06:39.000Z | 1722290369 | 1098444611 | 10 | 0x58cccdc9f60d772fa4fe2040c4274f563c6c0560deee986eeb5259419414e235 | 0x0000000000000000000000000000000000000000 | 10 | {“fillType”:0,“updatedMessage”:“0x”,“updatedRecipient”:“0x886881df6ecbf5aa26f045e1d8549d3ed9d732f6”,“updatedOutputAmount”:“1098444611”} | 0 |
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 296 | 0x | 0x07ae8551be970cb1cca11dd7a11f47ae82e70e67 | 59934610 | 1902720 | 0x4d73127e52f8411c095fe8c1e441bf0224cf868f | 0x4d73127e52f8411c095fe8c1e441bf0224cf868f | 0x0b2c639c533813f4aa9d7837caf62653d097ff85 | 19197876 | 0x2791bca1f2de4661ed88a30c99a7a9449aa84174 | 2024-07-29T03:50:17.000Z | 1722246245 | 19188557 | 10 | 0xcef4ba6979c2d1aa1043577d469ab6d649c0a874f6a10f8e351d895e169397f3 | 0x0000000000000000000000000000000000000000 | 10 | {“fillType”:0,“updatedMessage”:“0x”,“updatedRecipient”:“0x4d73127e52f8411c095fe8c1e441bf0224cf868f”,“updatedOutputAmount”:“19188557”} | 0 |
Example Query
Example Query
Query with partition filter
PolygonSpokePoolV2p5_FundsDeposited_event
Deposit events from Across Protocol’s v2.5 spoke pool contract on Polygon, capturing cross-chain bridge transfers with input/output token details, amounts, destination chain identifiers, and fill deadline parameters. Used for analyzing bridge volume, route preferences, and relayer exclusivity patterns across the Across network.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_inputToken | STRING | Contract address of the token being deposited or transferred. Hex-encoded, 0x-prefixed, 42-character string. |
in_outputToken | STRING | Contract address of the token to be received on the destination chain. Hex-encoded, 0x-prefixed, 42-character string. |
in_inputAmount | STRING | Amount of source tokens being swapped or deposited. Numeric string representation of token quantity in smallest denomination. |
in_outputAmount | STRING | Expected amount of destination tokens to be received from the swap operation. Numeric string representation of token quantity in smallest denomination. |
in_destinationChainId | STRING | Chain identifier for the destination blockchain where tokens or messages will be received. Numeric string representing the standard chain ID. |
in_depositId | STRING | Unique identifier for the cross-chain deposit operation. Numeric string representing the sequential deposit index within the protocol. |
in_quoteTimestamp | STRING | Unix timestamp when the cross-chain transfer quote was generated. Numeric string representing seconds since epoch. |
in_fillDeadline | STRING | Unix timestamp marking the final moment by which a cross-chain relay must be fulfilled. Numeric string representing seconds since epoch. |
in_exclusivityDeadline | STRING | Unix timestamp marking the end of the exclusive relay period. Numeric string representing seconds since epoch, after which any relayer can fulfill the transfer. |
in_depositor | STRING | Address of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_exclusiveRelayer | STRING | Address designated with exclusive rights to fulfill the cross-chain transfer during the exclusivity period. Hex-encoded, 0x-prefixed, 42-character string. |
in_message | STRING | Optional arbitrary data payload for the cross-chain transfer. Hex-encoded byte string with 0x prefix. |
Sample Data
Sample Data
| address | removed | log_index | in_message | block_number | in_depositId | in_depositor | in_recipient | in_inputToken | in_inputAmount | in_outputToken | block_timestamp | in_fillDeadline | in_outputAmount | transaction_hash | in_quoteTimestamp | in_exclusiveRelayer | in_destinationChainId | in_exclusivityDeadline |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 2 | 0x | 72575352 | 1751229 | 0x000000000000000000000000819fec2168eeed0be582621cc991aa38df6d296c | 0x000000000000000000000000819fec2168eeed0be582621cc991aa38df6d296c | 0x0000000000000000000000001bfd67037b42cf73acf2047067bd4f2c47d9bfd6 | 909000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 2025-06-10T00:14:45.000Z | 1749532479 | 908211 | 0x96bc271aa5911578eb639e1bf3bfb1b4c3708c6d5b3f6ff762afc0d471d3d404 | 1749514479 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 10 | 0 |
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 449 | 0x | 72609601 | 1752091 | 0x0000000000000000000000003a54f61c8115ee886fbb65cf6bc6dc625d540bae | 0x0000000000000000000000003cd0682f5d8375897fd61e7dabb431f99de6144e | 0x0000000000000000000000001bfd67037b42cf73acf2047067bd4f2c47d9bfd6 | 3961144 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 2025-06-10T20:32:36.000Z | 1749601956 | 3953508 | 0xb14756a9f6e5f0717b974023a6d9d9eaed9fe202e258c9b0542baf1f10fd3d95 | 1749587556 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1 | 0 |
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 201 | 0x | 72577349 | 1751281 | 0x0000000000000000000000003a54f61c8115ee886fbb65cf6bc6dc625d540bae | 0x0000000000000000000000007de5cbc988a012e5a57e57fb4f86339c56ddadc2 | 0x0000000000000000000000007ceb23fd6bc0add59e62ac25578270cff1b9f619 | 160933231879221964 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 2025-06-10T01:25:29.000Z | 1749533129 | 160473670942267657 | 0xbabd3f08b787c81d6e38fb3b727792d2ea946b3fd29bcc3427d2d4312efbe37c | 1749518729 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 1 | 0 |
Example Query
Example Query
Query with partition filter
PolygonSpokePoolV2p5_TokensBridged_event
Token bridging events from Across Protocol’s V2.5 SpokePool contract on Polygon, recording token returns with amounts, addresses, and leaf identifiers. Used for tracking cross-chain token flows and liquidity provider rebalancing across Across Protocol’s relayer network.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_amountToReturn | STRING | Token amount to be returned to the caller in the bridging operation. Numeric string value representing the amount in the token’s smallest unit. |
in_chainId | STRING | Blockchain network identifier for the destination or target chain in a cross-chain operation. Numeric string representing the chain ID as defined in EIP-155. |
in_leafId | STRING | Sequential identifier for a leaf in the merkle tree structure used for cross-chain token bridging operations. Numeric string value. |
in_l2TokenAddress | STRING | Contract address of the token being bridged on the Layer 2 network. Hex-encoded, 66-character string including 0x prefix with leading zeros padding. |
in_caller | STRING | Address that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | removed | in_caller | in_leafId | log_index | in_chainId | block_number | block_timestamp | transaction_hash | in_amountToReturn | in_l2TokenAddress |
|---|---|---|---|---|---|---|---|---|---|---|
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c | 19 | 44 | 137 | 74042889 | 2025-07-16T21:03:04.000Z | 0xe16fc177a04461ecc7c28d29b0a10cf73ee8cb69f5f5e3c3c9446f4a3a42457d | 61764030731 | 0x000000000000000000000000c2132d05d31c914a87c6611c10748aeb04b58e8f |
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c | 17 | 114 | 137 | 74033184 | 2025-07-16T15:15:38.000Z | 0x1156adad29d9ca039aa655e159d075a7188ae61fc578bb76acbd09f9bc1c408d | 5496658799997027190984 | 0x0000000000000000000000009a71012b13ca4d3d0cdc72a177df3ef03b0e76a3 |
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c | 14 | 375 | 137 | 77476182 | 2025-10-10T00:42:09.000Z | 0xc2d3722f46e454e6549c1f7efb0fe8e38b91f2d392083fa70be661cbfe119be7 | 101887666680 | 0x000000000000000000000000c2132d05d31c914a87c6611c10748aeb04b58e8f |
Example Query
Example Query
Query with partition filter
PolygonSpokePoolV2p5_V3FundsDeposited_event
Cross-chain bridge deposit events from Across Protocol V3 on Polygon, recording user-initiated token transfers with source depositor, destination chain, input/output tokens and amounts, and relayer exclusivity parameters. Used for analyzing bridge volume, fee spreads, and cross-chain transfer 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_inputToken | STRING | Contract address of the token being deposited or transferred. Hex-encoded, 0x-prefixed, 42-character string. |
in_outputToken | STRING | Contract address of the token to be received on the destination chain. Hex-encoded, 0x-prefixed, 42-character string. |
in_inputAmount | STRING | Amount of source tokens being swapped or deposited. Numeric string representation of token quantity in smallest denomination. |
in_outputAmount | STRING | Expected amount of destination tokens to be received from the swap operation. Numeric string representation of token quantity in smallest denomination. |
in_destinationChainId | STRING | Chain identifier for the destination blockchain where tokens or messages will be received. Numeric string representing the standard chain ID. |
in_depositId | STRING | Unique identifier for the cross-chain deposit operation. Numeric string representing the sequential deposit index within the protocol. |
in_quoteTimestamp | STRING | Unix timestamp when the cross-chain transfer quote was generated. Numeric string representing seconds since epoch. |
in_fillDeadline | STRING | Unix timestamp marking the final moment by which a cross-chain relay must be fulfilled. Numeric string representing seconds since epoch. |
in_exclusivityDeadline | STRING | Unix timestamp marking the end of the exclusive relay period. Numeric string representing seconds since epoch, after which any relayer can fulfill the transfer. |
in_depositor | STRING | Address of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_exclusiveRelayer | STRING | Address designated with exclusive rights to fulfill the cross-chain transfer during the exclusivity period. Hex-encoded, 0x-prefixed, 42-character string. |
in_message | STRING | Optional arbitrary data payload for the cross-chain transfer. Hex-encoded byte string with 0x prefix. |
Sample Data
Sample Data
| address | removed | log_index | in_message | block_number | in_depositId | in_depositor | in_recipient | in_inputToken | in_inputAmount | in_outputToken | block_timestamp | in_fillDeadline | in_outputAmount | transaction_hash | in_quoteTimestamp | in_exclusiveRelayer | in_destinationChainId | in_exclusivityDeadline |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 17 | 0x | 54414331 | 1194402 | 0xca74f404e0c7bfa35b13b511097df966d5a65597 | 0xca74f404e0c7bfa35b13b511097df966d5a65597 | 0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6 | 176133467 | 0x0000000000000000000000000000000000000000 | 2024-03-08T13:41:00.000Z | 4294967295 | 175885056 | 0x6a03c28c6426df21966afeea553e16f0c423eab21e21799929e2546b4262c0e3 | 1709905251 | 0x0000000000000000000000000000000000000000 | 1 | 0 |
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 37 | 0x | 54393804 | 1193851 | 0xca74f404e0c7bfa35b13b511097df966d5a65597 | 0xca74f404e0c7bfa35b13b511097df966d5a65597 | 0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6 | 292221007 | 0x0000000000000000000000000000000000000000 | 2024-03-08T01:26:52.000Z | 4294967295 | 291826704 | 0x36c15f28251efd7b92e93522fd6d8aa5dfd719cca2368ffbdcf8cafba1bb7f3c | 1709861201 | 0x0000000000000000000000000000000000000000 | 1 | 0 |
| 0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096 | false | 244 | 0x | 54415733 | 1194441 | 0xe397c4883ec89ed4fc9d258f00c689708b2799c9 | 0x9f210cad71cb863419a7ba41a8863edd6f640578 | 0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6 | 4005245 | 0x0000000000000000000000000000000000000000 | 2024-03-08T14:31:00.000Z | 4294967295 | 3924089 | 0xa770b360d179eb4a63c3064139c4cec3d3922652614b8866b76209dfc5c1f09a | 1709907600 | 0x0000000000000000000000000000000000000000 | 1 | 0 |
Example Query
Example Query
Query with partition filter