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.
valueFLOAT64Amount 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.
gasNUMERICGas 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
408289732821562683284false40828{“appData”:“0xd42804bd14270638c2163565ed7fb5103e8e38aa5595b24776b75b1a582e2b97”,“quoteId”:“925223”,“validTo”:“1763737538”,“buyToken”:“0x55d398326f99059ff775485246999027b3197955”,“receiver”:“0x1261d161aaa1684cd9bd4cdc4390e0e40528c60e”,“buyAmount”:“7800715775224494460”,“feeAmount”:“0”,“sellAmount”:“9732821562683284”,“partiallyFillable”:false}0x322bba210xba3cb449bd2b4adddbc894d8697f5170800eadec689808740x1261d161aaa1684cd9bd4cdc4390e0e40528c60e2025-11-21T14:56:14.000Z0x9b90f7f14e8505b10900714dc7d57e393674126a08819784d0963f36faa5fe13
68484100000000000000true56264{“appData”:“0x13813f43571816cdbc8d38bbf9fad9980502a2aa591404be93e9d18fa33f8a8f”,“quoteId”:“916438”,“validTo”:“1763703548”,“buyToken”:“0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d”,“receiver”:“0xbcb4c98a6719fbf0d55a235c7c1a91db82e28fdc”,“buyAmount”:“71104479047470110”,“feeAmount”:“0”,“sellAmount”:“100000000000000”,“partiallyFillable”:false}0x322bba210xba3cb449bd2b4adddbc894d8697f5170800eadec689339760xbcb4c98a6719fbf0d55a235c7c1a91db82e28fdc0xbc55e5f012a3a3b1dedf6d1fa2fcd367fda655c414ad493e94a90471a7102d462025-11-21T05:09:58.000Z0xdc1b3e056cb720f96fa832baf438e3e31431a30996f1cb19951a3a9823d7793f
68498100000000000000true56276{“appData”:“0x2ee6bfa117318c1df1599eabd1eeb9fe234de718303224d609fe8770e82f9cd4”,“quoteId”:“926066”,“validTo”:“1763742147”,“buyToken”:“0x111111111117dc0aa78b770fa6a738034120c302”,“receiver”:“0x9d8c4373d4fb4e72a34a6edf20b2a397ba884902”,“buyAmount”:“410350137457151363”,“feeAmount”:“0”,“sellAmount”:“100000000000000”,“partiallyFillable”:false}0x322bba210xba3cb449bd2b4adddbc894d8697f5170800eadec689854600x9d8c4373d4fb4e72a34a6edf20b2a397ba8849020xdade11e505decb62dce5fdcbd72e1b3b88f8177fe5fcc88ed8345a2f4efba1182025-11-21T15:53:34.000Z0x983c4f67701afc0b39383fa265d71468d3e02357ded64b48ec2de23fc096c036
Query with partition filter
SELECT *
FROM `tt-contracts.cowswap_v1_bsc.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
0xba3cb449bd2b4adddbc894d8697f5170800eadec0x00000000000b708f69126a8ffalse{“kind”:“0xf3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee346775”,“appData”:“0xa833323062a674699a96e514f23f786ba4fdb0b4e75df9e0b84a2f1ab9675e05”,“validTo”:“4294967295”,“buyToken”:“0x034146bfadb20a9dcaf43b6293f6c08b14aa4444”,“receiver”:“0xd51ce9be4a1cb6185b76ba825c59236a6cf5ca2a”,“buyAmount”:“4049846652638020712272413”,“feeAmount”:“0”,“sellToken”:“0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c”,“sellAmount”:“870000000000000000”,“buyTokenBalance”:“0x5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9”,“sellTokenBalance”:“0x5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9”,“partiallyFillable”:false}0xd51ce9be4a1cb6185b76ba825c59236a6cf5ca2a34167749081{“data”:“0xba3cb449bd2b4adddbc894d8697f5170800eadec”,“scheme”:0}2025-11-10T22:13:36.000Z0xaf0219a22ba509b8a274589566dac78de3442372f4e3328c1b443c61e3fa1d61
0xba3cb449bd2b4adddbc894d8697f5170800eadec0x00000000000b47ab69117541false{“kind”:“0xf3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee346775”,“appData”:“0x5354e07feecec1b77a0571598bfd18e005a6dbfd6cd4f49ef1600fe8564b73be”,“validTo”:“4294967295”,“buyToken”:“0x138ed6833ff4e8811e1fea0d005e13726c8886f9”,“receiver”:“0xe899f6ebb181e93f8cc6dedb3a802f2b394e1ad3”,“buyAmount”:“3492076652694876”,“feeAmount”:“0”,“sellToken”:“0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c”,“sellAmount”:“1000000000000000”,“buyTokenBalance”:“0x5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9”,“sellTokenBalance”:“0x5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9”,“partiallyFillable”:false}0xe899f6ebb181e93f8cc6dedb3a802f2b394e1ad311667665363{“data”:“0xba3cb449bd2b4adddbc894d8697f5170800eadec”,“scheme”:0}2025-11-10T04:46:59.000Z0x0b321c40e75d8fb988def91c16e50db563f93af1fd07cd9d77e2d3d7e037c0eb
0xba3cb449bd2b4adddbc894d8697f5170800eadec0x00000000000b6ddf69125beefalse{“kind”:“0xf3b277728b3fee749481eb3e0b3b48980dbbab78658fc419025cb16eee346775”,“appData”:“0xfcfa64be3572653f87a1d0f0635773bfe7b61118dd0a35b9adba38514aed1c40”,“validTo”:“4294967295”,“buyToken”:“0x1ba42e5193dfa8b03d15dd1b86a3113bbbef8eeb”,“receiver”:“0x5b335cc13f32f3da4429963e16659cde6b08ac3e”,“buyAmount”:“1720054246817410153”,“feeAmount”:“0”,“sellToken”:“0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c”,“sellAmount”:“1000000000000000000”,“buyTokenBalance”:“0x5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9”,“sellTokenBalance”:“0x5a28e9363bb942b639270062aa6bb295f434bcdfc42c97267bf003f272060dc9”,“partiallyFillable”:false}0x5b335cc13f32f3da4429963e16659cde6b08ac3e38567744095{“data”:“0xba3cb449bd2b4adddbc894d8697f5170800eadec”,“scheme”:0}2025-11-10T21:11:17.000Z0x84c6cdd7390fd2f997257c96dbfd584c635360a0b6ad1a4fc284ed6f0eb12d15
Query with partition filter
SELECT *
FROM `tt-contracts.cowswap_v1_bsc.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
0x2c4c28ddbdac9c5e7055b4c863b72ea0149d8afefalse0x347120a515d640dc9ee88ab060ae8f4f482d3d7a553640093872025-10-09T10:41:10.000Z0x6763c0534143845d6a898d313f16e363e0f0c81894686a30698cbbdee84799a3
0x2c4c28ddbdac9c5e7055b4c863b72ea0149d8afefalse0x8979cffddb57b0bb9f507bd99b3f98bc66e70197554640093872025-10-09T10:41:10.000Z0x6763c0534143845d6a898d313f16e363e0f0c81894686a30698cbbdee84799a3
0x2c4c28ddbdac9c5e7055b4c863b72ea0149d8afefalse0x943c94cd0374cb2ba3c88bab1bdc8393745c5fe9215680465712025-11-13T12:12:51.000Z0xb0ee98551babbb0ad8d3b686ea81337badebdfe6166aa762a4db26f9471b8068
Query with partition filter
SELECT *
FROM `tt-contracts.cowswap_v1_bsc.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.
valueFLOAT64Amount 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.
gasNUMERICGas 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_bsc.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
0x9008d19f58aabd9ed0d60971565aa8510560ab41false0x347120a515d640dc9ee88ab060ae8f4f482d3d7a186717236022025-12-15T10:29:41.000Z0xdfd398e2ecc31d180be2264fbcf96f9bda8668b0cd6bdf7fdf77de01b8eaeadd
0x9008d19f58aabd9ed0d60971565aa8510560ab41false0x347120a515d640dc9ee88ab060ae8f4f482d3d7a72717348882025-12-15T12:50:46.000Z0x3b49b2676543e695ccbb6c94bb059d6080ea5db98a30a0af47835a734ff2a118
0x9008d19f58aabd9ed0d60971565aa8510560ab41false0x347120a515d640dc9ee88ab060ae8f4f482d3d7a185717278072025-12-15T11:22:15.000Z0xfc724b423ed31851377a0c71e02c604df19c49112f6282135b5d98465d7d662c
Query with partition filter
SELECT *
FROM `tt-contracts.cowswap_v1_bsc.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
0x9008d19f58aabd9ed0d60971565aa8510560ab41false0x0b787ea97c420876fbf3d5ea412a7ffc3e4bab796950x000ae314e2a2172a039b26378814c252734f556a0x7e7bb26db80fd85c3ac5076c67d8155cb518efae9109d4bb164675767a6e19770b787ea97c420876fbf3d5ea412a7ffc3e4bab7968de57186320119087668257661244271472200x55d398326f99059ff775485246999027b319795515421512060000000000002025-10-02T10:12:55.000Z0x199e0b8b3367c78ded3f03f5a776037f16dadb353d783b7c8c1fa0c903304096
0x9008d19f58aabd9ed0d60971565aa8510560ab41false0x0b787ea97c420876fbf3d5ea412a7ffc3e4bab794720x000ae314e2a2172a039b26378814c252734f556a0xf9f43cd3589fb57798aa0c9b2940456cda3b873a6c9514f1d891d4d6b0b549710b787ea97c420876fbf3d5ea412a7ffc3e4bab7968de5a306320225254028055348798624215800x55d398326f99059ff775485246999027b31979559468446235302508307032025-10-02T10:26:11.000Z0x7f892af11081e0064f7dc73bfb3d37ec5ea576c52f791aaf180492960b8efc49
0x9008d19f58aabd9ed0d60971565aa8510560ab41false0x844317eb0096eca54dc668264f963e4d74b7b53e5120x000ae314e2a2172a039b26378814c252734f556a0x4c95ba6454b5ce8eb4cc62b8641201c08dbe63ac7ebf4080a42d6ac7ad093437844317eb0096eca54dc668264f963e4d74b7b53e68de5feb632042212959639117595854341400x55d398326f99059ff775485246999027b3197955520000000000000000002025-10-02T10:50:49.000Z0xee1f934f84e282db8a673973b461635d0ffc4abc4ac890665864a07419c82306
Query with partition filter
SELECT *
FROM `tt-contracts.cowswap_v1_bsc.GPv2Settlement_Trade_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100