Skip to main content

Tables

CoWSwapEthFlow_createOrder_function

CoWSwap EthFlow contract order creation function calls containing native cryptocurrency swap parameters and order hash outputs. Used for tracking intent-based DEX orders where users deposit native tokens (ETH, BNB, MATIC) to receive specified token amounts through CoWSwap settlement protocol.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_orderSTRUCT<buyToken STRING, receiver STRING, sellAmount STRING, buyAmount STRING, appData STRING, feeAmount STRING, validTo STRING, partiallyFillable BOOL, quoteId STRING>Request-for-Quote (RFQ) order details structure containing maker and taker information. Structure includes token addresses for assets being exchanged, maker address, allowed sender address, and token amounts for both maker and taker sides of the trade.
out_orderHashSTRINGUnique identifier hash for the order being filled. 66-character hex string including 0x prefix.
gasvaluestatusgas_usedin_ordersignatureto_addressblock_numberfrom_addressout_orderHashtrace_addressblock_timestamptransaction_hash
85515100000000000000true56204{“appData”:“0x968a3fcc6ffa6ddce37eaa870acb8e5d76e364c2cdb5a288dc0b146f0c2310d9”,“quoteId”:“25770”,“validTo”:“1765883535”,“buyToken”:“0x176211869ca2b568f2a7d4ee941e073a821ee1ff”,“receiver”:“0x9fa3c00a92ec5f96b1ad2527ab41b3932efeda58”,“buyAmount”:“253166”,“feeAmount”:“0”,“sellAmount”:“100000000000000”,“partiallyFillable”:false}0x322bba210xba3cb449bd2b4adddbc894d8697f5170800eadec267531620x9fa3c00a92ec5f96b1ad2527ab41b3932efeda580x70344a66c9b883b3dc5477b25f25afccf319a7bdc8e26d5c6fd38e25b958e6b72025-12-16T11:02:30.000Z0x89820e303f856bc5e7fbc0e7a764de82095a9fb2ef2536a728025b6091eb4425
855519000000000000000true56228{“appData”:“0x9217a11f9e37c44df74fab3bc08cd4d94f8c388001130674a32dbbbba8e1ef30”,“quoteId”:“12794”,“validTo”:“1764845876”,“buyToken”:“0x176211869ca2b568f2a7d4ee941e073a821ee1ff”,“receiver”:“0x263ecee424cc549719c5da28f1ff5784dea103fe”,“buyAmount”:“28300647”,“feeAmount”:“0”,“sellAmount”:“9000000000000000”,“partiallyFillable”:false}0x322bba210xba3cb449bd2b4adddbc894d8697f5170800eadec263224140x263ecee424cc549719c5da28f1ff5784dea103fe0x853e33d8a431db02f4487141a5d0f194610efba6ebf4e130d80fc7984d789b9a2025-12-04T10:28:17.000Z0xa46e57e6c6d62d641cb1dcb65475f94a9a41125f5278aa45faa518a3d76ee38b
684846400000000000000true56264{“appData”:“0x83044322d3606e7740cdc3b31183b6d85fa576afb6af2ef00f89d88fda4fd9aa”,“quoteId”:“12515”,“validTo”:“1764816974”,“buyToken”:“0x3ff47c5bf409c86533fe1f4907524d304062428d”,“receiver”:“0x969f487933785a422d19c93838c01c41328b945f”,“buyAmount”:“17318465831783480977”,“feeAmount”:“0”,“sellAmount”:“6400000000000000”,“partiallyFillable”:false}0x322bba210xba3cb449bd2b4adddbc894d8697f5170800eadec263109500x969f487933785a422d19c93838c01c41328b945f0x9ecb4a23dca6ba0c66bf18891c7429a538ad65e03cdce5fb57988facb2f348a72025-12-04T02:26:29.000Z0xb7c8c2def9aab4109632df706619308075ba6bcac2e113cbde3b6c99cfdbd873
Query with partition filter
SELECT *
FROM `tt-contracts.cowswap_v1_linea.CoWSwapEthFlow_createOrder_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CoWSwapEthFlow_OrderPlacement_event

CoW Protocol native ETH order placement events emitted by the EthFlow contract. Records user-initiated swap orders that wrap native chain tokens (ETH, WBNB, WMATIC) into their wrapped equivalents for execution through CoW Protocol’s batch auction settlement system.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_orderSTRUCT<sellToken STRING, buyToken STRING, receiver STRING, sellAmount STRING, buyAmount STRING, validTo STRING, appData STRING, feeAmount STRING, kind STRING, partiallyFillable BOOL, sellTokenBalance STRING, buyTokenBalance STRING>Request-for-Quote (RFQ) order details structure containing maker and taker information. Structure includes token addresses for assets being exchanged, maker address, allowed sender address, and token amounts for both maker and taker sides of the trade.
in_signatureSTRUCT<scheme INT64, data STRING>Cryptographic signature authorizing the order execution. Hex-encoded byte string used to verify the order was signed by the maker’s private key.
in_dataSTRINGEncoded input data for the contract function call. Hex-encoded byte string representing function parameters and additional call data.
addressin_dataremovedin_orderin_senderlog_indexblock_numberin_signatureblock_timestamptransaction_hash
0xba3cb449bd2b4adddbc894d8697f5170800eadec0x00000000000058f1693bae5dfalse{“kind”:“0xf3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee346775”,“appData”:“0xd02c8be07a00eed6951f9a7d84282758c16e11386a3d3b974a064c82556c0ad0”,“validTo”:“4294967295”,“buyToken”:“0x176211869ca2b568f2a7d4ee941e073a821ee1ff”,“receiver”:“0x1bff20b6ee426183018dda07b77aab0f0408752a”,“buyAmount”:“30310574”,“feeAmount”:“0”,“sellToken”:“0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f”,“sellAmount”:“9465000000000000”,“buyTokenBalance”:“0x5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9”,“sellTokenBalance”:“0x5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9”,“partiallyFillable”:false}0x1bff20b6ee426183018dda07b77aab0f0408752a926590069{“data”:“0xba3cb449bd2b4adddbc894d8697f5170800eadec”,“scheme”:0}2025-12-12T05:26:12.000Z0x44da7cb09ed6bffd19c0d4224fc9a686031af7502f6b84494c15b701122ebfb9
0xba3cb449bd2b4adddbc894d8697f5170800eadec0x00000000000002fc69172c17false{“kind”:“0xf3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee346775”,“appData”:“0xa5caa7416d38c9d5236a44a22ad692952ca73f17c2abc1458f5278408623ec27”,“validTo”:“4294967295”,“buyToken”:“0x176211869ca2b568f2a7d4ee941e073a821ee1ff”,“receiver”:“0x9fa3c00a92ec5f96b1ad2527ab41b3932efeda58”,“buyAmount”:“3010740”,“feeAmount”:“0”,“sellToken”:“0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f”,“sellAmount”:“1000000000000000”,“buyTokenBalance”:“0x5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9”,“sellTokenBalance”:“0x5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9”,“partiallyFillable”:false}0x9fa3c00a92ec5f96b1ad2527ab41b3932efeda58425647136{“data”:“0xba3cb449bd2b4adddbc894d8697f5170800eadec”,“scheme”:0}2025-11-14T13:08:29.000Z0x7394c6de9fd93f7ba8612e334a01e5a35cae8cefa8c16accde70d5cdb77d8f38
0xba3cb449bd2b4adddbc894d8697f5170800eadec0x000000000000017c6912244cfalse{“kind”:“0xf3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee346775”,“appData”:“0x30782f627673e353c6a487557979c296641561d6cd1b13f32b55839007f524db”,“validTo”:“4294967295”,“buyToken”:“0x176211869ca2b568f2a7d4ee941e073a821ee1ff”,“receiver”:“0x9fa3c00a92ec5f96b1ad2527ab41b3932efeda58”,“buyAmount”:“1703737”,“feeAmount”:“0”,“sellToken”:“0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f”,“sellAmount”:“500000000000000”,“buyTokenBalance”:“0x5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9”,“sellTokenBalance”:“0x5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9”,“partiallyFillable”:false}0x9fa3c00a92ec5f96b1ad2527ab41b3932efeda58525501097{“data”:“0xba3cb449bd2b4adddbc894d8697f5170800eadec”,“scheme”:0}2025-11-10T17:13:51.000Z0x419e1addca5a66cd519710ba7d7ec34e4e9ee4c8a99d588cbe93b615ef209af7
Query with partition filter
SELECT *
FROM `tt-contracts.cowswap_v1_linea.CoWSwapEthFlow_OrderPlacement_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GPv2AllowListAuthentication_SolverAdded_event

Event logs recording solver addresses being added to the CoW Protocol GPv2 (Gnosis Protocol v2) authentication allow list. Tracks authorization of solver accounts permitted to execute settlements on the protocol.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_solverSTRINGAddress of the solver that executed the settlement or was added to the allow list. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_solverlog_indexblock_numberblock_timestamptransaction_hash
0x2c4c28ddbdac9c5e7055b4c863b72ea0149d8afefalse0x9da8b48441583a2b93e2ef8213aad0ec0b392c691260055702025-11-25T09:18:36.000Z0x7cadd83bc174caceb755ef20c02c047e615e0ce8691d9d1d013f0d5cf22dd69d
0x2c4c28ddbdac9c5e7055b4c863b72ea0149d8afefalse0xd72728c165c2e941d41749026c41d414c66796368252301492025-11-03T12:50:00.000Z0x3b679168c06734f7557273324dbc4cdfa0f84d437f8d7b67b5f22969f7809a08
0x2c4c28ddbdac9c5e7055b4c863b72ea0149d8afefalse0xeed424986a909d3552cb6d108840e16b41dfd6ac7252301492025-11-03T12:50:00.000Z0x3b679168c06734f7557273324dbc4cdfa0f84d437f8d7b67b5f22969f7809a08
Query with partition filter
SELECT *
FROM `tt-contracts.cowswap_v1_linea.GPv2AllowListAuthentication_SolverAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GPv2Settlement_settle_function

CoW Protocol GPv2Settlement contract settle function calls containing batched trade executions with tokens, clearing prices, and interaction sequences. Records complete settlement transactions for intent-based order matching and execution.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_tokensARRAY<STRING>Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
in_clearingPricesARRAY<STRING>Array of token prices used to settle the batch of trades. String-encoded integer values representing exchange rates between tokens in the settlement.
in_tradesARRAY<STRUCT<sellTokenIndex STRING, buyTokenIndex STRING, receiver STRING, sellAmount STRING, buyAmount STRING, validTo STRING, appData STRING, feeAmount STRING, flags STRING, executedAmount STRING, signature STRING>>Array of trade orders included in the settlement batch. Each struct contains sell and buy token indices referencing in_tokens array, receiver address, amounts, order validity timestamp, application data hash, fee amount, execution flags, actual executed amount, and cryptographic signature for order verification.
in_interactionsARRAY<STRING>Array of encoded contract interactions executed during trade settlement. Each element is a concatenated string containing target address, value, and calldata for contract calls made as part of the settlement process.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.cowswap_v1_linea.GPv2Settlement_settle_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GPv2Settlement_Settlement_event

Settlement execution events from the CoW Protocol GPv2Settlement contract recording solver addresses that successfully executed trade batches.
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_solverSTRINGAddress of the solver that executed the settlement or was added to the allow list. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_solverlog_indexblock_numberblock_timestamptransaction_hash
0x9008d19f58aabd9ed0d60971565aa8510560ab41false0xd39f00b035483d9f8176a7a371373a04c7878ec67248289552025-10-23T11:26:59.000Z0x67cc9bb535f6815f28b75b5ed43628cd3809eb6f0aee829fa8e86660b23f55f7
0x9008d19f58aabd9ed0d60971565aa8510560ab41false0xd39f00b035483d9f8176a7a371373a04c7878ec69248259972025-10-23T09:28:01.000Z0xdc3eb183b0ef2df6edbae9be449aa96558c03a0e431755c0d782f1ecbb2f0140
0x9008d19f58aabd9ed0d60971565aa8510560ab41false0xd39f00b035483d9f8176a7a371373a04c7878ec69248260682025-10-23T09:30:55.000Z0x4ae43d920e4fba4ee136ec6d8928add258f7f68daba2b578251de5afbac58d9c
Query with partition filter
SELECT *
FROM `tt-contracts.cowswap_v1_linea.GPv2Settlement_Settlement_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GPv2Settlement_Trade_event

Trade execution events from CoW Protocol’s GPv2Settlement contract containing order details, token addresses, and executed amounts. Records completed swaps with owner address, unique order identifier, buy/sell token pairs, traded quantities, and associated fees for order settlement tracking.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_sellTokenSTRINGContract address of the token being sold in the trade. Hex-encoded, 0x-prefixed, 42-character string.
in_buyTokenSTRINGContract address of the token being purchased in the trade. Hex-encoded, 0x-prefixed, 42-character string.
in_sellAmountSTRINGAmount of tokens sold in the trade. Numeric string representation of token quantity in smallest denomination.
in_buyAmountSTRINGAmount of tokens received in the trade. Numeric string representation of token quantity in smallest denomination.
in_feeAmountSTRINGFee amount charged for the flash loan or transaction. Numeric string representation of fee quantity in smallest denomination.
in_orderUidSTRINGUnique identifier for the order being executed in the trade. Hex-encoded string containing order hash, owner address, and validity timestamp.
addressremovedin_ownerlog_indexin_buyTokenin_orderUidblock_numberin_buyAmountin_feeAmountin_sellTokenin_sellAmountblock_timestamptransaction_hash
0x9008d19f58aabd9ed0d60971565aa8510560ab41false0x6e6f566c707fdef5c9188058900a47ac2179565440xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee0xd483025ad67922c2c7712182af9b2d14a267f2cb2b29c385a55e30625fbe859e6e6f566c707fdef5c9188058900a47ac2179565469296bdc26112618300306593967691365300x176211869ca2b568f2a7d4ee941e073a821ee1ff92000000002025-11-28T09:01:54.000Z0xe73a5a96f4ef6458d2d8ebc86de104523f4103643f19a7f98fc764c74804d6d4
0x9008d19f58aabd9ed0d60971565aa8510560ab41false0x95985564b75f813360bda1092ad134f0cd41cdd090xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee0x424ce6ffbaa32ef7878e436c704d359cceb0245e92fd4b3ef129138c370fd4a095985564b75f813360bda1092ad134f0cd41cdd06929b93326121675270652339813591042000x1789e0043623282d5dcc7f213d703c6d8bafbb047866340200000000000000002025-11-28T14:31:48.000Z0x1e28aaececdfd4a24f9b9d7e677f60091be7bd7398911999fff0ef138262e93a
0x9008d19f58aabd9ed0d60971565aa8510560ab41false0x95985564b75f813360bda1092ad134f0cd41cdd000xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee0x7b731bade7b1749884bf2ee86047c9cca13841cc2e2ce69702c1d3332043997795985564b75f813360bda1092ad134f0cd41cdd0692a093126130283334942859571367024500x1789e0043623282d5dcc7f213d703c6d8bafbb0410000000000000000000000002025-11-28T20:13:20.000Z0x4617bc752998333944c0b8992e7b3c51446269fb9b1e071d6b5abb90a83b3660
Query with partition filter
SELECT *
FROM `tt-contracts.cowswap_v1_linea.GPv2Settlement_Trade_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100