Tables
ArbitrumSpokePool_FilledRelay_event
Completed cross-chain bridge relay events on Across Protocol V2 for Arbitrum, capturing depositor, relayer, token amounts, fee percentages (LP and relayer), and origin/destination chain identifiers. Used for analyzing bridge flow volumes, relayer profitability, 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_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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xb88690461ddbab6f04dfad7df66b7725942feb9c | false | 1854292908028464 | 3 | 0x428ab2ba90eba0a4be7af34c9ac451ab061ac010 | 13777279 | 6409 | 0x45e9f1e18921c7adaa23c567c6c58778bf23ff2a | 0x45e9f1e18921c7adaa23c567c6c58778bf23ff2a | 1854292908028464 | false | 2022-06-05T11:54:39.000Z | 10 | 342789892111673984 | 0xeb160113fee73d5f97cfcf50d940092e4fb6d4af9ea7443ccc367727500c695a | 0x82af49447d8a07e3bd95bd0d56f35241523fbab1 | 938712703102988 | 1 | 1854292908028464 | 42161 | 342789892111673984 |
| 0xb88690461ddbab6f04dfad7df66b7725942feb9c | false | 50000000 | 2 | 0x428ab2ba90eba0a4be7af34c9ac451ab061ac010 | 13789486 | 6455 | 0xd892f1cac31704c0f4fe586d142238e933945be5 | 0xd892f1cac31704c0f4fe586d142238e933945be5 | 50000000 | false | 2022-06-05T14:29:39.000Z | 10 | 21103120000000000 | 0x9f11346524ccfc5ce3ed4704a167736ca258f43b5c05dcd722d8db74467eab1d | 0xff970a61a04b1ca14834a43f5de4533ebddb5cc8 | 1164322839620739 | 1 | 50000000 | 42161 | 21103120000000000 |
| 0xb88690461ddbab6f04dfad7df66b7725942feb9c | false | 1039029502 | 2 | 0x428ab2ba90eba0a4be7af34c9ac451ab061ac010 | 13810904 | 807 | 0x4afe46b71f932cd955d35dc2d243ae2ef349b709 | 0x4afe46b71f932cd955d35dc2d243ae2ef349b709 | 1039029502 | false | 2022-06-05T20:24:58.000Z | 137 | 1688618848091187 | 0x18c03e7f4d6a5c14933cd4302f13ebda2049ed1fe67c9b18e24ee5dc8c5d43ff | 0xff970a61a04b1ca14834a43f5de4533ebddb5cc8 | 1165195503350873 | 1 | 1039029502 | 42161 | 1688618848091187 |
Example Query
Example Query
Query with partition filter
ArbitrumSpokePool_FundsDeposited_event
Deposit initiation events from Across Protocol v2 bridge on Arbitrum, capturing cross-chain transfer requests with depositor addresses, token amounts, destination chains, and relayer fee percentages. Used for analyzing bridge volume, fee dynamics, and cross-chain flow patterns between Arbitrum 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_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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xb88690461ddbab6f04dfad7df66b7725942feb9c | false | 800000000000000000 | 24 | 55409076 | 254354 | 0x778f9c4c3b5e3d8d9fe9ef1224700cf93efc3184 | 0x778f9c4c3b5e3d8d9fe9ef1224700cf93efc3184 | 0x82af49447d8a07e3bd95bd0d56f35241523fbab1 | 2023-01-25T17:19:22.000Z | 42161 | 5522587588744995 | 0x69cc2026f036c33a3476da627e6d69063e68753b3f6176a2824f988518058bec | 1674666851 | 1 |
| 0xb88690461ddbab6f04dfad7df66b7725942feb9c | false | 5000789997 | 41 | 55476714 | 254433 | 0x8a742c860cd93efcf8e4911777e59f6a03d7e534 | 0x8a742c860cd93efcf8e4911777e59f6a03d7e534 | 0xff970a61a04b1ca14834a43f5de4533ebddb5cc8 | 2023-01-25T23:49:27.000Z | 42161 | 190173552632788 | 0x06baa7a95f9075333a303dae12c8caf209f67e56f46d0d6019be50fa824e1601 | 1674690251 | 10 |
| 0xb88690461ddbab6f04dfad7df66b7725942feb9c | false | 67000000000000000 | 62 | 55452664 | 254413 | 0x30aa9c76bf6f296b9a514a522215b471c939add9 | 0x30aa9c76bf6f296b9a514a522215b471c939add9 | 0x82af49447d8a07e3bd95bd0d56f35241523fbab1 | 2023-01-25T21:39:48.000Z | 42161 | 78632479501748373 | 0xe7f8e9f0fade739572ef5927cd7ab0750f0999ec035b7f370df6d46563e6e871 | 1674682463 | 1 |
Example Query
Example Query
Query with partition filter
ArbitrumSpokePoolV2_FilledRelay_event
Completed cross-chain bridge relay records from Across Protocol V2 on Arbitrum, capturing transfers fulfilled by relayers with deposit identifiers, fee percentages, and origin/destination chain details. Used for analyzing bridge fulfillment patterns, relayer economics, and cross-chain transfer 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_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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 125000000000000000 | 3 | 0x | 0x41ee28ee05341e7fdddc8d433ba66054cd302ca1 | 112482918 | 1011561 | 0x4b49d22725257aa31738801f6ccd5fa6bb272b29 | 0xec84adbb3ec3433a957de0030d1b99ea6eb37276 | 125000000000000000 | 2023-07-18T13:54:52.000Z | 1 | 2584090300668144 | 0xce90bfe01239887575da6e48d40200d89fe66cf24fbbfb0479dcccb98e9f87a2 | 0x82af49447d8a07e3bd95bd0d56f35241523fbab1 | 0 | 42161 | 125000000000000000 | 42161 | {“message”:“0x”,“recipient”:“0xec84adbb3ec3433a957de0030d1b99ea6eb37276”,“isSlowRelay”:false,“relayerFeePct”:“2584090300668144”,“payoutAdjustmentPct”:“0”} |
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 250000000000000000 | 3 | 0x | 0x41ee28ee05341e7fdddc8d433ba66054cd302ca1 | 112594883 | 1011621 | 0x0aa747752680dd066475724ea55cba7e5c5baec8 | 0x0aa747752680dd066475724ea55cba7e5c5baec8 | 250000000000000000 | 2023-07-18T21:56:25.000Z | 1 | 1141531195348692 | 0x7e9455ddc2d4e0b14047a7b52d8a1fa7069a95a02f779bc35e82f9c2728973b1 | 0x82af49447d8a07e3bd95bd0d56f35241523fbab1 | 0 | 42161 | 250000000000000000 | 42161 | {“message”:“0x”,“recipient”:“0x0aa747752680dd066475724ea55cba7e5c5baec8”,“isSlowRelay”:false,“relayerFeePct”:“1141531195348692”,“payoutAdjustmentPct”:“0”} |
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 8500000000000000000 | 3 | 0x | 0x428ab2ba90eba0a4be7af34c9ac451ab061ac010 | 112582073 | 1011611 | 0xae447efdb02d15d460d9c640710244f3ebad5473 | 0xae447efdb02d15d460d9c640710244f3ebad5473 | 8500000000000000000 | 2023-07-18T21:00:00.000Z | 1 | 136695633330398 | 0x6f07e7990a326f4f85dc8a09212a09a768195ae55b803ac3d7fd730bc8654c16 | 0x82af49447d8a07e3bd95bd0d56f35241523fbab1 | 0 | 1 | 8500000000000000000 | 42161 | {“message”:“0x”,“recipient”:“0xae447efdb02d15d460d9c640710244f3ebad5473”,“isSlowRelay”:false,“relayerFeePct”:“136695633330398”,“payoutAdjustmentPct”:“0”} |
Example Query
Example Query
Query with partition filter
ArbitrumSpokePoolV2_FundsDeposited_event
Cross-chain bridge deposit events from Across Protocol V2 on Arbitrum, capturing token transfers initiated from Arbitrum to other chains (primarily Ethereum mainnet). Records include deposit amounts, relayer fees, quote timestamps, and participant addresses for analyzing bridge flow patterns and fee dynamics.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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 29855108212124522 | 1 | 0x | 140644700 | 1166877 | 0x269727f088f16e1aea52cf5a97b1cd41daa3f02d | 0x60904aae76304eb90a05426e27ddb12f9f1d13ce | 0x82af49447d8a07e3bd95bd0d56f35241523fbab1 | 2023-10-14T21:00:18.000Z | 42161 | 39209207170708599 | 0x27f172684b67d094a8f8c88e85d553feef1a6728d08210bf020e705145fb8717 | 1697316600 | 1 |
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 10000000000000000 | 1 | 0x | 140450362 | 1164992 | 0x269727f088f16e1aea52cf5a97b1cd41daa3f02d | 0xf3de96dd26847d877960736e426e2d852b6765f4 | 0x82af49447d8a07e3bd95bd0d56f35241523fbab1 | 2023-10-14T04:58:09.000Z | 42161 | 112039967005432600 | 0x3f87619f804dcc777d9ce0d90ce9943a14f00b715d4f9998cf71853679435484 | 1697259000 | 1 |
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 1097692474465000014 | 1 | 0x | 140536724 | 1165896 | 0x269727f088f16e1aea52cf5a97b1cd41daa3f02d | 0x44d913b4d1d4758b3dd36530b14f29fa74167f02 | 0x82af49447d8a07e3bd95bd0d56f35241523fbab1 | 2023-10-14T11:54:50.000Z | 42161 | 1141618080176794 | 0x6e9ca841755ebb59f35258e64cf165c0fdb81b126df3f3a5136bbd8ee35f58f6 | 1697283900 | 1 |
Example Query
Example Query
Query with partition filter
ArbitrumSpokePoolV2_TokensBridged_event
Token bridge events from Across Protocol v2 on Arbitrum recording L2 token returns to L1. Tracks token amounts, addresses, and leaf IDs for analyzing cross-chain liquidity flows and bridge settlement activity.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 |
|---|---|---|---|---|---|---|---|---|---|---|
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c | 26 | 35 | 42161 | 191095745 | 2024-03-16T21:27:42.000Z | 0x1c546d6536ef4ab9a9ba61f07f939c9bd252ca1b70ea2490421f301d14ffc7a6 | 871488221484 | 0xff970a61a04b1ca14834a43f5de4533ebddb5cc8 |
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c | 28 | 34 | 42161 | 191068698 | 2024-03-16T19:32:41.000Z | 0x33dc93a301bf25a4c17113139dc22b052fb16dd81741b2132b9032f09772c799 | 110332677763 | 0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9 |
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c | 24 | 11 | 42161 | 191068698 | 2024-03-16T19:32:41.000Z | 0x33dc93a301bf25a4c17113139dc22b052fb16dd81741b2132b9032f09772c799 | 3427832899999669718690 | 0x040d1edc9569d4bab2d15287dc5a4f10f56a56b8 |
Example Query
Example Query
Query with partition filter
ArbitrumSpokePoolV2p5_FilledRelay_event
Completed cross-chain bridge transfers on Across Protocol’s Arbitrum spoke contract (version 2.5). Contains relay fulfillment records with deposit IDs, token amounts, relayer addresses, origin chain IDs, and execution details for analyzing bridge volume and relayer performance.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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 1 | 0x000000000000000000000000be75079fd259a82054caab2ce007cd0c20b177a8 | 325152453 | 92587 | 0x00000000000000000000000070138a11440b08ab9fa3591185e78c1f3cbd7f23 | 0x00000000000000000000000070138a11440b08ab9fa3591185e78c1f3cbd7f23 | 0x000000000000000000000000078d782b760474a361dda0af3839290b0ef57ad6 | 1999740 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x000000000000000000000000af88d065e77c8cc2239327c5edb3a432268e5831 | 2025-04-11T05:47:20.000Z | 1744362128 | 1996435 | 130 | 0x3723e8fe9f2005f41e2888c31b23ae03e1ead833bbe296e6ee0ef94f76b8ee62 | 0x00000000000000000000000041ee28ee05341e7fdddc8d433ba66054cd302ca1 | 130 | {“fillType”:0,“updatedRecipient”:“0x00000000000000000000000070138a11440b08ab9fa3591185e78c1f3cbd7f23”,“updatedMessageHash”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“updatedOutputAmount”:“1996435”} | 1744350444 |
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 0 | 0x000000000000000000000000be75079fd259a82054caab2ce007cd0c20b177a8 | 325189918 | 92747 | 0x000000000000000000000000b2f168fc6bd9e6ed6e01f9a910cc5232d6cdcc5b | 0x000000000000000000000000b2f168fc6bd9e6ed6e01f9a910cc5232d6cdcc5b | 0x000000000000000000000000078d782b760474a361dda0af3839290b0ef57ad6 | 58692480 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x000000000000000000000000af88d065e77c8cc2239327c5edb3a432268e5831 | 2025-04-11T08:23:36.000Z | 1744368796 | 58623193 | 130 | 0xf3edf576aff2ed02fb03dae65a14450e7310638d144e11c2e61b1e9c7b9d79d8 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 130 | {“fillType”:0,“updatedRecipient”:“0x000000000000000000000000b2f168fc6bd9e6ed6e01f9a910cc5232d6cdcc5b”,“updatedMessageHash”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“updatedOutputAmount”:“58623193”} | 0 |
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 2 | 0x000000000000000000000000be75079fd259a82054caab2ce007cd0c20b177a8 | 325202366 | 92838 | 0x000000000000000000000000b1456be86083864d696f65ba33f01044490e9ba4 | 0x000000000000000000000000b1456be86083864d696f65ba33f01044490e9ba4 | 0x000000000000000000000000078d782b760474a361dda0af3839290b0ef57ad6 | 189900000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x000000000000000000000000af88d065e77c8cc2239327c5edb3a432268e5831 | 2025-04-11T09:15:34.000Z | 1744374595 | 189877815 | 130 | 0x59f83915a7a970e4e4acde92a95bf70de76b7d25cc848ba14b5bb64136598480 | 0x00000000000000000000000041ee28ee05341e7fdddc8d433ba66054cd302ca1 | 130 | {“fillType”:0,“updatedRecipient”:“0x000000000000000000000000b1456be86083864d696f65ba33f01044490e9ba4”,“updatedMessageHash”:“0x0000000000000000000000000000000000000000000000000000000000000000”,“updatedOutputAmount”:“189877815”} | 1744362938 |
Example Query
Example Query
Query with partition filter
ArbitrumSpokePoolV2p5_FilledV3Relay_event
Completed cross-chain bridge transfers from Across Protocol V3 delivered to Arbitrum, showing relayer fills with input/output token amounts and origin chain identifiers. Used for analyzing bridge execution performance, relayer behavior, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 11 | 0x | 0x07ae8551be970cb1cca11dd7a11f47ae82e70e67 | 243638512 | 18 | 0x82bab4ed4d4946cc709817bdca65c229a398d748 | 0x82bab4ed4d4946cc709817bdca65c229a398d748 | 0x4200000000000000000000000000000000000006 | 21360774377288256 | 0x82af49447d8a07e3bd95bd0d56f35241523fbab1 | 2024-08-17T00:36:58.000Z | 4294967295 | 21349620696347982 | 7777777 | 0x0af591c8755f18093c1e22953416e9da5238e9852031d232b86d7d78d5ad272d | 0x0000000000000000000000000000000000000000 | 7777777 | {“fillType”:0,“updatedMessage”:“0x”,“updatedRecipient”:“0x82bab4ed4d4946cc709817bdca65c229a398d748”,“updatedOutputAmount”:“21349620696347982”} | 0 |
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 0 | 0x | 0x07ae8551be970cb1cca11dd7a11f47ae82e70e67 | 243702527 | 19 | 0x69cfe8d5c28045f421391e0c50cac91c456713df | 0x69cfe8d5c28045f421391e0c50cac91c456713df | 0x4200000000000000000000000000000000000006 | 141273414208991 | 0x82af49447d8a07e3bd95bd0d56f35241523fbab1 | 2024-08-17T05:04:08.000Z | 4294967295 | 138244221761774 | 7777777 | 0x74e986622c5bbb60294147e12cab8725dfe69e858bface6b28cb3a6df942d1e3 | 0x0000000000000000000000000000000000000000 | 7777777 | {“fillType”:0,“updatedMessage”:“0x”,“updatedRecipient”:“0x69cfe8d5c28045f421391e0c50cac91c456713df”,“updatedOutputAmount”:“138244221761774”} | 0 |
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 0 | 0x | 0x07ae8551be970cb1cca11dd7a11f47ae82e70e67 | 243827074 | 32 | 0x693d8f2053cbf96100299c53240d8ee80f5678c8 | 0x693d8f2053cbf96100299c53240d8ee80f5678c8 | 0x4200000000000000000000000000000000000006 | 5000000000000000 | 0x82af49447d8a07e3bd95bd0d56f35241523fbab1 | 2024-08-17T13:44:58.000Z | 4294967295 | 4995060217858478 | 7777777 | 0x50699030f6f4bfdc51b1247a62cd92fc7d8622448123b4734224d603108bc662 | 0x0000000000000000000000000000000000000000 | 7777777 | {“fillType”:0,“updatedMessage”:“0x”,“updatedRecipient”:“0x693d8f2053cbf96100299c53240d8ee80f5678c8”,“updatedOutputAmount”:“4995060217858478”} | 0 |
Example Query
Example Query
Query with partition filter
ArbitrumSpokePoolV2p5_FundsDeposited_event
Cross-chain bridge deposit records from Across Protocol v2.5 on Arbitrum, capturing user deposit requests with input/output token amounts, destination chain IDs, and fill parameters. Used for tracking bridge volume, fee analysis, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 1 | 0x | 316684460 | 3207699 | 0x000000000000000000000000f2077da224b8115a1f8a360c20ee59d9b2826f0f | 0x000000000000000000000000f2077da224b8115a1f8a360c20ee59d9b2826f0f | 0x00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab1 | 12000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 2025-03-17T16:07:49.000Z | 4294967295 | 11994981703846356 | 0x4763086e6d696f6ad10032be72186f60264b356cbe4b79dc8e64de8281bb56ae | 1742227439 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 7777777 | 0 |
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 1 | 0x | 316574747 | 3206501 | 0x00000000000000000000000036625ee589e79fec3679e2ad28548088fe939a12 | 0x00000000000000000000000036625ee589e79fec3679e2ad28548088fe939a12 | 0x00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab1 | 167780000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 2025-03-17T08:30:37.000Z | 4294967295 | 167748105876137910 | 0x7e0f98079bd3885c6130ceeb64352f424c9e5f2a351df2d6ef8cd8b3fe368737 | 1742200151 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 81457 | 0 |
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 16 | 0x | 316533005 | 3206037 | 0x0000000000000000000000007b473b8049a379133caed2c046e3ba8b7b000465 | 0x0000000000000000000000007b473b8049a379133caed2c046e3ba8b7b000465 | 0x00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab1 | 5000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 2025-03-17T05:35:56.000Z | 1742201451 | 4998993428841732 | 0xdab18f1976c30128dbd1fad1ad579de9bc754986dc60a12a589b723523f1686a | 1742189543 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 10 | 0 |
Example Query
Example Query
Query with partition filter
ArbitrumSpokePoolV2p5_TokensBridged_event
Token bridge completion events from Across Protocol V2.5 on Arbitrum, recording L2 tokens returned to users with amounts, leaf identifiers, and caller addresses. Used for tracking bridge settlement activity and liquidity provider rebalancing.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 |
|---|---|---|---|---|---|---|---|---|---|---|
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c | 26 | 28 | 42161 | 312962924 | 2025-03-06T20:49:43.000Z | 0x73199caae07b565ee5c26e3295f7105892beb2904155a0cb67b8770bd137ac7f | 348863927037 | 0x000000000000000000000000af88d065e77c8cc2239327c5edb3a432268e5831 |
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c | 27 | 53 | 42161 | 312854220 | 2025-03-06T13:15:46.000Z | 0xbe61aaac518de75bbc6bdc1c15199b2fe0edd2f93dce1b639beec45a3cea1c93 | 331852240656 | 0x000000000000000000000000af88d065e77c8cc2239327c5edb3a432268e5831 |
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 0xf7bac63fc7ceacf0589f25454ecf5c2ce904997c | 28 | 27 | 42161 | 312675946 | 2025-03-06T00:49:37.000Z | 0xdbbc2e1fcfafe0aea88255a4354e20142ddaf264621ad99401cc6fc6e058b1da | 208536364557 | 0x000000000000000000000000af88d065e77c8cc2239327c5edb3a432268e5831 |
Example Query
Example Query
Query with partition filter
ArbitrumSpokePoolV2p5_V3FundsDeposited_event
Cross-chain bridge deposit events from Across Protocol V3 on Arbitrum, capturing user deposits with input/output token details, destination chain identifiers, and relayer parameters. Used for analyzing bridge volumes, fee rates, and cross-chain flow patterns between Arbitrum and destination chains like Base, Scroll, and zkSync Era.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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 28 | 0x | 262087542 | 2552919 | 0x1231deb6f5749ef6ce6943a275a1d3e7486f4eae | 0x56413e5f6d5f312c06c4c0df0f58e8c52d172b96 | 0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9 | 43000000 | 0x0000000000000000000000000000000000000000 | 2024-10-09T18:13:14.000Z | 4294967295 | 42924913 | 0xd231d63ed133593bdf01c8fdf34b229bf83ff639da7d49f681f4e6b143d44f3f | 1728497423 | 0x0000000000000000000000000000000000000000 | 534352 | 0 |
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 33 | 0x | 261857173 | 2549973 | 0x1231deb6f5749ef6ce6943a275a1d3e7486f4eae | 0xc634f12b0782f4ec8afb7b257389f43bb546c3c7 | 0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9 | 182698576 | 0x0000000000000000000000000000000000000000 | 2024-10-09T02:09:53.000Z | 4294967295 | 182564194 | 0xe374f25ba00b7465b38606d624c6da386a1c425bb30822c2365d61d42087a5c5 | 1728439655 | 0x0000000000000000000000000000000000000000 | 324 | 0 |
| 0xe35e9842fceaca96570b734083f4a58e8f7c5f2a | false | 32 | 0x | 261884575 | 2550196 | 0x1231deb6f5749ef6ce6943a275a1d3e7486f4eae | 0xadc68943d7c1a7d5607ebc9df1dc512eeb6ae407 | 0x82af49447d8a07e3bd95bd0d56f35241523fbab1 | 2786098751055706 | 0x0000000000000000000000000000000000000000 | 2024-10-09T04:04:27.000Z | 4294967295 | 2761459413368153 | 0x2e0337ed2d8dfe07baefffd7a8a2699fb5ecb690ae4eac9b241dae3ec5abc5b1 | 1728446375 | 0x0000000000000000000000000000000000000000 | 534352 | 0 |
Example Query
Example Query
Query with partition filter