Skip to main content

Tables

ZkSyncSpokePool_FilledRelay_event

Completed relay fills from Across Protocol V2 bridge on zkSync Era, tracking cross-chain token transfers with depositor, relayer, fill amounts, and fee percentages. Used for analyzing bridge volume, relayer profitability, and cross-chain liquidity flows between Ethereum mainnet (chain ID 1) and zkSync Era (chain ID 324).
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
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse9396183167120100840x0x53596ab134569396b9a7070d2c4e6cd536b3c1301387770910258130x2eaa3c4c668aa98b6bfc5f7aba1b743a231e224b0x2eaa3c4c668aa98b6bfc5f7aba1b743a231e224b93961831671201002023-09-15T01:05:37.000Z1189283459646160480x22b5c5b589f622ba6042a8e714cc41cfe03cb878c88099a906c578c4485b40cc0x5aea5775959fbc2557cc8789bc1bf90a239d9a9103249396183167120100324{“message”:“0x”,“recipient”:“0x2eaa3c4c668aa98b6bfc5f7aba1b743a231e224b”,“isSlowRelay”:false,“relayerFeePct”:“18928345964616048”,“payoutAdjustmentPct”:“0”}
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse178740000000000005340x0x53596ab134569396b9a7070d2c4e6cd536b3c1301388274310258250x3a23f943181408eac424116af7b7790c94cb97a50xecce18fb262d0b6d4637845bcd2da53ff940bec5178740000000000002023-09-15T02:30:50.000Z1101114067989507100x89cf9e5710779a625db843dab01425659c97a73398ccd74ffbd018e34d843dbd0x5aea5775959fbc2557cc8789bc1bf90a239d9a91032417874000000000000324{“message”:“0x”,“recipient”:“0xecce18fb262d0b6d4637845bcd2da53ff940bec5”,“isSlowRelay”:false,“relayerFeePct”:“10111406798950710”,“payoutAdjustmentPct”:“0”}
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse187794174000000000300x0x41ee28ee05341e7fdddc8d433ba66054cd302ca11394091110261180x3a23f943181408eac424116af7b7790c94cb97a50xf961f33c73d18fc8546dc2b1af297bafdd99b84c1877941740000000002023-09-15T19:07:02.000Z121857157151843320x6a6477fc651e07b83fa6cd9cff924fac2ea9f86d86696feafea64e7d6975ae920x5aea5775959fbc2557cc8789bc1bf90a239d9a910324187794174000000000324{“message”:“0x”,“recipient”:“0xf961f33c73d18fc8546dc2b1af297bafdd99b84c”,“isSlowRelay”:false,“relayerFeePct”:“2185715715184332”,“payoutAdjustmentPct”:“0”}
Query with partition filter
SELECT *
FROM `tt-contracts.across_v2_zksyncera.ZkSyncSpokePool_FilledRelay_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ZkSyncSpokePool_FundsDeposited_event

Cross-chain bridge deposit events from Across Protocol V2 on zkSync Era, capturing token transfers initiated on chain 324 (zkSync Era) for relay to destination chains. Used for analyzing bridge volume, relayer fee structures, and cross-chain fund 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_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
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse600000000000000000380x1328471810206060xadde7028e7ec226777e5dea5d53f6457c21ec7d60x212d165ba5c0fb6fa1b026a85a901a1d3a9f3dd00x5aea5775959fbc2557cc8789bc1bf90a239d9a912023-09-08T00:48:18.000Z32433951499582991750x21efcf7ab40b8cc597176a5287c54adde1c0732593c0d1224e3d8413346d24f316941336001
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse411610263350x1328691710206220xadde7028e7ec226777e5dea5d53f6457c21ec7d60xa6586f56adfa72a2047eb1b1e7941008f8c713d90x3355df6d4c9c3035724fd0e3914de96a5a83aaf42023-09-08T01:25:38.000Z32483738341479182330xae4963fd59528a1c9acf370a7dc2ed119af45de1eaa0eb0e3bcbcd9f2e2517ac16941360001
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse9930000000000000660x1328846810206390xadde7028e7ec226777e5dea5d53f6457c21ec7d60x9e5ad1484660388e32d08d57ed6c8cafe684d4a80x5aea5775959fbc2557cc8789bc1bf90a239d9a912023-09-08T01:52:05.000Z3241848848319998501510x7f767b446c1e299600d63c469d4b83c6160593e3c35bd647864a53971e286e7016941375001
Query with partition filter
SELECT *
FROM `tt-contracts.across_v2_zksyncera.ZkSyncSpokePool_FundsDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ZkSyncSpokePoolV2p5_FilledRelay_event

Completed cross-chain bridge relay fills on zkSync Era through Across Protocol V2.5, capturing deposit fulfillment with relayer addresses, token amounts, origin and destination chain details, and execution parameters for analyzing bridge activity and relayer performance.
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
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse20x00000000000000000000000007ae8551be970cb1cca11dd7a11f47ae82e70e676509134934667450x000000000000000000000000d3e7a2532dd6586612dd758f98491a8ff1157cfa0x000000000000000000000000d3e7a2532dd6586612dd758f98491a8ff1157cfa0x0000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff85225680000000x00000000000000000000000000000000000000000000000000000000000000000x0000000000000000000000003355df6d4c9c3035724fd0e3914de96a5a83aaf42025-10-06T19:57:59.000Z175979483922565000570100x3248e346c36412ad0279eb405bad26ac84be7377353fe7804df94b8278e8742a0x000000000000000000000000000000000000000000000000000000000000000010{“fillType”:0,“updatedRecipient”:“0x000000000000000000000000d3e7a2532dd6586612dd758f98491a8ff1157cfa”,“updatedMessageHash”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“updatedOutputAmount”:“22565000570”}0
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse230x00000000000000000000000007ae8551be970cb1cca11dd7a11f47ae82e70e676508559834660790x000000000000000000000000819fec2168eeed0be582621cc991aa38df6d296c0x000000000000000000000000819fec2168eeed0be582621cc991aa38df6d296c0x0000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff8510001824100x00000000000000000000000000000000000000000000000000000000000000000x0000000000000000000000003355df6d4c9c3035724fd0e3914de96a5a83aaf42025-10-06T14:06:15.000Z1759777567999999994100x43ace61938e9230a1f9afa7bfacf9e4f90ffcbd97ebfc344c1cf4ecc685ea37d0x000000000000000000000000000000000000000000000000000000000000000010{“fillType”:0,“updatedRecipient”:“0x000000000000000000000000819fec2168eeed0be582621cc991aa38df6d296c”,“updatedMessageHash”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“updatedOutputAmount”:“999999994”}0
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse20x00000000000000000000000007ae8551be970cb1cca11dd7a11f47ae82e70e676509160634667600x000000000000000000000000819fec2168eeed0be582621cc991aa38df6d296c0x000000000000000000000000819fec2168eeed0be582621cc991aa38df6d296c0x0000000000000000000000000b2c639c533813f4aa9d7837caf62653d097ff8510001807700x00000000000000000000000000000000000000000000000000000000000000000x0000000000000000000000003355df6d4c9c3035724fd0e3914de96a5a83aaf42025-10-06T20:11:33.000Z1759799147999999998100x696dce7983d89929f8b12460231fa6019f184baebc96b64c1ac974e10acd7cbd0x000000000000000000000000cad97616f91872c02ba3553db315db4015cbe85010{“fillType”:0,“updatedRecipient”:“0x000000000000000000000000819fec2168eeed0be582621cc991aa38df6d296c”,“updatedMessageHash”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“updatedOutputAmount”:“999999998”}1759781158
Query with partition filter
SELECT *
FROM `tt-contracts.across_v2_zksyncera.ZkSyncSpokePoolV2p5_FilledRelay_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ZkSyncSpokePoolV2p5_FilledV3Relay_event

Cross-chain bridge relay fulfillment events from Across Protocol v2.5 on zkSync Era, tracking completed token transfers with depositor, relayer, origin/destination chain data, and token amounts. Used for analyzing bridge volume, relayer performance, 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_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
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse20x0x41ee28ee05341e7fdddc8d433ba66054cd302ca14294981415118810xe397c4883ec89ed4fc9d258f00c689708b2799c90x1705b9c647ad292ec2adb78b9d8b310440718fae0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2510493750000000000x5aea5775959fbc2557cc8789bc1bf90a239d9a912024-08-30T05:00:14.000Z42949672955103114812516726910xbe684216d9209846a16f5572fad1894d4b66b3181d8c616959f9442de6ec16dc0x00000000000000000000000000000000000000001{“fillType”:0,“updatedMessage”:“0x”,“updatedRecipient”:“0x1705b9c647ad292ec2adb78b9d8b310440718fae”,“updatedOutputAmount”:“51031148125167269”}0
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse20x0x07ae8551be970cb1cca11dd7a11f47ae82e70e674296835420968270x28e41705385d0224922f1cc0618c3c0a0a66a79d0x28e41705385d0224922f1cc0618c3c0a0a66a79d0x833589fcd6edb6e08f4c7c32d4f71b54bda0291350010000000x3355df6d4c9c3035724fd0e3914de96a5a83aaf42024-08-30T10:18:12.000Z1725034597500014943884530x6a62ded39a88695a56e0c47511b8fd6570976ace5ed066932020babadc43b7300x00000000000000000000000000000000000000001{“fillType”:0,“updatedMessage”:“0x”,“updatedRecipient”:“0x28e41705385d0224922f1cc0618c3c0a0a66a79d”,“updatedOutputAmount”:“5000149438”}0
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse130x0x41ee28ee05341e7fdddc8d433ba66054cd302ca14300599315137760x1231deb6f5749ef6ce6943a275a1d3e7486f4eae0x2f2f777bfda78f8ac16b9cca0bdc2badb684df150xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc246485424100000000x5aea5775959fbc2557cc8789bc1bf90a239d9a912024-08-30T21:10:39.000Z4294967295463484230660838910xd5d6354d0fe9dc02a379788179dbadf60be34a69d3e3099e5c86dfbdf9b0a5660x00000000000000000000000000000000000000001{“fillType”:0,“updatedMessage”:“0x”,“updatedRecipient”:“0x2f2f777bfda78f8ac16b9cca0bdc2badb684df15”,“updatedOutputAmount”:“4634842306608389”}0
Query with partition filter
SELECT *
FROM `tt-contracts.across_v2_zksyncera.ZkSyncSpokePoolV2p5_FilledV3Relay_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ZkSyncSpokePoolV2p5_FundsDeposited_event

Cross-chain deposit events from Across Protocol v2.5 on zkSync Era, capturing user bridge requests with input/output tokens, amounts, destination chains, and relayer parameters. Used for tracking bridge volume, analyzing cross-chain token flows, and monitoring relayer fill opportunities.
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
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse300x5689758831904090x000000000000000000000000c992ada77e5f26f362db9a4fe65a48cacc48f8860x000000000000000000000000c992ada77e5f26f362db9a4fe65a48cacc48f8860x000000000000000000000000493257fd37edb34451f62edf8d2a0c418852ba4c2601171340x000000000000000000000000f0f161fda2712db8b566946122a5af183995e2ed2025-03-02T16:35:19.000Z17409423162599880150x07e16b662038fe93232dbc5aabcdd1a506d329271d23f26fbe325f0bb6afa9c017409330950x0000000000000000000000000000000000000000000000000000000000000000344430
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse50x5690858731905180x000000000000000000000000642459ed2f7c1f9f88e05a60ec3b7d142f8071630x000000000000000000000000642459ed2f7c1f9f88e05a60ec3b7d142f8071630x000000000000000000000000bbeb516fb02a01611cbbe0453fe3c580d728101121460x0000000000000000000000003aab2285ddcddad8edf438c1bab47e1a9d05a9b42025-03-02T20:03:14.000Z174095478221250x1a040c551aa0ec2f37fda0d886637debd1a6cfdaa883fa926fd1848e4cae53e717409455870x0000000000000000000000000000000000000000000000000000000000000000591440
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse140x5687208831901230x0000000000000000000000004e3a9949461384bef2bc09ba4f2539c4c6e4eed40x0000000000000000000000004e3a9949461384bef2bc09ba4f2539c4c6e4eed40x0000000000000000000000003355df6d4c9c3035724fd0e3914de96a5a83aaf4494526200x00000000000000000000000079a02482a880bce3f13e09da970dc34db4cd24d12025-03-02T06:43:19.000Z1740906795494401280x651184687dc4b575a1746ab36103fc90ec505602db14b21baf591aab858135ec17408977310x00000000000000000000000000000000000000000000000000000000000000004800
Query with partition filter
SELECT *
FROM `tt-contracts.across_v2_zksyncera.ZkSyncSpokePoolV2p5_FundsDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ZkSyncSpokePoolV2p5_V3FundsDeposited_event

Cross-chain bridge deposit events from Across Protocol on zkSync Era, capturing user deposits with source token, destination chain, amounts, and relayer parameters. Used for tracking bridge flow volume and analyzing cross-chain transfer patterns between zkSync Era 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_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
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse5860x2734310016110090x341e94069f53234fe6dabef707ad4248305257150xead6605b9e105e28bd35e9f494131c10c1281ce90x5aea5775959fbc2557cc8789bc1bf90a239d9a9120000000000000000000x00000000000000000000000000000000000000002024-02-24T00:30:53.000Z429496729519939955840173282420xe0d91e7aafd83af0c35a3c93c1f0273e1f9522b46135c28ccabba46a9dc74c8b17087343000x000000000000000000000000000000000000000010
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse460x2734328616110240xadde7028e7ec226777e5dea5d53f6457c21ec7d60x060202ad7524222f73a903724f95a660bdc9f7c10x5aea5775959fbc2557cc8789bc1bf90a239d9a913498600000000000000x00000000000000000000000000000000000000002024-02-24T00:34:07.000Z42949672953454295559163540590x52774c5dda9b107980fa69fe976a77bb4dd92cbb0958f1f21f3082793e9fb15117087343000x000000000000000000000000000000000000000010
0xe0b015e54d54fc84a6cb9b666099c46ade9335fffalse1470x2734412516110880x1840d4a615a6eac22fd4ebd21a183689bc631e7b0x1840d4a615a6eac22fd4ebd21a183689bc631e7b0x5aea5775959fbc2557cc8789bc1bf90a239d9a91300000000000000000x00000000000000000000000000000000000000002024-02-24T00:49:04.000Z4294967295260781833900226930xe5ca34c926362c930abf28eafdca86f82f64cbabce40ebefb3c12e6693a63d7017087352000x000000000000000000000000000000000000000010
Query with partition filter
SELECT *
FROM `tt-contracts.across_v2_zksyncera.ZkSyncSpokePoolV2p5_V3FundsDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100