Skip to main content

Tables

PackedExchange_AssetWithdrawn_event

Liquidity withdrawal events from Clipper DEX automated market maker on Optimism. Records pool token burns and corresponding asset redemptions with withdrawer addresses for analyzing liquidity provider behavior.
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
0xdbd4ffc32b34f630dd8ac18d37162ec8462db7dbfalse25566258131489420253299998720xcbad01980e700fbf6bea01b3c25adcd25c22e4b237877597309259772022-04-09T06:50:28.000Z0x42000000000000000000000000000000000000060xb5bb7112ce3fad1ac5949435c4ddc08cc5933f56ee917050a7ee91d4401b7599
0xdbd4ffc32b34f630dd8ac18d37162ec8462db7dbfalse255714184651918023874555412480x0caee49bdd3440735cea29f855afcc19c02148751338358296318485122022-04-09T10:25:05.000Z0x42000000000000000000000000000000000000060xb339460cd52322c0ef6f65cca7370c319a33fe94d92e76647e885944ed8df83d
0xdbd4ffc32b34f630dd8ac18d37162ec8462db7dbfalse255791098480176325593535610880x0359f194b3b801a1cce464eb8367a5a7b796a69d7824049962022-04-09T14:38:20.000Z0x7f5c764cbc14f9669b88837ca1490cca17c316070xa984f60140dce276278263dc85c3867c490bfde208154929e0f4dbfcc88c7fc2
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_optimism.PackedExchange_AssetWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PackedExchange_Deposited_event

Liquidity deposit events from Clipper DEX on Optimism, recording when users add pool tokens to liquidity positions with 30-day lock periods. Tracks depositor addresses, pool token amounts, and deposit timestamps for analyzing liquidity provider behavior and pool growth.
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
0xdbd4ffc32b34f630dd8ac18d37162ec8462db7dbfalse30241618310x1a05dcaf88908855d2f5a4b99a62033fdb1d556a11731806037302522675202022-03-06T04:57:55.000Z0x92fd044112f3874c76e9dbefbd69660c94d0de425bf2b34de41416b86ec3c6d2
0xdbd4ffc32b34f630dd8ac18d37162ec8462db7dbfalse30241690030x174eed5f04ac50dcb6d75ec680b2e26fac26b02115440166277443747842022-03-06T11:02:27.000Z0x11c930776e6549a1c4403a2b27c19c06de7d8012a59edb99c23e6fba63f60854
0xdbd4ffc32b34f630dd8ac18d37162ec8462db7dbfalse30241695160x4c50dc9d37750690ea1814c359111c3b5b34f59a15435530472280555522022-03-06T11:20:02.000Z0x026976409047fbff19273434c065b40888e305d3208c4a8336d6a3a6662b606c
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_optimism.PackedExchange_Deposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PackedExchange_Swapped_event

Token swap event logs from Clipper decentralized exchange (DEX) on Optimism. Tracks individual swaps with input/output token addresses, amounts, recipients, and routing metadata for analyzing trading volumes and liquidity pool 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_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
0xdbd4ffc32b34f630dd8ac18d37162ec8462db7dbfalse20x4200000000000000000000000000000000000006253539519582407920x350a791bfc2c21f9ed5d10980dad2e2638ffa7f6457136950000000000000000000x3170b8bfbe8b8938c9c42006ddd5faec04232bbf2022-03-18T13:45:04.000Z0x436c6970706572000000000000000000000000000000000000000000000000000xec6cd1c7f2f551cb9061430a1f86b3b9a26a2ce0f3b049d143087faf344b8771
0xdbd4ffc32b34f630dd8ac18d37162ec8462db7dbfalse40xda10009cbd5d07dd0cecc66161fc93d7c9000da187086829526662337890x350a791bfc2c21f9ed5d10980dad2e2638ffa7f645843465946511385780540160x26271dfddbd250014f87f0f302c099d5a798bab12022-03-18T21:52:57.000Z0x31494e43480000000000000000000000000000000000000000000000000000000x0c4f9a68386299df60e5b91b1a29346a7a3b8c0eb3e6e81ca3a87835f37dc1ca
0xdbd4ffc32b34f630dd8ac18d37162ec8462db7dbfalse80x68f180fcce6836688e9084f035309e29bf0a20954767050x350a791bfc2c21f9ed5d10980dad2e2638ffa7f64581063137414562545588551680x26271dfddbd250014f87f0f302c099d5a798bab12022-03-18T19:27:59.000Z0x31494e43480000000000000000000000000000000000000000000000000000000xdc73dc84eaac8cf8374aa4f7e7dde7899764df003c40de892aa02e1c56b03d63
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_optimism.PackedExchange_Swapped_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PackedExchange_Withdrawn_event

Liquidity withdrawal events from Clipper DEX on Optimism, recording user withdrawals with pool token amounts and fractional pool ownership burned. Used for tracking liquidity provider exits and pool composition changes 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_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
0xdbd4ffc32b34f630dd8ac18d37162ec8462db7dbfalse1011182790265672006818101985280x55f7c152b0c3cc1cd7479e4858ac07f50d7fcfad2023-11-06T07:09:41.000Z0x422634b608b01b1e0c5bf15f4d294e4c66b9be974b8e3ee8e1be3362f2a05bf6777949
0xdbd4ffc32b34f630dd8ac18d37162ec8462db7dbfalse7111821290197437025507428270080x510bd31beeecb96deead3ff41def09c915a894d12023-11-06T03:29:17.000Z0x927a494f575b8f6813bd84d337a7563830b85cc86f5540f0d5a6e4501ad22ba62338289
0xdbd4ffc32b34f630dd8ac18d37162ec8462db7dbfalse7348739371116748249592160583680x19fc61b27c96e4c84375128b02ca5dcdaa11a0752022-11-06T04:29:58.000Z0xf0b195ec925ea016b919f2f300b2415e85074bf7681d074e231dccb37e1f5e9a3322375
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_optimism.PackedExchange_Withdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PackedVerifiedExchange_AssetWithdrawn_event

Liquidity withdrawal events from Clipper DEX (decentralized exchange) on Optimism capturing when users remove assets from pools. Records withdrawer addresses, asset amounts in wei, pool token amounts burned, and the specific asset withdrawn for analyzing pool liquidity changes.
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
0x5130f6ce257b8f9bf7fac0a0b519bd588120ed40false2863990966537226159612432040x0ec5e6656f15851072f67eeaee50fcf76174cd07168291169882547722023-04-05T08:54:05.000Z0x42000000000000000000000000000000000000060xab57ac825002f19eea50ff0e104912fecd2c7994bd4ec55de1b602bea9265f5a
0x5130f6ce257b8f9bf7fac0a0b519bd588120ed40false2865554298572739507847367050x556bb6e2224c09b4552adf7548f7e2c23d31eaa7219699128433692482023-04-05T19:26:20.000Z0x42000000000000000000000000000000000000060x77af2cc2973d1e0aff9c183a80fca5d0c95a88a04d0a1efc7b3a38e70dfb892f
0x5130f6ce257b8f9bf7fac0a0b519bd588120ed40false2864178456250794861473105390x32e90eee99ee013b6d33bd312490e202a186f4c6160830716387989502023-04-05T10:07:10.000Z0x42000000000000000000000000000000000000060xd55c54096f485add571e7c5dbf3893a305cd94fc886235840e693da451fd4a91
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_optimism.PackedVerifiedExchange_AssetWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PackedVerifiedExchange_Deposited_event

Liquidity deposit events from Clipper decentralized exchange (DEX) on Optimism, recording when users add pool tokens to the protocol with a 10-day lock period. Used for tracking liquidity provider activity and time-locked deposit patterns.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_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
0x5130f6ce257b8f9bf7fac0a0b519bd588120ed40false102318690020x01676c9d76fe3794ac94b8c44309c466e622e1356103475622068678832022-10-27T05:11:26.000Z0xa324c6b30b0e8c0438b98c14a4bd48d653c9ed9bfc434b6d1ac3e37108e84439
0x5130f6ce257b8f9bf7fac0a0b519bd588120ed40false102319113200x01fb3dfbd0661aa7ad086c01d3d7c9931b9d3dbe6331436069375757512022-10-27T08:10:14.000Z0xb8003de018c1ecdf05b4b193343b033de14bfde57a516dcea14a91017e29dfe0
0x5130f6ce257b8f9bf7fac0a0b519bd588120ed40false102320476030x022fd217aa05e82c2e8fa3ebe77eff893329e97c6702166095115059202022-10-27T17:27:41.000Z0xa2378ab43ca1bc1b487af30b8222f9cfed359dd691060c55e69da8aec4ce5bc7
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_optimism.PackedVerifiedExchange_Deposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PackedVerifiedExchange_Swapped_event

Swap execution events from Clipper DEX (decentralized exchange) v1 on Optimism, recording token pair addresses, amounts exchanged, and recipient details. Used for analyzing trading volume, token pair liquidity, and swap routing patterns through 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
0x5130f6ce257b8f9bf7fac0a0b519bd588120ed40false120x94b008aa00579c1307b0ef2c499ad98a8ce58e58365520x350a791bfc2c21f9ed5d10980dad2e2638ffa7f610547049172582523600936710xafea5601b0a894451955355e79ad3026515e500d2023-06-12T03:15:59.000Z0x31494e43480000000000000000000000000000000000000000000000000000000xcc5f12b508477b11029bc80e2142371487d5a23e26fe8e85fead587ad5157ca9
0x5130f6ce257b8f9bf7fac0a0b519bd588120ed40false150x42000000000000000000000000000000000000065879597666262743040x350a791bfc2c21f9ed5d10980dad2e2638ffa7f61054682272000000000000000000000x3a42086e4c2511e502c0b6ca87e35c8455388d392023-06-12T02:00:31.000Z0x00000000000000000000436c69707065723a42086e4c2511e502c0b6ca87e35c0x808a45180658943aa2f45a2f32d6057d64e2f0da75f3fc2f8fcc6e44ee8e90c4
0x5130f6ce257b8f9bf7fac0a0b519bd588120ed40false220x68f180fcce6836688e9084f035309e29bf0a209584460x350a791bfc2c21f9ed5d10980dad2e2638ffa7f61054703424333722942720379520xafea5601b0a894451955355e79ad3026515e500d2023-06-12T03:11:01.000Z0x31494e43480000000000000000000000000000000000000000000000000000000x2faa75a4ad706827b125f71c418fccdf0d0438ca466f9b89ff0966a03913079c
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_optimism.PackedVerifiedExchange_Swapped_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PackedVerifiedExchange_Withdrawn_event

Liquidity withdrawal events from Clipper decentralized exchange (DEX) on Optimism, recording when liquidity providers remove assets from trading pools. Tracks withdrawn pool token amounts, pool ownership fractions, and withdrawer addresses for analyzing LP behavior and pool liquidity changes.
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
0x5130f6ce257b8f9bf7fac0a0b519bd588120ed40false5661144815026013942483609629400x54e047e98c44b27f79dcfb6d2e35e41183b8dff62024-01-06T17:23:01.000Z0xd7f153388e21a8cbecaaeb987aa631c2405e1d301635d859d91d72bcd0d48e6c782501
0x5130f6ce257b8f9bf7fac0a0b519bd588120ed40false361144778654041206658026700800xf2a9a48c0d2628a682d2ff3060741a81f97ff3982024-01-06T15:21:47.000Z0xb1212c579d74ac6614b0f561782a4f8cd174c07ace49b4cbfdea653ae53216c3524656
0x5130f6ce257b8f9bf7fac0a0b519bd588120ed40false9775704533169826975088965610x7d78677ef3b9e71a5e5696171dc55301244f579c2023-02-27T15:18:51.000Z0x3820625af7e712b4c1f206954958529340b2ae4c834ed4492f3774276bcc1dca183446
Query with partition filter
SELECT *
FROM `tt-contracts.clipper_v1_optimism.PackedVerifiedExchange_Withdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100