Skip to main content

Tables

Factory_PoolCreated_event

Factory contract event emitted when a new liquidity pool is created, recording token pairs and pool configuration parameters. Used for tracking DEX pool deployments and liquidity market initialization.
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_token0STRINGContract address of the first token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_token1STRINGContract address of the second token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_tickSpacingINT64Minimum price movement increment between adjacent ticks in a concentrated liquidity pool.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_feeaddressin_poolremovedin_token0in_token1log_indexblock_numberin_tickSpacingblock_timestamptransaction_hash
30000xc35dadb65012ec5796536bd9864ed8773abc74c40x2109b1c7e49ac733c1ba4d8eb8bd1fad853b52a5false0x42000000000000000000000000000000000000060xee33778a65d2ed9c81a3f5812723cf77a002095d710527222602024-02-13T17:03:11.000Z0x81aa9f57b4cf4b9c4bb53988fe23dd0c3dc2cabd1e1ce180d4791fe0bb00cdbe
30000xc35dadb65012ec5796536bd9864ed8773abc74c40x37600a74b7b259e74abaa24ed57f5665ff634ebffalse0x2de4b86fa29dc508eeab7913d1a2439ab17d5eca0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca1910501701602024-02-13T02:52:29.000Z0xff5c073ada5693240ecf34a7f056f3ec14863034e9668ff8f260b75b2bbc912d
100000xc35dadb65012ec5796536bd9864ed8773abc74c40x256f72260b7caa8dbf94126de8508d6ec850be9bfalse0x0c6cba341fb104442aa1a2492e1faf9e5a6bc99a0x42000000000000000000000000000000000000061622624112002023-08-06T09:29:29.000Z0xa2038ccb72dae27c9caf97fee5e8953a464df6fc7668cadb44fc897d6a4615ee
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_base.Factory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Burn_event

Liquidity removal events from concentrated liquidity pools recording withdrawn token amounts and position tick ranges. Contains owner address, liquidity amount burned, token amounts withdrawn (amount0/amount1), and tick boundaries for tracking position liquidations and TVL 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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_ownerin_amountlog_indexin_amount0in_amount1block_numberin_tickLowerin_tickUpperblock_timestamptransaction_hash
0x5f0a153a64fd734c111b770da11de2c385ca8042false0x027be46864c635d4142cb67d628169a760fbc8f225807666045868991604342272882571161269213044069962460000152595940292511886002028002023-09-16T07:04:09.000Z0x1303d015eb65f59c71d0130b8d67423b090352e633b12d384e0f5cc1bb68421e
0x019eff8e9b225d8cbc6127748f5f47ea3e2f28e5false0x80c7dd17b01855a6d2347444a0fcc36136a314de4999142944611646711442499568193083346660037204029262-276330-2763202023-09-16T07:04:31.000Z0xe8f3a475bd565c2f7046ef982f0d353c8d522530454853860d41a59a7e58dad3
0x22ca6d83ab887a535ae1c6011cc36ea9d1255c31false0x80c7dd17b01855a6d2347444a0fcc36136a314de012004050923-204470-1998202023-09-16T19:06:33.000Z0xca87e386df79b6865978c26802fa2c8996554529ab11cbdaaa2dda6ea9169515
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_base.Pool_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Collect_event

Concentrated liquidity position fee collection events from Uniswap V3 compatible decentralized exchanges. Records position owner, recipient, collected token amounts, and tick range boundaries for tracking earned trading fees and position management 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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. 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_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_ownerlog_indexin_amount0in_amount1block_numberin_recipientin_tickLowerin_tickUpperblock_timestamptransaction_hash
0x019eff8e9b225d8cbc6127748f5f47ea3e2f28e5false0x80c7dd17b01855a6d2347444a0fcc36136a314de20125379923427231368341986130586182790xbddbd3ed479157180c1ea13b27b22b97f84b8530-276350-2763102023-12-31T12:31:45.000Z0x46da64d072f94b0ad745f39c15faa6a3babb1ee7f76259a0dc7647dc9d8d2ab4
0x22ca6d83ab887a535ae1c6011cc36ea9d1255c31false0x80c7dd17b01855a6d2347444a0fcc36136a314de6483593255184776111763586262520x80c7dd17b01855a6d2347444a0fcc36136a314de-205830-1919702023-12-31T16:57:31.000Z0x2d7012bdf125015b3298047d135cf7d649fae19b0cbee2c7b90d6f721684e6ee
0x22ca6d83ab887a535ae1c6011cc36ea9d1255c31false0x80c7dd17b01855a6d2347444a0fcc36136a314de7152431375086262430x3d042325ffbcc26df1b98fcadb2583484fa829c1-205830-1919702023-12-31T16:57:13.000Z0x3aad8dd507064391141eff4d89b9af4accf0bb0b835de6d963adcc1b12a1049c
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_base.Pool_Collect_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_CollectProtocol_event

Protocol fee collection events from concentrated liquidity pools, recording fees withdrawn by the protocol from trading activity. Contains token amounts collected (amount0, amount1), sender address initiating the collection, and recipient address receiving the fees.
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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_senderlog_indexin_amount0in_amount1block_numberin_recipientblock_timestamptransaction_hash
0x13bb5f5803074965b0686a42e5ad6f9bf8dd2bd8false0xcd03e2e276f6eedd424d41314437531f665187b9223679237161370070330569043319496718127210995920x363ee06e3ee424060a726cb7f60153c9ee44cdc12024-10-15T10:35:31.000Z0x06f91c71fc98c4b29a2227438d6a43bc884e0f419ef2ae56e10610a42a3878ea
0x27d8d938d9cfb97a85ca70defa4d44762a2e1884false0xcd03e2e276f6eedd424d41314437531f665187b923515395471371456210995920x363ee06e3ee424060a726cb7f60153c9ee44cdc12024-10-15T10:35:31.000Z0x06f91c71fc98c4b29a2227438d6a43bc884e0f419ef2ae56e10610a42a3878ea
0x1b9bfddf096188fe66805696197c008998d556c9false0xcd03e2e276f6eedd424d41314437531f665187b922619660985243905876163950866333441736210995920x363ee06e3ee424060a726cb7f60153c9ee44cdc12024-10-15T10:35:31.000Z0x06f91c71fc98c4b29a2227438d6a43bc884e0f419ef2ae56e10610a42a3878ea
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_base.Pool_CollectProtocol_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Flash_event

Flash loan events from liquidity pools recording borrowed amounts and repayment fees for both tokens in the pair. Tracks sender, recipient, borrowed quantities, and actual fees paid for arbitrage and liquidation 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_senderSTRINGAddress that initiated the transaction or operation. 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_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_paid0STRINGAmount of token0 paid as flash loan fee. Numeric string representation of token quantity in smallest denomination.
in_paid1STRINGAmount of token1 paid as flash loan fee. Numeric string representation of token quantity in smallest denomination.
addressremovedin_paid0in_paid1in_senderlog_indexin_amount0in_amount1block_numberin_recipientblock_timestamptransaction_hash
0x7aa3bc844710220272d9e14cb4b4bb067953d8acfalse441260591562866400x24656fde014d1e8aa5f1490197454d5b34d92c2b328825211831257326513038627980x24656fde014d1e8aa5f1490197454d5b34d92c2b2023-09-12T10:35:43.000Z0x824b4bb58abef383c3e8392b36562d0bc3f34f769fc765188956f4ec988f96d2
0x7aa3bc844710220272d9e14cb4b4bb067953d8acfalse340526300319776400x24656fde014d1e8aa5f1490197454d5b34d92c2b1546810526006395527985047046800x24656fde014d1e8aa5f1490197454d5b34d92c2b2023-10-01T22:18:27.000Z0xea9b0eb4dc9f6762c0fcf83ea79884d50ce9ce9053d64a03500e5ae50e20b2fb
0x83c52776efe5f60efec721e5b3750993c514f817false0238301848535970250x24656fde014d1e8aa5f1490197454d5b34d92c2b6704766036970719404922762461260x24656fde014d1e8aa5f1490197454d5b34d92c2b2023-11-06T14:39:59.000Z0x095058ceb16db9400c8119d93eccc9cbcd4abf014b28cc59456565f44cce2b29
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_base.Pool_Flash_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Mint_event

Liquidity provision events emitted when liquidity providers add tokens to concentrated liquidity pools. Records deposited token amounts, tick ranges, liquidity shares, and position owner for DEX pool analytics.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_tickLowerINT64Lower tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_tickUpperINT64Upper tick boundary of a concentrated liquidity position in a Uniswap V3-style pool. Signed integer representing a discrete price point on the logarithmic tick scale.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_ownerin_amountin_senderlog_indexin_amount0in_amount1block_numberin_tickLowerin_tickUpperblock_timestamptransaction_hash
0x019eff8e9b225d8cbc6127748f5f47ea3e2f28e5false0x80c7dd17b01855a6d2347444a0fcc36136a314de275538040972150580x80c7dd17b01855a6d2347444a0fcc36136a314de1614336013139286133953132093118091455-276330-2763102023-12-19T07:50:57.000Z0x86ea3f5754d8206b0a6b0a5dee3f01a90c4e3b59d26e11b463fcec5e102f03fc
0x0a7dc3d5746d97b659d2bf02b2b4fdf6dcef8822false0x80c7dd17b01855a6d2347444a0fcc36136a314de29391972980x80c7dd17b01855a6d2347444a0fcc36136a314de7150000575925384030248109682-8872708872702023-12-19T17:58:31.000Z0xa65f3fe5559136d2a68367424bfd69b97aea22bfa7638d4a100ab5e3ad6baf79
0x22ca6d83ab887a535ae1c6011cc36ea9d1255c31false0x11c4011772594c5f124a027da35329559447853d1540112062745450430x11c4011772594c5f124a027da35329559447853d1412237820344438887252108109627-199610-1988602023-12-19T17:56:41.000Z0x9e235cc98bf151ed51ee7d464b34468af228fad66604171cebcd11f316858103
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_base.Pool_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_SetFeeProtocol_event

Protocol fee configuration change events emitted when liquidity pool fee parameters are updated. Records old and new fee protocol values for both tokens in the pool, tracking governance-initiated fee structure modifications.
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_feeProtocol0OldINT64Previous protocol fee for token0. Integer value representing the fee denominator where the protocol collected 1/x of swap fees before the update.
in_feeProtocol1OldINT64Previous protocol fee for token1. Integer value representing the fee denominator where the protocol collected 1/x of swap fees before the update.
in_feeProtocol0NewINT64New protocol fee for token0. Integer value representing the fee denominator where the protocol collects 1/x of swap fees.
in_feeProtocol1NewINT64New protocol fee for token1. Integer value representing the fee denominator where the protocol collects 1/x of swap fees.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_feeProtocol0Newin_feeProtocol0Oldin_feeProtocol1Newin_feeProtocol1Old
0x77e07f8047ca16b17bf3d938587425f96dbf65e9false181273508642025-03-09T03:31:15.000Z0x4e8bf1f29ddfb1db85abb326b9f948188848b5e2fb1da10fea557764cb2f9af14040
0x4c25944edbefd1fb75ad9b1d78489a92a5196b0cfalse180273508642025-03-09T03:31:15.000Z0x4e8bf1f29ddfb1db85abb326b9f948188848b5e2fb1da10fea557764cb2f9af14040
0x7ca304deef9ac7eccfaf7bbd33f37b0a5d3136bdfalse182273508642025-03-09T03:31:15.000Z0x4e8bf1f29ddfb1db85abb326b9f948188848b5e2fb1da10fea557764cb2f9af14040
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_base.Pool_SetFeeProtocol_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Swap_event

Decentralized exchange (DEX) swap execution events recording token exchanges within liquidity pools. Contains sender, recipient, token amounts, liquidity depth, price data (sqrtPriceX96 or tick), and transaction metadata for tracking trading activity and price movements.
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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_sqrtPriceX96STRINGSquare root of the price ratio between token1 and token0 encoded as a Q64.96 fixed-point number. Numeric string representation used in concentrated liquidity automated market makers.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_tickINT64Current tick index of the concentrated liquidity pool after the swap or operation. Integer value representing the price point on the pool’s tick spacing grid.
addressin_tickremovedin_senderlog_indexin_amount0in_amount1block_numberin_liquidityin_recipientblock_timestampin_sqrtPriceX96transaction_hash
0x0a7dc3d5746d97b659d2bf02b2b4fdf6dcef8822196630false0x83ec81ae54dd8dca17c3dd4703141599090751d113-24243837157131272273662751725546543630x0ed2553c0c8c8f0bdbdda2b13f35a5b618d2b2812023-12-02T12:58:17.000Z14738048702137396771846495561703820x686bbfdbb62d86e339b973753f5ee24a4249ea008d5596a2df03c4f9acec10a4
0xabeb18ffd5702e5855f0d7bc9b1db04ac851a16f196941false0x83ec81ae54dd8dca17c3dd4703141599090751d119-848147030000000000000007385180126853760232110x9c3d907eb3f403df38522500c27d236e348976642023-12-02T23:28:27.000Z14968970161360669183048498676126520x55c96d7f6a948717c1d1e766f40c39c4cbeb2fc20fd52e3209978e513f53e554
0xabeb18ffd5702e5855f0d7bc9b1db04ac851a16f196539false0x83ec81ae54dd8dca17c3dd4703141599090751d15-15225495227157016338707342969152120111181970x77bce35d8b97c089313dfc0899551a73727ce9c92023-12-02T00:01:25.000Z14671559148660378829286200659915990x286a634615a880cda0dd4145be1a28a48174a9a30a84cbe3676047f367a9b323
Query with partition filter
SELECT *
FROM `tt-contracts.sushiswap_v3_base.Pool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100