Skip to main content

Tables

Staker_Compounded_event

Reward compounding events from Houdiniswap V2 staking contract on Ethereum, capturing when stakers reinvest their earned rewards back into their stake positions. Contains user addresses, compounded amounts in wei, and transaction metadata for tracking staking yield auto-compounding 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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x4401c51110e7d3a970fe48aeaee8249b181210a10xf96094910fc82e71a022c52276ef16f41548219cfalse12693428614289195728167192114622024-02-12T10:50:47.000Z0xbc6c37a4d546d8ef967d613a223db11b7cf225366e8eed189b866c6171dbeb2a
0x4401c51110e7d3a970fe48aeaee8249b181210a10xcd3f9b3389794104e2ce3d5e4424014d56e59729false6059649164073240481552192133102024-02-12T17:03:35.000Z0x9a76ac348be9f8fcb910a738b9d1df76a8fcd2a42b73076fba3c9091e6876b93
0x4401c51110e7d3a970fe48aeaee8249b181210a10xe99d339f9d18b76ffa4085f5e6d82e6a3ff546cafalse76660915427162146635289196178502024-04-09T11:40:47.000Z0xc5b829ddfd43d6638d8771ec915cc692829e4edafa23bc3831e869b643717f30
Query with partition filter
SELECT *
FROM `tt-contracts.houdiniswap_v2_ethereum.Staker_Compounded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staker_FallenWizardFee_event

Fee distribution events for HoudiniSwap V2 stakers on Ethereum, recording token amounts allocated to user addresses from the Fallen Wizard fee mechanism. Used to track staking reward distributions and fee-sharing payouts to liquidity providers.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x4401c51110e7d3a970fe48aeaee8249b181210a10xff16d25c97a872da47a0d49c04da9539db0fd2e1false150752483380111370407189194949382024-03-23T04:32:11.000Z0xe37c86c4f9470e0c3e1dbd1c2d1129320b6c9ab80a71455327fe8ba082ea3358
0x4401c51110e7d3a970fe48aeaee8249b181210a10xff16d25c97a872da47a0d49c04da9539db0fd2e1false077194949462024-03-23T04:33:47.000Z0x8739479a7fd1ebe212cd367d699d9589ae9b506b1f289d86f4569c5397ad7dc2
0x4401c51110e7d3a970fe48aeaee8249b181210a10xaf02acf6074bc07869fb8f4f590603db05765229false229107707953462788891181193422242024-03-01T18:49:47.000Z0xd1a9ed8dd6a3134033ede807e943b60d3b7e438866a04358396d7e178f5f9dc0
Query with partition filter
SELECT *
FROM `tt-contracts.houdiniswap_v2_ethereum.Staker_FallenWizardFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staker_initialize_function

No description available.
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.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__rewardsTokenSTRING-
in__stakingTokenSTRING-
in__stakingTokensDecimalSTRING-
in__treasuryAddressSTRING-
in__adminSTRING-
in__earlyStakePeriodEndSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.houdiniswap_v2_ethereum.Staker_initialize_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staker_MultiplierChanged_event

Staking reward multiplier adjustment events from HoudiniSwap V2 on Ethereum, tracking when user multipliers change (stored as basis points where 1000 = 1x). Used for analyzing staking incentive structures and user tier 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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_multiplierSTRINGMultiplier value applied to the user’s staking rewards or voting power, represented as an integer where 1000 equals 1x. Higher values indicate boosted rewards, with the sample showing a baseline 1x multiplier.
addressin_userremovedlog_indexblock_numberin_multiplierblock_timestamptransaction_hash
0x4401c51110e7d3a970fe48aeaee8249b181210a10x99910e1a4cd086dace05703acd25c3d1a0042036false1321931725510002024-02-27T06:59:59.000Z0xb86cbca5cb6f617e30a4f225e4e3bdbe31bee8dc2b1a173cfaf18703bf08a3de
Query with partition filter
SELECT *
FROM `tt-contracts.houdiniswap_v2_ethereum.Staker_MultiplierChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staker_Rebased_event

Staking multiplier adjustment events from HoudiniSwap V2 on Ethereum, tracking when user stake positions are rebalanced with new multiplier values. Used for analyzing reward distribution mechanics and stake weight 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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_multiplierSTRINGMultiplier value applied during the rebase event for the specified user’s staked position. Typically expressed as basis points or a scaled integer (e.g., 1000 = 1.0x).
addressin_userremovedlog_indexblock_numberin_multiplierblock_timestamptransaction_hash
0x4401c51110e7d3a970fe48aeaee8249b181210a10x99910e1a4cd086dace05703acd25c3d1a0042036false1311931725510002024-02-27T06:59:59.000Z0xb86cbca5cb6f617e30a4f225e4e3bdbe31bee8dc2b1a173cfaf18703bf08a3de
Query with partition filter
SELECT *
FROM `tt-contracts.houdiniswap_v2_ethereum.Staker_Rebased_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staker_Recovered_event

No description available.
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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.houdiniswap_v2_ethereum.Staker_Recovered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staker_RequestUnlock_event

Unlock requests initiated by stakers in HoudiniSwap v2 staking contract on Ethereum, recording user addresses and token amounts being withdrawn. Used for tracking staking exit behavior and liquidity movement 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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x4401c51110e7d3a970fe48aeaee8249b181210a10x96f7336b43d58bfb62b0da07b6d6786bd976a3f4false7550131965000623762864531194913772024-03-22T16:32:47.000Z0xcb306f40c8e130044a92a48dcd5dc98e7570b8b29af5341264a12ed24f254503
0x4401c51110e7d3a970fe48aeaee8249b181210a10xd0e614213dd13f59fe780843cc012dcc656738fffalse3850308580643509372964887194864802024-03-22T00:04:47.000Z0xf075e62938b7cfd29e6ee71333398fbf0a645bec7cc89835b94300faa90327c6
0x4401c51110e7d3a970fe48aeaee8249b181210a10xae1f5ce62cd70da2faeb297f9720c55bdbae3ec1false1124811334657468454989735194864652024-03-22T00:01:47.000Z0x585377d4e121f85a0ebeb47eb741e2a64e116ffcf4a36e9309620f14e1df250b
Query with partition filter
SELECT *
FROM `tt-contracts.houdiniswap_v2_ethereum.Staker_RequestUnlock_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staker_RewardAdded_event

Reward distribution events from HoudiniSwap V2 staking contracts on Ethereum, capturing the token amounts added to staker reward pools. Used for tracking staking yield distribution patterns and reward frequency 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_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0x4401c51110e7d3a970fe48aeaee8249b181210a1false87100706964008624258922266196096212024-04-08T08:00:11.000Z0x8e522cf1906b65bfa66e40b337138157d7aee11f948c17da5cce8e90b69a5dc1
0x4401c51110e7d3a970fe48aeaee8249b181210a1false33495608674405462386924310193604642024-03-04T08:00:11.000Z0x1dc8715a600a533ac243935209c7d5bc867be52bc618a4aa9f2b1817d9bba3cc
0x4401c51110e7d3a970fe48aeaee8249b181210a1false61003411040621882711184245195101742024-03-25T08:00:11.000Z0x2bb4b61ccf108d6a404a0b8a7cdb6bc008951a7d25466414fe2ec474509486e5
Query with partition filter
SELECT *
FROM `tt-contracts.houdiniswap_v2_ethereum.Staker_RewardAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staker_RewardPaid_event

No description available.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.houdiniswap_v2_ethereum.Staker_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staker_stake_function

Staking deposits to HoudiniSwap V2 protocol on Ethereum, capturing user addresses, token amounts, and transaction execution details. Contains both successful and failed stake attempts for analyzing protocol participation and staking 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.
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.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
gasvaluestatusgas_usedin_amountsignatureto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
1521660true1310722229999999999999999990xa694fc3a0x4401c51110e7d3a970fe48aeaee8249b181210a1201510380x3f560c2dd30d15a4bb479ad0fff3ac77bc48a1492024-06-23T01:12:23.000Z0x8267cc60be46dc84323ec29c67c9cefd3b915c4a1ef3fda748df66fc64ecfe77
1704100true10193200xa694fc3a0x4401c51110e7d3a970fe48aeaee8249b181210a1201553010x2797f0fee73b3ef4878349529f1b0359efbdcf962024-06-23T15:31:47.000Z0x9a92d2e7525a0c0a8aceadbd769c4466e718d8a3307b262e4fe663d348c39cf6
2598840true16544913099999999999999999990xa694fc3a0x4401c51110e7d3a970fe48aeaee8249b181210a1201512790x503844682489f75f3c59b84a1a547e4336f5ccba2024-06-23T02:00:47.000Z0x646c29a2bbf35115bf5c5b41365ce2ca4e1858708667c4f29dca6cce3b6a57d7
Query with partition filter
SELECT *
FROM `tt-contracts.houdiniswap_v2_ethereum.Staker_stake_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staker_Staked_event

Staking deposit events from HoudiniSwap V2 on Ethereum, recording when users lock tokens into the staking contract. Useful for analyzing staking participation, deposit sizes, and staker wallet behavior 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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x4401c51110e7d3a970fe48aeaee8249b181210a10x3a3c3a5115bc299fe4e03664c9bccf43bc252a7dfalse7999999999999999999999183194099252024-03-11T05:59:59.000Z0x1dee12eb3b45f58c9b8dbf7d6e274dc56a007b902d55ffb6c9f8fecc77a6832a
0x4401c51110e7d3a970fe48aeaee8249b181210a10xd24dd11b6bca2c119321f2acb29ad1b45ef98ea5false1426999999999999999999335194109592024-03-11T09:28:23.000Z0x1457362460aa3000739218e44bd06ecc989516af4e04f7647151cd59793b7103
0x4401c51110e7d3a970fe48aeaee8249b181210a10x020b1ba5c3fa43cf613e87032b1badd210301da8false3445999999999999999999146194110182024-03-11T09:40:11.000Z0x22512c1d09fa4ec059a7e9ed543d0d33c89c1b66c8a263a24ecf78f47eea0b32
Query with partition filter
SELECT *
FROM `tt-contracts.houdiniswap_v2_ethereum.Staker_Staked_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staker_Withdrawn_event

Withdrawal events from HoudiniSwap V2 staking contract on Ethereum, recording when users unstake tokens with withdrawal amounts and user addresses. Useful for analyzing staking behavior, liquidity movements, and participant activity in the HoudiniSwap 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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x4401c51110e7d3a970fe48aeaee8249b181210a10x7364bc2e9019e6e2506c4571558e5ab9b8cb5b91false745158764383016428971236191914902024-02-09T15:33:35.000Z0xe2317fade76683fadb81c3fd183e815ece3acd7bff5338479f05cf587961f491
0x4401c51110e7d3a970fe48aeaee8249b181210a10x019d805a1fe8d1f54835fe0107916ed189452993false1501099992585927532720305191939272024-02-09T23:45:11.000Z0xf1efea1b7de970a220ea7f8c2aaaffd5a7a586dab2abee56b9380d71ea5ae1ca
0x4401c51110e7d3a970fe48aeaee8249b181210a10x7c86472518046cf6ec2e8baa29822cfa1c1c7aecfalse444186291454596537055155192655462024-02-20T01:09:23.000Z0xe844b2a226f614e67f81358e90409ec9258e4790021d136a655da5d291de5e69
Query with partition filter
SELECT *
FROM `tt-contracts.houdiniswap_v2_ethereum.Staker_Withdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100