Skip to main content

Tables

ClipperVerifiedExchange_AssetWithdrawn_event

Liquidity withdrawal events from Clipper DEX (decentralized exchange) on Polygon, recording when users remove assets from liquidity pools by burning pool tokens. Tracks withdrawer addresses, withdrawn asset amounts, and corresponding pool token amounts for analyzing liquidity provider behavior.
ColumnTypeDescription
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
transaction_indexINT64Position of the transaction within its containing block. Zero-indexed integer representing the sequential order of transaction execution.
in_withdrawerSTRINGAddress of the account receiving the withdrawn assets. Hex-encoded, 0x-prefixed, 42-character string.
in_poolTokensSTRINGAmount of liquidity pool tokens deposited or withdrawn. Integer value representing token quantity in smallest unit.
in_assetAddressSTRINGContract address of the asset token involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetAmountSTRINGAmount of asset tokens involved in the operation. Integer value representing token quantity in smallest unit.
addresslog_indexblock_numberin_poolTokensin_withdrawerin_assetAmountblock_timestampin_assetAddresstransaction_hashtransaction_index
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b820635243046490551840906108053990x8e2a341007f90b10aff2ee33ff5d01b94ea3df45344210770641075200002022-11-05T19:20:47.000Z0x0d500b1d8e8ef31e21c99d1db9a6444d3adf12700xdd45ca67b9fc9c6b74e210ef614e594f9f1a47dbb8ad64f43bc09d0282d164d741
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b86073524513660843504772815124040xf8014a5f9c8f2ed1a5b2b4e2a53495d37748c12d50948432022-11-05T20:32:39.000Z0x2791bca1f2de4661ed88a30c99a7a9449aa841740x24cba4c693627662666da65a8d071d305e3c49d8f1357afea2d39e55dbde949327
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b830735209881643294137426163909250x0ee29122043c1645812b41bcfb6660f95f5a81fc535890722022-11-05T00:00:52.000Z0x2791bca1f2de4661ed88a30c99a7a9449aa841740x23d8cf9aef8241d0e201f791f3afe7ade329e42b4cef6a13afea6f6eddd7311e55
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_polygon.ClipperVerifiedExchange_AssetWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ClipperVerifiedExchange_Deposited_event

Liquidity deposit events from Clipper DEX (Decentralized Exchange) on Polygon, recording when users add funds to liquidity pools with depositor addresses and pool token amounts. Useful for analyzing liquidity provider behavior and pool growth over time.
ColumnTypeDescription
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
transaction_indexINT64Position of the transaction within its containing block. Zero-indexed integer representing the sequential order of transaction execution.
in_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_poolTokensSTRINGAmount of liquidity pool tokens deposited or withdrawn. Integer value representing token quantity in smallest unit.
in_nDaysSTRINGNumber of days for which the deposited liquidity pool tokens are locked. String-encoded integer value.
addressin_nDayslog_indexblock_numberin_depositorin_poolTokensblock_timestamptransaction_hashtransaction_index
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b80167321489610x2370cb1278c948b606f789d2e5ce0b41e90a756f20070684173455572432022-08-21T10:50:12.000Z0x75397cef713b5792d37ed8e70933956a0e1083e9ecc4e62bf627f70f1f1094c149
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b80143321636130x2370cb1278c948b606f789d2e5ce0b41e90a756f470384515357856322082022-08-21T19:29:08.000Z0x07dc35573ddb14249c74ef9a4ab3b45cd3fd83c9089088ec6b7ee30757fc824c31
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b80192321459990x2370cb1278c948b606f789d2e5ce0b41e90a756f1300188285033845491102022-08-21T09:06:07.000Z0x3460085b4bfeb9b75b5f58ffaaf5d7bdb0d4697c5134ba2498daa1b77138af8458
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_polygon.ClipperVerifiedExchange_Deposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ClipperVerifiedExchange_Swapped_event

Token swap events from Clipper decentralized exchange (DEX) on Polygon. Records input/output token pairs, amounts, recipients, and routing metadata for analyzing trading volumes and price execution.
ColumnTypeDescription
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
transaction_indexINT64Position of the transaction within its containing block. Zero-indexed integer representing the sequential order of transaction execution.
in_inAssetSTRINGContract address of the input token being swapped. Hex-encoded, 0x-prefixed, 42-character string.
in_outAssetSTRINGContract address of the output token received from the swap. 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_inAmountSTRINGAmount of input tokens sent to the swap. String-encoded integer representing token quantity in the asset’s smallest denomination.
in_outAmountSTRINGAmount of output tokens received from the swap. String-encoded integer representing token quantity in the asset’s smallest denomination.
in_auxiliaryDataSTRINGAuxiliary data associated with the swap event. Hex-encoded byte string varying in length and content depending on the swap protocol or router identifier.
addresslog_indexin_inAssetin_inAmountin_outAssetblock_numberin_outAmountin_recipientblock_timestampin_auxiliaryDatatransaction_hashtransaction_index
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b870x2791bca1f2de4661ed88a30c99a7a9449aa8417467309050x0d500b1d8e8ef31e21c99d1db9a6444d3adf12703379131186670231015887114240x13927a60c7bf4d3d00e3c1593e0ec713e35d21062022-10-01T10:07:10.000Z0x31494e43480000000000000000000000000000000000000000000000000000000x84812de8d6d810f46b980221d3fc0f6fd652e399b88ccb3977a4e2bc4114b3270
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b830x7ceb23fd6bc0add59e62ac25578270cff1b9f61950072499195214030x0d500b1d8e8ef31e21c99d1db9a6444d3adf12703381147985732254717440808960x13927a60c7bf4d3d00e3c1593e0ec713e35d21062022-10-01T21:46:02.000Z0x31494e43480000000000000000000000000000000000000000000000000000000x4ed0ce9b771475c79a3f6909bcf078228dc206d893632de0ad80bc1f6039f3780
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b830x2791bca1f2de4661ed88a30c99a7a9449aa841741440000000x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270338083761878520126132934737920x13927a60c7bf4d3d00e3c1593e0ec713e35d21062022-10-01T19:59:20.000Z0x31494e43480000000000000000000000000000000000000000000000000000000x344ede907a6f6a481783b51e6c770496046c18b7a460d0677c71721ef5934d270
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_polygon.ClipperVerifiedExchange_Swapped_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ClipperVerifiedExchange_Withdrawn_event

Liquidity withdrawal events from Clipper decentralized exchange (DEX) on Polygon, recording when liquidity providers remove assets from trading pools. Contains withdrawal amounts in pool tokens, fractional pool ownership shares, and withdrawer addresses for tracking liquidity provider behavior.
ColumnTypeDescription
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
transaction_indexINT64Position of the transaction within its containing block. Zero-indexed integer representing the sequential order of transaction execution.
in_withdrawerSTRINGAddress of the account receiving the withdrawn assets. Hex-encoded, 0x-prefixed, 42-character string.
in_poolTokensSTRINGAmount of liquidity pool tokens deposited or withdrawn. Integer value representing token quantity in smallest unit.
in_fractionOfPoolSTRINGProportional share of the liquidity pool being withdrawn, expressed as parts per ten million. Integer value where 10000000 represents 100% of the pool.
addresslog_indexblock_numberin_poolTokensin_withdrawerblock_timestamptransaction_hashin_fractionOfPooltransaction_index
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b81943082643798317369899727333840x71cfafc5f334527fd65821c0cba69f000ad14f072022-07-17T14:51:50.000Z0x22fc768906a397c40693e441fa4452c70c4ed174f6bc129ca9b26f1d676386e35199445
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b818030827143101141605140530167790x71cfafc5f334527fd65821c0cba69f000ad14f072022-07-17T15:18:14.000Z0xce29ebae368fff5957a3fcaef9f0b90fb41ea8689e64599fb6ea3bb7a1c3a8705348938
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b818236557360128353040066345312460x9533fdce9a91c93cb16076b1abc65b4a47bba3972022-12-08T00:41:19.000Z0x8bb6f51d5f9c5d044296bdba5dd826ac12b7554e2e4c0ae4edfd2f2fc3d697e716019240
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_polygon.ClipperVerifiedExchange_Withdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DirectExchange_Deposited_event

Liquidity provider deposit events from Clipper DEX (Decentralized Exchange) on Polygon, recording pool token amounts and optional time-lock periods. Used for tracking LP participation patterns and analyzing locked versus unlocked liquidity deposits.
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_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_poolTokensSTRINGAmount of liquidity pool tokens deposited or withdrawn. Integer value representing token quantity in smallest unit.
in_nDaysSTRINGNumber of days for which the deposited liquidity pool tokens are locked. String-encoded integer value.
addressremovedin_nDayslog_indexblock_numberin_depositorin_poolTokensblock_timestamptransaction_hash
0xd01e3549160c62acabc4d0eb89f67aafa3de8eedfalse0187228010680xab83af831dfb4028ebfd3ffa74a828a4d5dcaac59400502107032780802021-12-21T19:56:11.000Z0x19eb03f8c00260307a2d5c887509b4e78d9fdc8481d27ee4fb391b1b75b0efb9
0xd01e3549160c62acabc4d0eb89f67aafa3de8eedfalse6075227973900xbe611f2433e0d61ec3a0f7f156248f6c915d17112785938702507295375362021-12-21T17:40:35.000Z0x418f412d6523f6189f8f8795f6b02f43fc20a5bb1c3537a200753625a795dfdc
0xd01e3549160c62acabc4d0eb89f67aafa3de8eedfalse6071227803730xbf8c9c73c58ae8a78cc4f58eeb4aef5914d0d5747541129571780997939202021-12-21T07:33:03.000Z0xf342f3637e363968873ae5d35aa91f698bfd5af7493b3e250ca9d98d432b3154
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_polygon.DirectExchange_Deposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DirectExchange_Swapped_event

Swap event records from Clipper DEX (decentralized exchange) on Polygon, capturing token exchanges with input/output amounts, assets, and recipient addresses. Used for analyzing trading volume, slippage patterns, and liquidity provider performance on Clipper’s automated market maker.
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_inAssetSTRINGContract address of the input token being swapped. Hex-encoded, 0x-prefixed, 42-character string.
in_outAssetSTRINGContract address of the output token received from the swap. 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_inAmountSTRINGAmount of input tokens sent to the swap. String-encoded integer representing token quantity in the asset’s smallest denomination.
in_outAmountSTRINGAmount of output tokens received from the swap. String-encoded integer representing token quantity in the asset’s smallest denomination.
in_auxiliaryDataSTRINGAuxiliary data associated with the swap event. Hex-encoded byte string varying in length and content depending on the swap protocol or router identifier.
addressremovedlog_indexin_inAssetin_inAmountin_outAssetblock_numberin_outAmountin_recipientblock_timestampin_auxiliaryDatatransaction_hash
0xd01e3549160c62acabc4d0eb89f67aafa3de8eedfalse470x0d500b1d8e8ef31e21c99d1db9a6444d3adf12701850000000000000000000x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270222725281846163878958614773760x32098992550f9b5aaefa32e33d169faa5cfaa7382021-12-08T09:25:23.000Z0x436c6970706572000000000000000000000000000000000000000000000000000xecf59ead3af2a6cf4b0168c236d3da9ac463f2f0029a9cc8dc66101ac6ea466d
0xd01e3549160c62acabc4d0eb89f67aafa3de8eedfalse1340x0d500b1d8e8ef31e21c99d1db9a6444d3adf12709970000000000000000x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270222769479950056041564876800x2e8029fe0e80987e6dba3c6511fab64581be94b42021-12-08T12:10:13.000Z0x436c6970706572000000000000000000000000000000000000000000000000000x204d8200d274338cbb131cc8db3d731a450f812e56b3ed7cf4f6af0351ce6311
0xd01e3549160c62acabc4d0eb89f67aafa3de8eedfalse1160x0d500b1d8e8ef31e21c99d1db9a6444d3adf12701950000000000000000000x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270222656241945950238201310085120x1a393f18f3fb0fc6e0acbc24c873b2622e2a35a32021-12-08T04:28:05.000Z0x436c6970706572000000000000000000000000000000000000000000000000000x909f5084a7ece5e9501d3c96aac1b3977b1cc157fb5cdf8e035d12e4b359a7a5
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_polygon.DirectExchange_Swapped_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DirectExchange_Withdrawn_event

Liquidity withdrawal events from Clipper decentralized exchange (DEX) on Polygon, recording when liquidity providers remove pool tokens and their proportional share. Contains withdrawer addresses, pool token amounts, and fraction of total pool withdrawn for analyzing LP behavior and liquidity trends.
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_withdrawerSTRINGAddress of the account receiving the withdrawn assets. Hex-encoded, 0x-prefixed, 42-character string.
in_poolTokensSTRINGAmount of liquidity pool tokens deposited or withdrawn. Integer value representing token quantity in smallest unit.
in_fractionOfPoolSTRINGProportional share of the liquidity pool being withdrawn, expressed as parts per ten million. Integer value where 10000000 represents 100% of the pool.
addressremovedlog_indexblock_numberin_poolTokensin_withdrawerblock_timestamptransaction_hashin_fractionOfPool
0xd01e3549160c62acabc4d0eb89f67aafa3de8eedfalse617265456661881785402851516743680x230a4a9cc3d57fe07c75ba1b063c779f328230fa2022-03-30T16:44:33.000Z0x5c85751a1b5d7cbab44b7c929a464a421e4522cb55c92b2b03be5de31e1c2e23767287
0xd01e3549160c62acabc4d0eb89f67aafa3de8eedfalse258265400281309921403723831050240x1e38019066a2046c9e21d425f70ceea41f5a31532022-03-30T13:16:57.000Z0x9c2cc59a3454f9f253a25e525dfbe2f791b5fb1e4d8f5e4e713d9c051b08bd7e533901
0xd01e3549160c62acabc4d0eb89f67aafa3de8eedfalse436265392681885014773643094261760x0df7b9519341d71019b696c024d8e109105523222022-03-30T12:50:53.000Z0x157642f824715b58c114703814526444a90c00b5164dca1a462e68e737e1abe5768197
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_polygon.DirectExchange_Withdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VerifiedExchange_AssetWithdrawn_event

Liquidity withdrawal events from Clipper DEX (Decentralized Exchange) on Polygon, capturing when liquidity providers remove assets from pools with corresponding pool token burns. Records asset amounts, pool tokens redeemed, and withdrawer addresses for tracking LP (liquidity provider) exit activity.
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_withdrawerSTRINGAddress of the account receiving the withdrawn assets. Hex-encoded, 0x-prefixed, 42-character string.
in_poolTokensSTRINGAmount of liquidity pool tokens deposited or withdrawn. Integer value representing token quantity in smallest unit.
in_assetAddressSTRINGContract address of the asset token involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetAmountSTRINGAmount of asset tokens involved in the operation. Integer value representing token quantity in smallest unit.
addressremovedlog_indexblock_numberin_poolTokensin_withdrawerin_assetAmountblock_timestampin_assetAddresstransaction_hash
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b8false1243422509320939200342330169670x165e4e022bc79afd1cf5464b85016d41cba5320118101710063983933442022-10-11T21:32:17.000Z0x0d500b1d8e8ef31e21c99d1db9a6444d3adf12700x2d647b88e1b515d36e8cc5347b8f1e18fae1914dac94af41447fb84a643bdbed
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b8false21634202990137428074559605325460x8e7458216cca00d8089ddf0c859393c0c3e93dd5117778339752873123842022-10-11T08:49:29.000Z0x0d500b1d8e8ef31e21c99d1db9a6444d3adf12700xd3f68c470ccd45d552f60c58260b0b253698e1cb544b4e650e3528cea79da7b5
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b8false29734202920137365021842717284140x09d5e6ea41956077237062b93e7b869761061ccd117721437845326172162022-10-11T08:47:02.000Z0x0d500b1d8e8ef31e21c99d1db9a6444d3adf12700xa0788774647657632dca0763b8a2339a0f1a5fbcb14546eb094f80b63566547b
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_polygon.VerifiedExchange_AssetWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VerifiedExchange_Deposited_event

Liquidity deposit events from Clipper DEX on Polygon, recording when users add funds to pools and receive pool tokens in return. Used to track liquidity provider activity and pool token issuance over time.
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_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_poolTokensSTRINGAmount of liquidity pool tokens deposited or withdrawn. Integer value representing token quantity in smallest unit.
in_nDaysSTRINGNumber of days for which the deposited liquidity pool tokens are locked. String-encoded integer value.
addressremovedin_nDayslog_indexblock_numberin_depositorin_poolTokensblock_timestamptransaction_hash
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b8false08366323080xac91b904fe317c9a3d447f7ae8934deb94fa210e441225984664473122022-12-09T20:53:25.000Z0x02c096192576f051ffc212cb11cf70fc6c32e3f40e6d2ab31107852c4af8c6a4
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b8false057366051620x8fc642d66492c830da43d95da7fe3f027f4f3246201987105031547892682022-12-09T04:58:47.000Z0xf5ece8470248265879d3246f7874ea0b677a141c3bd419cfcc37d01fcb2c8313
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b8false070365991380x3028e8434cddd7c13e0309fc894f1a18e821352f136059804415036712582022-12-09T01:23:02.000Z0xf67ccad7d3719e3186d071b1e243ef68355c7fa87aed5089054ff44a5f57975c
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_polygon.VerifiedExchange_Deposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VerifiedExchange_Swapped_event

Swap event records from Clipper decentralized exchange (DEX) on Polygon showing token pair trades with input/output amounts, asset addresses, and recipient details. Useful for analyzing trade volumes, price execution, and liquidity provider 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_inAssetSTRINGContract address of the input token being swapped. Hex-encoded, 0x-prefixed, 42-character string.
in_outAssetSTRINGContract address of the output token received from the swap. 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_inAmountSTRINGAmount of input tokens sent to the swap. String-encoded integer representing token quantity in the asset’s smallest denomination.
in_outAmountSTRINGAmount of output tokens received from the swap. String-encoded integer representing token quantity in the asset’s smallest denomination.
in_auxiliaryDataSTRINGAuxiliary data associated with the swap event. Hex-encoded byte string varying in length and content depending on the swap protocol or router identifier.
addressremovedlog_indexin_inAssetin_inAmountin_outAssetblock_numberin_outAmountin_recipientblock_timestampin_auxiliaryDatatransaction_hash
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b8false80x7ceb23fd6bc0add59e62ac25578270cff1b9f6191000000000000000000x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270695658808650697004955145338880x3560a99b96b7fc8b516dbe1015b1a7821eb63b7a2025-03-27T14:29:22.000Z0x4a6f790xb1553dbc54db44a367439fa9e68e6bfbb4102531074842a9700e506a8b7f0723
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b8false80x7ceb23fd6bc0add59e62ac25578270cff1b9f6191000000000000000000x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270695497178392271737725823221760x3560a99b96b7fc8b516dbe1015b1a7821eb63b7a2025-03-27T04:55:10.000Z0x4a6f790x6449aff0fa12f3d8f9faf3f07b9d8e596e1d96912e6583ab95f2756cc96a7c00
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b8false290x7ceb23fd6bc0add59e62ac25578270cff1b9f6191000000000000000000x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270695726258642640843069529784320x3560a99b96b7fc8b516dbe1015b1a7821eb63b7a2025-03-27T18:28:18.000Z0x4a6f790xc57f4ba4004e19bfec13858c95ba103317f4862bbfc128da2bcea17ce3a84c97
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_polygon.VerifiedExchange_Swapped_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VerifiedExchange_Withdrawn_event

Liquidity withdrawal events from Clipper DEX on Polygon, recording when users remove funds from liquidity pools with pool token amounts and withdrawal share fractions. Used for tracking LP position exits and liquidity flow analysis.
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_withdrawerSTRINGAddress of the account receiving the withdrawn assets. Hex-encoded, 0x-prefixed, 42-character string.
in_poolTokensSTRINGAmount of liquidity pool tokens deposited or withdrawn. Integer value representing token quantity in smallest unit.
in_fractionOfPoolSTRINGProportional share of the liquidity pool being withdrawn, expressed as parts per ten million. Integer value where 10000000 represents 100% of the pool.
addressremovedlog_indexblock_numberin_poolTokensin_withdrawerblock_timestamptransaction_hashin_fractionOfPool
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b8false20070982532142040873714259968990x3b55eba6479483ce906e736e1bd767aa4bd0455c2025-05-01T14:16:19.000Z0xfe2965ef7154580624bf1b8f6df5aa0ef3642e00a2400060f79863e1b5588010335293
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b8false14870993784109410451031694326640900x93d511a0e69e01061d7e5c6c237872bf862c33962025-05-01T20:54:52.000Z0xe04b705d48472df5a82b66c900bd59e6f482b42a7aa209c37e2ecfebca2cf893258276842
0x6bfce69d1df30fd2b2c8e478edec9daa643ae3b8false33773074291258532729130828236910xa788e0586409fa4eaf986e24604003adaa3dcc9d2025-06-22T08:07:16.000Z0xe74e7116a7df801cf51e7a04e512f3e74c1dce891b182dd5727afc77c1feb688627252
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_polygon.VerifiedExchange_Withdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100