Skip to main content

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).
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_totalFilledAmountSTRINGCumulative amount of tokens filled for the deposit including the current fill. Numeric string representation of token quantity in smallest denomination.
in_fillAmountSTRINGAmount of tokens actually filled in the relay transaction. Numeric string representation of token quantity in smallest denomination.
in_repaymentChainIdSTRINGChain identifier for the blockchain where the relayer will be reimbursed for fulfilling the cross-chain transfer. Numeric string representing the standard chain ID.
in_originChainIdSTRINGChain identifier for the source blockchain where the cross-chain transfer originated. Numeric string representing the standard chain ID.
in_destinationChainIdSTRINGChain identifier for the destination blockchain where tokens or messages will be received. Numeric string representing the standard chain ID.
in_relayerFeePctSTRINGRelayer fee as a percentage for the cross-chain transfer. Numeric string representing the fee in basis points with 18-decimal precision.
in_appliedRelayerFeePctSTRINGRelayer fee percentage actually applied to the cross-chain transfer. Numeric string representing the fee in basis points with 18-decimal precision.
in_realizedLpFeePctSTRINGLiquidity provider fee percentage actually charged for the cross-chain transfer. Numeric string representing the fee in basis points with 18-decimal precision.
in_depositIdSTRINGUnique identifier for the cross-chain deposit operation. Numeric string representing the sequential deposit index within the protocol.
in_destinationTokenSTRINGContract address of the token being received on the destination chain. Hex-encoded, 0x-prefixed, 42-character string.
in_relayerSTRINGAddress of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_isSlowRelayBOOLBoolean flag indicating whether the relay was executed through the slow relay mechanism rather than the fast relay path.
addressremovedin_amountlog_indexin_relayerblock_numberin_depositIdin_depositorin_recipientin_fillAmountin_isSlowRelayblock_timestampin_originChainIdin_relayerFeePcttransaction_hashin_destinationTokenin_realizedLpFeePctin_repaymentChainIdin_totalFilledAmountin_destinationChainIdin_appliedRelayerFeePct
0x69b5c72837769ef1e7c164abc6515dcff217f920false7262013780x428ab2ba90eba0a4be7af34c9ac451ab061ac010368341142006000xa7f7e4fe8e4cddcd9969bd3fbcff67000cd7de470xdfbc82201f7016a3387aaf74de912f5bf59bac04726201false2022-12-14T20:42:30.000Z103861746330307990xfa865ee4e661764bf29f30edba22cb360c9e392fa3d2b65ced85784e65b8ebc60x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6938712703111407137726201137386174633030799
0x69b5c72837769ef1e7c164abc6515dcff217f920false1125976290410x428ab2ba90eba0a4be7af34c9ac451ab061ac010368167222250900x0c0858290b6b268a93fb557af06390a3460c5db60xcbb90e432be81d9fdd6384412118b7dba57f29ba1false2022-12-14T10:09:54.000Z4216115232067852867480xafb57bee58c3932a0a3d2cc98e26e7270b73ef95ebcfcf1f9ec8202c0a00acb40x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6938712703111723111371523206785286748
0x69b5c72837769ef1e7c164abc6515dcff217f920false112597629060x428ab2ba90eba0a4be7af34c9ac451ab061ac010368173142250900x0c0858290b6b268a93fb557af06390a3460c5db60xcbb90e432be81d9fdd6384412118b7dba57f29ba1125976289false2022-12-14T10:32:02.000Z4216115232067852867480x725931fbce9a8dc2e5e79fa10f41a2ce26fca0fe371d7a3b5b5f0bf8009bad5f0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6938712703111723111259762901371523206785286748
Query with partition filter
SELECT *
FROM `tt-contracts.across_v2_polygon.PolygonSpokePool_FilledRelay_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_originChainIdSTRINGChain identifier for the source blockchain where the cross-chain transfer originated. Numeric string representing the standard chain ID.
in_destinationChainIdSTRINGChain identifier for the destination blockchain where tokens or messages will be received. Numeric string representing the standard chain ID.
in_relayerFeePctSTRINGRelayer fee as a percentage for the cross-chain transfer. Numeric string representing the fee in basis points with 18-decimal precision.
in_depositIdSTRINGUnique identifier for the cross-chain deposit operation. Numeric string representing the sequential deposit index within the protocol.
in_quoteTimestampSTRINGUnix timestamp when the cross-chain transfer quote was generated. Numeric string representing seconds since epoch.
in_originTokenSTRINGContract address of the token being deposited on the origin chain. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_amountlog_indexblock_numberin_depositIdin_depositorin_recipientin_originTokenblock_timestampin_originChainIdin_relayerFeePcttransaction_hashin_quoteTimestampin_destinationChainId
0x69b5c72837769ef1e7c164abc6515dcff217f920false49382132919831786771429170x053da52e0857697b876588e8e4ba6a9c25ac60930x053da52e0857697b876588e8e4ba6a9c25ac60930x2791bca1f2de4661ed88a30c99a7a9449aa841742022-08-12T00:15:43.000Z13759315663492245500x228f39ff6e04498322401cfc5d171ea823d9f73205b667e3b0d2ac3b87e1f18316602633031
0x69b5c72837769ef1e7c164abc6515dcff217f920false10000000231798216429900x07813c8926c9c65845e2eb5a2d470178c9cd9fc80x07813c8926c9c65845e2eb5a2d470178c9cd9fc80x2791bca1f2de4661ed88a30c99a7a9449aa841742022-08-12T07:24:02.000Z1371912621015000000000x1c98ee5eea24da7fc8869f577b5e2e6ac01f797585f7b0b79c89a9cda720badf16602889731
0x69b5c72837769ef1e7c164abc6515dcff217f920false578120421437350025631813316431040x0949c8d6aa7ad809ea08216f327ecf8a3c6b65180x0949c8d6aa7ad809ea08216f327ecf8a3c6b65180x7ceb23fd6bc0add59e62ac25578270cff1b9f6192022-08-12T17:30:34.000Z1372215514613647238180x32b59997c0b724be85b6f072a5cdee7d7467fed7967309d3b3cb6f8a923ec39016603253771
Query with partition filter
SELECT *
FROM `tt-contracts.across_v2_polygon.PolygonSpokePool_FundsDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_totalFilledAmountSTRINGCumulative amount of tokens filled for the deposit including the current fill. Numeric string representation of token quantity in smallest denomination.
in_fillAmountSTRINGAmount of tokens actually filled in the relay transaction. Numeric string representation of token quantity in smallest denomination.
in_repaymentChainIdSTRINGChain identifier for the blockchain where the relayer will be reimbursed for fulfilling the cross-chain transfer. Numeric string representing the standard chain ID.
in_originChainIdSTRINGChain identifier for the source blockchain where the cross-chain transfer originated. Numeric string representing the standard chain ID.
in_destinationChainIdSTRINGChain identifier for the destination blockchain where tokens or messages will be received. Numeric string representing the standard chain ID.
in_relayerFeePctSTRINGRelayer fee as a percentage for the cross-chain transfer. Numeric string representing the fee in basis points with 18-decimal precision.
in_realizedLpFeePctSTRINGLiquidity provider fee percentage actually charged for the cross-chain transfer. Numeric string representing the fee in basis points with 18-decimal precision.
in_depositIdSTRINGUnique identifier for the cross-chain deposit operation. Numeric string representing the sequential deposit index within the protocol.
in_destinationTokenSTRINGContract address of the token being received on the destination chain. Hex-encoded, 0x-prefixed, 42-character string.
in_relayerSTRINGAddress of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_messageSTRINGOptional arbitrary data payload for the cross-chain transfer. Hex-encoded byte string with 0x prefix.
in_updatableRelayDataSTRUCT<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.
addressremovedin_amountlog_indexin_messagein_relayerblock_numberin_depositIdin_depositorin_recipientin_fillAmountblock_timestampin_originChainIdin_relayerFeePcttransaction_hashin_destinationTokenin_realizedLpFeePctin_repaymentChainIdin_totalFilledAmountin_destinationChainIdin_updatableRelayData
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false13309520x0x428ab2ba90eba0a4be7af34c9ac451ab061ac0104500419410395510x3a23f943181408eac424116af7b7790c94cb97a50xb4fd729d6a8b87cf06ccbbbc99d9f937a73b67121330952023-07-12T21:25:04.000Z4216113895937917044210xf85bfb8f37db8b84f7c693104519f4d00a2db50d06c1a1edc4ce085623de9a9e0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd69387127031120691133095137{“message”:“0x”,“recipient”:“0xb4fd729d6a8b87cf06ccbbbc99d9f937a73b6712”,“isSlowRelay”:false,“relayerFeePct”:“1389593791704421”,“payoutAdjustmentPct”:“0”}
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false51793121820x0x428ab2ba90eba0a4be7af34c9ac451ab061ac0104497377410389000x3a23f943181408eac424116af7b7790c94cb97a50x52eeca1e38c9dc589505d86b21f68d04c77a5fd85179312182023-07-12T03:01:10.000Z421611948647375397400xcea01ccc96cac566a4959b84e3fa0ff039463adc29c443d527873afbc18fe3e50x2791bca1f2de4661ed88a30c99a7a9449aa841743808922767442301517931218137{“message”:“0x”,“recipient”:“0x52eeca1e38c9dc589505d86b21f68d04c77a5fd8”,“isSlowRelay”:false,“relayerFeePct”:“194864737539740”,“payoutAdjustmentPct”:“0”}
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false10587307920x0x428ab2ba90eba0a4be7af34c9ac451ab061ac0104498963110118000x870630ee1f5ce27ca4db32359895442c6c430c4f0x4bc93594b3cdd937897e74cc73ea95029a6f95f31058730792023-07-12T12:42:22.000Z1014413419288580430x9f98b7aa9f8aeebb37706a1bb5c50c5495e8b1bba30209811a8b5de7409ba5d40x2791bca1f2de4661ed88a30c99a7a9449aa84174380892276745532137105873079137{“message”:“0x”,“recipient”:“0x4bc93594b3cdd937897e74cc73ea95029a6f95f3”,“isSlowRelay”:false,“relayerFeePct”:“1441341928858043”,“payoutAdjustmentPct”:“0”}
Query with partition filter
SELECT *
FROM `tt-contracts.across_v2_polygon.PolygonSpokePoolV2_FilledRelay_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_originChainIdSTRINGChain identifier for the source blockchain where the cross-chain transfer originated. Numeric string representing the standard chain ID.
in_destinationChainIdSTRINGChain identifier for the destination blockchain where tokens or messages will be received. Numeric string representing the standard chain ID.
in_relayerFeePctSTRINGRelayer fee as a percentage for the cross-chain transfer. Numeric string representing the fee in basis points with 18-decimal precision.
in_depositIdSTRINGUnique identifier for the cross-chain deposit operation. Numeric string representing the sequential deposit index within the protocol.
in_quoteTimestampSTRINGUnix timestamp when the cross-chain transfer quote was generated. Numeric string representing seconds since epoch.
in_originTokenSTRINGContract address of the token being deposited on the origin chain. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_messageSTRINGOptional arbitrary data payload for the cross-chain transfer. Hex-encoded byte string with 0x prefix.
addressremovedin_amountlog_indexin_messageblock_numberin_depositIdin_depositorin_recipientin_originTokenblock_timestampin_originChainIdin_relayerFeePcttransaction_hashin_quoteTimestampin_destinationChainId
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false2253430411890x4731442310457900x3a23f943181408eac424116af7b7790c94cb97a50x694c9a19e3644a9bfe1008857aeed155f27b078e0x2791bca1f2de4661ed88a30c99a7a9449aa841742023-09-09T01:08:21.000Z137119474370012154020x4ef99605a609a4a0481b7dd9e6b2ca31528728ace1fc8ef8097d9abe592e7a7516942212001
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false258000002140x4731863910458850x3a23f943181408eac424116af7b7790c94cb97a50x7ab52a5d34e08098ecd08ba58e79b14f6e669fe80x2791bca1f2de4661ed88a30c99a7a9449aa841742023-09-09T03:44:25.000Z1371404830232558139530xd667167791ae015c0756ef28f4eae8947fd3e90ad3388bdf62ca5f4a37f7be1316942305001
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false17788372531950x4732388910460510x3a23f943181408eac424116af7b7790c94cb97a50xff26ea8ef19b125a8f3e1600c9950281c5ad8a810x2791bca1f2de4661ed88a30c99a7a9449aa841742023-09-09T06:56:17.000Z13720693116917200060xa43db8f845e430d5cefde619d90bf534a585c35ea61217304a7b115e8d679f6c16942422001
Query with partition filter
SELECT *
FROM `tt-contracts.across_v2_polygon.PolygonSpokePoolV2_FundsDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_amountToReturnSTRINGToken amount to be returned to the caller in the bridging operation. Numeric string value representing the amount in the token’s smallest unit.
in_chainIdSTRINGBlockchain 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_leafIdSTRINGSequential identifier for a leaf in the merkle tree structure used for cross-chain token bridging operations. Numeric string value.
in_l2TokenAddressSTRINGContract address of the token being bridged on the Layer 2 network. Hex-encoded, 66-character string including 0x prefix with leading zeros padding.
in_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_callerin_leafIdlog_indexin_chainIdblock_numberblock_timestamptransaction_hashin_amountToReturnin_l2TokenAddress
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c1020137519471062024-01-04T23:43:27.000Z0x3f83472655f9c32c0c08de608c0f8fddf0ad3e642d4eda49a05be2f099db5351361281170337843786680x7ceb23fd6bc0add59e62ac25578270cff1b9f619
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c1127137519471062024-01-04T23:43:27.000Z0x3f83472655f9c32c0c08de608c0f8fddf0ad3e642d4eda49a05be2f099db5351214255606566425806159880x8f3cf7ad23cd3cadbd9735aff958023239c6a063
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c1269137519352752024-01-04T16:13:52.000Z0x66cc33cba36580837a2359701ed6807ef451a9edcfc6bb694ff366589d4bfc5591267193039802683169220x8f3cf7ad23cd3cadbd9735aff958023239c6a063
Query with partition filter
SELECT *
FROM `tt-contracts.across_v2_polygon.PolygonSpokePoolV2_TokensBridged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_inputTokenSTRINGContract address of the token being deposited or transferred. Hex-encoded, 0x-prefixed, 42-character string.
in_outputTokenSTRINGContract address of the token to be received on the destination chain. Hex-encoded, 0x-prefixed, 42-character string.
in_inputAmountSTRINGAmount of source tokens being swapped or deposited. Numeric string representation of token quantity in smallest denomination.
in_outputAmountSTRINGExpected amount of destination tokens to be received from the swap operation. Numeric string representation of token quantity in smallest denomination.
in_repaymentChainIdSTRINGChain identifier for the blockchain where the relayer will be reimbursed for fulfilling the cross-chain transfer. Numeric string representing the standard chain ID.
in_originChainIdSTRINGChain identifier for the source blockchain where the cross-chain transfer originated. Numeric string representing the standard chain ID.
in_depositIdSTRINGUnique identifier for the cross-chain deposit operation. Numeric string representing the sequential deposit index within the protocol.
in_fillDeadlineSTRINGUnix timestamp marking the final moment by which a cross-chain relay must be fulfilled. Numeric string representing seconds since epoch.
in_exclusivityDeadlineSTRINGUnix timestamp marking the end of the exclusive relay period. Numeric string representing seconds since epoch, after which any relayer can fulfill the transfer.
in_exclusiveRelayerSTRINGAddress designated with exclusive rights to fulfill the cross-chain transfer during the exclusivity period. Hex-encoded, 0x-prefixed, 42-character string.
in_relayerSTRINGAddress of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_messageHashSTRINGHash of the cross-chain message data being transmitted. 66-character hex string including 0x prefix.
in_relayExecutionInfoSTRUCT<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).
addressremovedlog_indexin_relayerblock_numberin_depositIdin_depositorin_recipientin_inputTokenin_inputAmountin_messageHashin_outputTokenblock_timestampin_fillDeadlinein_outputAmountin_originChainIdtransaction_hashin_exclusiveRelayerin_repaymentChainIdin_relayExecutionInfoin_exclusivityDeadline
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false3500x000000000000000000000000ef1ec136931ab5728b0783fd87d109c9d15d31f16894055623795140x0000000000000000000000001a1e1d429c275c71d886e932066050ef5cd926030x00000000000000000000000089f423567c2648bb828c3997f60c47b54f57fa6e0x0000000000000000000000002260fac5e5542a773aa44fbcfedf7c193bc2c599158690x00000000000000000000000000000000000000000000000000000000000000000x0000000000000000000000001bfd67037b42cf73acf2047067bd4f2c47d9bfd62025-03-12T02:17:32.000Z17417601941586410xecd3a7bc8220b565a5c0fa32ecbeef00528dae9837b7ae8e1d6cad81e5918a8c0x00000000000000000000000000000000000000000000000000000000000000001{“fillType”:0,“updatedRecipient”:“0x00000000000000000000000089f423567c2648bb828c3997f60c47b54f57fa6e”,“updatedMessageHash”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“updatedOutputAmount”:“15864”}0
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false200x00000000000000000000000007ae8551be970cb1cca11dd7a11f47ae82e70e676894846911238490x0000000000000000000000009006636288459aaeb831d9d52da65c4b84f2721d0x0000000000000000000000009006636288459aaeb831d9d52da65c4b84f2721d0x00000000000000000000000043000000000000000000000000000000000000036496588953484137313760x00000000000000000000000000000000000000000000000000000000000000000x0000000000000000000000008f3cf7ad23cd3cadbd9735aff958023239c6a0632025-03-12T06:58:33.000Z1741777093648801867201869251529814570x28ce621f3d0419902b6a1122a23342c52b6fd61d1d5a5cf692ba4d06c2b4265c0x00000000000000000000000000000000000000000000000000000000000000001{“fillType”:0,“updatedRecipient”:“0x0000000000000000000000009006636288459aaeb831d9d52da65c4b84f2721d”,“updatedMessageHash”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“updatedOutputAmount”:“648801867201869251529”}0
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false1000x00000000000000000000000007ae8551be970cb1cca11dd7a11f47ae82e70e676895221411238920x0000000000000000000000003c948a11c4d5462ace49a505ece7112531b167250x0000000000000000000000003c948a11c4d5462ace49a505ece7112531b167250x0000000000000000000000004300000000000000000000000000000000000003300615955272108778084500x00000000000000000000000000000000000000000000000000000000000000000x0000000000000000000000008f3cf7ad23cd3cadbd9735aff958023239c6a0632025-03-12T09:12:32.000Z174178345630021784740724426843100814570xfddb5312819f5662682b722afea45ca26978143ce41ea4348b33113e6cf0c4e30x00000000000000000000000000000000000000000000000000000000000000001{“fillType”:1,“updatedRecipient”:“0x0000000000000000000000003c948a11c4d5462ace49a505ece7112531b16725”,“updatedMessageHash”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“updatedOutputAmount”:“30021784740724426843100”}0
Query with partition filter
SELECT *
FROM `tt-contracts.across_v2_polygon.PolygonSpokePoolV2p5_FilledRelay_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_inputTokenSTRINGContract address of the token being deposited or transferred. Hex-encoded, 0x-prefixed, 42-character string.
in_outputTokenSTRINGContract address of the token to be received on the destination chain. Hex-encoded, 0x-prefixed, 42-character string.
in_inputAmountSTRINGAmount of source tokens being swapped or deposited. Numeric string representation of token quantity in smallest denomination.
in_outputAmountSTRINGExpected amount of destination tokens to be received from the swap operation. Numeric string representation of token quantity in smallest denomination.
in_repaymentChainIdSTRINGChain identifier for the blockchain where the relayer will be reimbursed for fulfilling the cross-chain transfer. Numeric string representing the standard chain ID.
in_originChainIdSTRINGChain identifier for the source blockchain where the cross-chain transfer originated. Numeric string representing the standard chain ID.
in_depositIdSTRINGUnique identifier for the cross-chain deposit operation. Numeric string representing the sequential deposit index within the protocol.
in_fillDeadlineSTRINGUnix timestamp marking the final moment by which a cross-chain relay must be fulfilled. Numeric string representing seconds since epoch.
in_exclusivityDeadlineSTRINGUnix timestamp marking the end of the exclusive relay period. Numeric string representing seconds since epoch, after which any relayer can fulfill the transfer.
in_exclusiveRelayerSTRINGAddress designated with exclusive rights to fulfill the cross-chain transfer during the exclusivity period. Hex-encoded, 0x-prefixed, 42-character string.
in_relayerSTRINGAddress of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_messageSTRINGOptional arbitrary data payload for the cross-chain transfer. Hex-encoded byte string with 0x prefix.
in_relayExecutionInfoSTRUCT<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).
addressremovedlog_indexin_messagein_relayerblock_numberin_depositIdin_depositorin_recipientin_inputTokenin_inputAmountin_outputTokenblock_timestampin_fillDeadlinein_outputAmountin_originChainIdtransaction_hashin_exclusiveRelayerin_repaymentChainIdin_relayExecutionInfoin_exclusivityDeadline
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false680x0x07ae8551be970cb1cca11dd7a11f47ae82e70e675996088619044630x1231deb6f5749ef6ce6943a275a1d3e7486f4eae0x7c16c022048b25142482cf06ac980645273952900x0b2c639c533813f4aa9d7837caf62653d097ff85132798950x3c499c542cef5e3811e1192ce70d8cc03d5c33592024-07-29T19:43:18.000Z429496729513271706100x79d0973e4368dca56207f6a72111abba5a112da891e38d833f42c1fc2a7aeb2a0x00000000000000000000000000000000000000008453{“fillType”:0,“updatedMessage”:“0x”,“updatedRecipient”:“0x7c16c022048b25142482cf06ac98064527395290”,“updatedOutputAmount”:“13271706”}0
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false1730x0x07ae8551be970cb1cca11dd7a11f47ae82e70e675995480419041120x886881df6ecbf5aa26f045e1d8549d3ed9d732f60x886881df6ecbf5aa26f045e1d8549d3ed9d732f60x0b2c639c533813f4aa9d7837caf62653d097ff8510986134110x3c499c542cef5e3811e1192ce70d8cc03d5c33592024-07-29T16:06:39.000Z17222903691098444611100x58cccdc9f60d772fa4fe2040c4274f563c6c0560deee986eeb5259419414e2350x000000000000000000000000000000000000000010{“fillType”:0,“updatedMessage”:“0x”,“updatedRecipient”:“0x886881df6ecbf5aa26f045e1d8549d3ed9d732f6”,“updatedOutputAmount”:“1098444611”}0
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false2960x0x07ae8551be970cb1cca11dd7a11f47ae82e70e675993461019027200x4d73127e52f8411c095fe8c1e441bf0224cf868f0x4d73127e52f8411c095fe8c1e441bf0224cf868f0x0b2c639c533813f4aa9d7837caf62653d097ff85191978760x2791bca1f2de4661ed88a30c99a7a9449aa841742024-07-29T03:50:17.000Z172224624519188557100xcef4ba6979c2d1aa1043577d469ab6d649c0a874f6a10f8e351d895e169397f30x000000000000000000000000000000000000000010{“fillType”:0,“updatedMessage”:“0x”,“updatedRecipient”:“0x4d73127e52f8411c095fe8c1e441bf0224cf868f”,“updatedOutputAmount”:“19188557”}0
Query with partition filter
SELECT *
FROM `tt-contracts.across_v2_polygon.PolygonSpokePoolV2p5_FilledV3Relay_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_inputTokenSTRINGContract address of the token being deposited or transferred. Hex-encoded, 0x-prefixed, 42-character string.
in_outputTokenSTRINGContract address of the token to be received on the destination chain. Hex-encoded, 0x-prefixed, 42-character string.
in_inputAmountSTRINGAmount of source tokens being swapped or deposited. Numeric string representation of token quantity in smallest denomination.
in_outputAmountSTRINGExpected amount of destination tokens to be received from the swap operation. Numeric string representation of token quantity in smallest denomination.
in_destinationChainIdSTRINGChain identifier for the destination blockchain where tokens or messages will be received. Numeric string representing the standard chain ID.
in_depositIdSTRINGUnique identifier for the cross-chain deposit operation. Numeric string representing the sequential deposit index within the protocol.
in_quoteTimestampSTRINGUnix timestamp when the cross-chain transfer quote was generated. Numeric string representing seconds since epoch.
in_fillDeadlineSTRINGUnix timestamp marking the final moment by which a cross-chain relay must be fulfilled. Numeric string representing seconds since epoch.
in_exclusivityDeadlineSTRINGUnix timestamp marking the end of the exclusive relay period. Numeric string representing seconds since epoch, after which any relayer can fulfill the transfer.
in_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_exclusiveRelayerSTRINGAddress designated with exclusive rights to fulfill the cross-chain transfer during the exclusivity period. Hex-encoded, 0x-prefixed, 42-character string.
in_messageSTRINGOptional arbitrary data payload for the cross-chain transfer. Hex-encoded byte string with 0x prefix.
addressremovedlog_indexin_messageblock_numberin_depositIdin_depositorin_recipientin_inputTokenin_inputAmountin_outputTokenblock_timestampin_fillDeadlinein_outputAmounttransaction_hashin_quoteTimestampin_exclusiveRelayerin_destinationChainIdin_exclusivityDeadline
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false20x7257535217512290x000000000000000000000000819fec2168eeed0be582621cc991aa38df6d296c0x000000000000000000000000819fec2168eeed0be582621cc991aa38df6d296c0x0000000000000000000000001bfd67037b42cf73acf2047067bd4f2c47d9bfd69090000x00000000000000000000000000000000000000000000000000000000000000002025-06-10T00:14:45.000Z17495324799082110x96bc271aa5911578eb639e1bf3bfb1b4c3708c6d5b3f6ff762afc0d471d3d40417495144790x0000000000000000000000000000000000000000000000000000000000000000100
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false4490x7260960117520910x0000000000000000000000003a54f61c8115ee886fbb65cf6bc6dc625d540bae0x0000000000000000000000003cd0682f5d8375897fd61e7dabb431f99de6144e0x0000000000000000000000001bfd67037b42cf73acf2047067bd4f2c47d9bfd639611440x00000000000000000000000000000000000000000000000000000000000000002025-06-10T20:32:36.000Z174960195639535080xb14756a9f6e5f0717b974023a6d9d9eaed9fe202e258c9b0542baf1f10fd3d9517495875560x000000000000000000000000000000000000000000000000000000000000000010
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false2010x7257734917512810x0000000000000000000000003a54f61c8115ee886fbb65cf6bc6dc625d540bae0x0000000000000000000000007de5cbc988a012e5a57e57fb4f86339c56ddadc20x0000000000000000000000007ceb23fd6bc0add59e62ac25578270cff1b9f6191609332318792219640x00000000000000000000000000000000000000000000000000000000000000002025-06-10T01:25:29.000Z17495331291604736709422676570xbabd3f08b787c81d6e38fb3b727792d2ea946b3fd29bcc3427d2d4312efbe37c17495187290x000000000000000000000000000000000000000000000000000000000000000010
Query with partition filter
SELECT *
FROM `tt-contracts.across_v2_polygon.PolygonSpokePoolV2p5_FundsDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_amountToReturnSTRINGToken amount to be returned to the caller in the bridging operation. Numeric string value representing the amount in the token’s smallest unit.
in_chainIdSTRINGBlockchain 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_leafIdSTRINGSequential identifier for a leaf in the merkle tree structure used for cross-chain token bridging operations. Numeric string value.
in_l2TokenAddressSTRINGContract address of the token being bridged on the Layer 2 network. Hex-encoded, 66-character string including 0x prefix with leading zeros padding.
in_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_callerin_leafIdlog_indexin_chainIdblock_numberblock_timestamptransaction_hashin_amountToReturnin_l2TokenAddress
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c1944137740428892025-07-16T21:03:04.000Z0xe16fc177a04461ecc7c28d29b0a10cf73ee8cb69f5f5e3c3c9446f4a3a42457d617640307310x000000000000000000000000c2132d05d31c914a87c6611c10748aeb04b58e8f
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c17114137740331842025-07-16T15:15:38.000Z0x1156adad29d9ca039aa655e159d075a7188ae61fc578bb76acbd09f9bc1c408d54966587999970271909840x0000000000000000000000009a71012b13ca4d3d0cdc72a177df3ef03b0e76a3
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c14375137774761822025-10-10T00:42:09.000Z0xc2d3722f46e454e6549c1f7efb0fe8e38b91f2d392083fa70be661cbfe119be71018876666800x000000000000000000000000c2132d05d31c914a87c6611c10748aeb04b58e8f
Query with partition filter
SELECT *
FROM `tt-contracts.across_v2_polygon.PolygonSpokePoolV2p5_TokensBridged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_inputTokenSTRINGContract address of the token being deposited or transferred. Hex-encoded, 0x-prefixed, 42-character string.
in_outputTokenSTRINGContract address of the token to be received on the destination chain. Hex-encoded, 0x-prefixed, 42-character string.
in_inputAmountSTRINGAmount of source tokens being swapped or deposited. Numeric string representation of token quantity in smallest denomination.
in_outputAmountSTRINGExpected amount of destination tokens to be received from the swap operation. Numeric string representation of token quantity in smallest denomination.
in_destinationChainIdSTRINGChain identifier for the destination blockchain where tokens or messages will be received. Numeric string representing the standard chain ID.
in_depositIdSTRINGUnique identifier for the cross-chain deposit operation. Numeric string representing the sequential deposit index within the protocol.
in_quoteTimestampSTRINGUnix timestamp when the cross-chain transfer quote was generated. Numeric string representing seconds since epoch.
in_fillDeadlineSTRINGUnix timestamp marking the final moment by which a cross-chain relay must be fulfilled. Numeric string representing seconds since epoch.
in_exclusivityDeadlineSTRINGUnix timestamp marking the end of the exclusive relay period. Numeric string representing seconds since epoch, after which any relayer can fulfill the transfer.
in_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_exclusiveRelayerSTRINGAddress designated with exclusive rights to fulfill the cross-chain transfer during the exclusivity period. Hex-encoded, 0x-prefixed, 42-character string.
in_messageSTRINGOptional arbitrary data payload for the cross-chain transfer. Hex-encoded byte string with 0x prefix.
addressremovedlog_indexin_messageblock_numberin_depositIdin_depositorin_recipientin_inputTokenin_inputAmountin_outputTokenblock_timestampin_fillDeadlinein_outputAmounttransaction_hashin_quoteTimestampin_exclusiveRelayerin_destinationChainIdin_exclusivityDeadline
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false170x5441433111944020xca74f404e0c7bfa35b13b511097df966d5a655970xca74f404e0c7bfa35b13b511097df966d5a655970x1bfd67037b42cf73acf2047067bd4f2c47d9bfd61761334670x00000000000000000000000000000000000000002024-03-08T13:41:00.000Z42949672951758850560x6a03c28c6426df21966afeea553e16f0c423eab21e21799929e2546b4262c0e317099052510x000000000000000000000000000000000000000010
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false370x5439380411938510xca74f404e0c7bfa35b13b511097df966d5a655970xca74f404e0c7bfa35b13b511097df966d5a655970x1bfd67037b42cf73acf2047067bd4f2c47d9bfd62922210070x00000000000000000000000000000000000000002024-03-08T01:26:52.000Z42949672952918267040x36c15f28251efd7b92e93522fd6d8aa5dfd719cca2368ffbdcf8cafba1bb7f3c17098612010x000000000000000000000000000000000000000010
0x9295ee1d8c5b022be115a2ad3c30c72e34e7f096false2440x5441573311944410xe397c4883ec89ed4fc9d258f00c689708b2799c90x9f210cad71cb863419a7ba41a8863edd6f6405780x1bfd67037b42cf73acf2047067bd4f2c47d9bfd640052450x00000000000000000000000000000000000000002024-03-08T14:31:00.000Z429496729539240890xa770b360d179eb4a63c3064139c4cec3d3922652614b8866b76209dfc5c1f09a17099076000x000000000000000000000000000000000000000010
Query with partition filter
SELECT *
FROM `tt-contracts.across_v2_polygon.PolygonSpokePoolV2p5_V3FundsDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100