Skip to main content

Tables

Bank_AllocateHouseEdgeAmount_event

Event logs recording the distribution of house edge revenue across multiple recipients including bank reserves, dividends, team allocations, treasury, and partner/referral shares. Used for tracking revenue allocation flows in decentralized gaming protocols.
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_dividendSTRINGAmount allocated to dividends from house edge distribution. Numeric string representation of token wei or smallest unit amount.
in_referralSTRINGReferral code identifier associated with the transaction. Numeric string representation, often ‘0’ when no referral is present.
in_treasurySTRINGContract address of the Aave protocol treasury. Hex-encoded, 0x-prefixed, 42-character string.
in_teamSTRINGAmount allocated to the team from house edge distribution. Numeric string representation of token wei or smallest unit amount.
addressin_teamremovedin_tokenlog_indexin_dividendin_referralin_treasuryblock_numberblock_timestamptransaction_hash
0xc7130b9d454243be816b7f5ab09e7ef292b0c465130000000000000false0x00000000000000000000000000000000000000001662800000000000000190000000000000169463072022-04-14T18:48:38.000Z0xa084e1040b81bb6d2ea56b6353169d134ab1b4201fb0c964dccada29de36dcd3
0xc7130b9d454243be816b7f5ab09e7ef292b0c46524999999999999false0x000000000000000000000000000000000000000020453846153846153036538461538460169461592022-04-14T18:41:14.000Z0x679819255d675a5c76b7787e94c8a43bd9150db3d54a95644f95e133e63140ed
0xc7130b9d454243be816b7f5ab09e7ef292b0c46518055555555554false0x000000000000000000000000000000000000000028638888888888888026388888888888169478612022-04-14T20:06:20.000Z0x320e809dc8cf852573465e6e825b4c481bf6eb146179641b5f64a25a2cef3cf7
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v1_bsc.Bank_AllocateHouseEdgeAmount_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CoinToss_Roll_event

Coin toss game outcome events from BetSwirl protocol contracts. Records each roll with bet details (amount, chosen face, token address), result (actual face rolled), payout amount, and player address for gambling analytics and game settlement tracking.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
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.
in_faceBOOLPlayer’s chosen coin face side for the coin toss game. Boolean value where true represents one side (heads) and false represents the other side (tails).
in_rolledBOOLRandomly generated outcome value from the gaming protocol’s verifiable randomness system.
in_payoutSTRINGPayout amount awarded to the player or winner. Numeric string representation of token quantity in smallest denomination.
in_idaddressin_facein_userremovedin_tokenin_amountin_payoutin_rolledlog_indexblock_numberblock_timestamptransaction_hash
117169366375638138150344889150952961757381323684048567787331492458266109910890x76739d9693aa2bb62c44ae1b9084d6937edb91aatrue0xa34fc5faae47923218958c1c8f2fdd4f71be7b1ffalse0x000000000000000000000000000000000000000080000000000000000155200000000000000true596181926192022-05-28T10:30:34.000Z0xb7d6b330c3eec8ae68c5296e8dd78926c006320e6d5e5e7908dc64f4b97ac70c
425583195031794630526521825096104697083725341820083259438394482348251906772060x76739d9693aa2bb62c44ae1b9084d6937edb91aafalse0x4bf83bacb97969b7387207c294763bad1aec25c9false0x00000000000000000000000000000000000000002000000000000000true167179221032022-05-18T23:51:03.000Z0x48d6ef39a50190b2321e9fd68999b98f7c6e6c923d0f2531fc779945e261f11c
803421168277771846336319301275991071354834174658782013232655546980036770700980x76739d9693aa2bb62c44ae1b9084d6937edb91aafalse0x075b048bfe7e83a014152877d74506c8988431ebfalse0x00000000000000000000000000000000000000002000000000000000true220179181922022-05-18T20:32:37.000Z0xc40675e8bc935919a32f425780df074d8db41d278e055129180c733a6a9a4c48
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v1_bsc.CoinToss_Roll_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Dice_Roll_event

Dice game outcome events from BetSwirl protocol contracts containing bet parameters, rolled result, cap threshold, and payout amount. Used for tracking dice game activity and settlement across decentralized gambling platforms.
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_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
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.
in_capINT64Player’s chosen winning threshold value in the dice game. Integer representing the upper bound for a winning roll outcome.
in_rolledINT64Randomly generated outcome value from the gaming protocol’s verifiable randomness system.
in_payoutSTRINGPayout amount awarded to the player or winner. Numeric string representation of token quantity in smallest denomination.
in_idin_capaddressin_userremovedin_tokenin_amountin_payoutin_rolledlog_indexblock_numberblock_timestamptransaction_hash
73984877654469345897367832404488239817872140416433290046706965230363338498338840xd73812a2e5d57bbea5ef7a142d78da1c383a345f0x2c305888a456e7004663bc12a74395e637eabcbcfalse0x3e0a7c7db7bb21bda290a80c9811de6d47781671100000000000000000000019185168354322022-04-10T22:12:20.000Z0xcbd728f8559fc5c28800f12a5d06eb2e1a786bdc9327fd12b78a41c0230f9de2
79153484022333436236889058968573060844044350022512538460991108267093609563713500xd73812a2e5d57bbea5ef7a142d78da1c383a345f0xe793abff0eeda8b24403f680edc16bf973ae5c96false0x0000000000000000000000000000000000000000200000000000000038251168350062022-04-10T21:51:00.000Z0x6780bb958e7bd9fef670d4780f1495b2106d90b09f16eb7ce9b6bcbb4090d219
103639342125526596880266996241018137311226400756858808486014539502103645483073180xd73812a2e5d57bbea5ef7a142d78da1c383a345f0xe793abff0eeda8b24403f680edc16bf973ae5c96false0x0000000000000000000000000000000000000000200000000000000015108168354332022-04-10T22:12:23.000Z0x9e6074b6436566d0714195cfb6e3b02a603c84ffc39c1bf1c1576c4d8b64887e
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v1_bsc.Dice_Roll_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Keno_Roll_event

Keno game roll outcomes from BetSwirl gambling protocol on BSC (Binance Smart Chain), recording player selections, results, wager amounts, and payouts for each game round. Used for analyzing keno gameplay patterns, payout ratios, and player betting 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_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
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.
in_numbersSTRINGPlayer’s selected numbers or positions for the wager. Numeric string representation encoding the chosen bet configuration in the gaming protocol.
in_rolledSTRINGRandomly generated outcome value from the gaming protocol’s verifiable randomness system.
in_payoutSTRINGPayout amount awarded to the player or winner. Numeric string representation of token quantity in smallest denomination.
in_idaddressin_userremovedin_tokenin_amountin_payoutin_rolledlog_indexin_numbersblock_numberblock_timestamptransaction_hash
857638135564349322201890373800410044865629915205996863784203393218182113626270x144021ad08c37588fbbf49627a24310d0d9619790x70dc6a4fed8a24c6580d3542c7b3774b328ac62afalse0x000000000000000000000000000000000000000010000000000000000588402000000000034574142338292606082023-06-20T07:37:50.000Z0xdf73b8afe1141aa6407526780e1f31f6b7d570e6611240845927b8a62c96fc26
56696104814255023148928046231828630018213525973048026264745735789560924559410x144021ad08c37588fbbf49627a24310d0d9619790x5ae330abc5708e66696b30034b0d22eb0d240d0efalse0x000000000000000000000000000000000000000036398796869377646214171248755355461824069325314803882023-09-05T15:31:24.000Z0x07ab2b2023045cacd7f48cd7b59eff73185981e31ae27f7e483f18f9f0366375
519501848179861977174929006717977403700680700195858987639008117084150394686840x144021ad08c37588fbbf49627a24310d0d9619790x5ae330abc5708e66696b30034b0d22eb0d240d0efalse0x00000000000000000000000000000000000000003639879686937764621417124875535546220202449314804162023-09-05T15:32:49.000Z0x735cb29e2d0558ad514d19e54f483fe18d39156dd401f701b73543e782436cd8
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v1_bsc.Keno_Roll_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Roulette_Roll_event

Roulette game outcome event emitted when a player’s bet is resolved, containing the bet identifier, wagered amount, random result (0-36), selected numbers, payout awarded, player address, and token used. Primary source for analyzing roulette game outcomes and player winnings.
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_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
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.
in_numbersSTRINGPlayer’s selected numbers or positions for the wager. Numeric string representation encoding the chosen bet configuration in the gaming protocol.
in_rolledINT64Randomly generated outcome value from the gaming protocol’s verifiable randomness system.
in_payoutSTRINGPayout amount awarded to the player or winner. Numeric string representation of token quantity in smallest denomination.
in_idaddressin_userremovedin_tokenin_amountin_payoutin_rolledlog_indexin_numbersblock_numberblock_timestamptransaction_hash
60347748216745763792161697647744187038040893033480642952546558294755033712020x073b8573bc82dd35bfab4e7e23ccb9df78e183f80xba18b22d325641b872dbb3b7e0bfe055e913040ffalse0x4e3cabd3ad77420ff9031d19899594041c420aee10000000000000000000000225891447186090213018532022-09-13T16:49:32.000Z0x8c776ad55d0cc1389b8e81986eb107d215609ecdf31e6114ccca488892b7c132
575928032849709500155334612770348177738093619722599030377903041693154701914200x073b8573bc82dd35bfab4e7e23ccb9df78e183f80xba18b22d325641b872dbb3b7e0bfe055e913040ffalse0x4e3cabd3ad77420ff9031d19899594041c420aee100000000000000000000002426091447186090213014552022-09-13T16:29:38.000Z0xeeb9a854a490256ca0aab21c595ce8466ea63c69ccaebeca5e7d1209445a60a3
928468510588502888520321904529936601265674648230179658335288373170468086547620x073b8573bc82dd35bfab4e7e23ccb9df78e183f80xba18b22d325641b872dbb3b7e0bfe055e913040ffalse0x4e3cabd3ad77420ff9031d19899594041c420aee10000000000000000000000358591447186090213016012022-09-13T16:36:56.000Z0x7857699d9708bc168b7f174f2200b265f93fc6bc3eb74069482ad2b6adcfa758
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v1_bsc.Roulette_Roll_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RussianRoulette_AllocateHouseEdgeAmount_event

Event logs recording house edge distribution from Russian Roulette game contracts, allocating gaming profits among initiator rewards, team allocation, dividend pool, and treasury. Contains token addresses and allocation amounts denominated in smallest token units.
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_dividendSTRINGAmount allocated to dividends from house edge distribution. Numeric string representation of token wei or smallest unit amount.
in_treasurySTRINGContract address of the Aave protocol treasury. Hex-encoded, 0x-prefixed, 42-character string.
in_teamSTRINGAmount allocated to the team from house edge distribution. Numeric string representation of token wei or smallest unit amount.
in_initiatorSTRINGAddress of the account that initiated the flash loan operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_teamremovedin_tokenlog_indexin_dividendin_treasuryblock_numberin_initiatorblock_timestamptransaction_hash
0xb1c4b33030ca6ecae14f3803481f06c8e254218f350000000000000false0x00000000000000000000000000000000000000003738750000000000005250000000000002736706817500000000000002023-04-15T10:25:22.000Z0x7787f830cd65172b29c3486dacebdafff965f4b0cdcc022cd1ff56942e43bae9
0xb1c4b33030ca6ecae14f3803481f06c8e254218f420000000000000false0x000000000000000000000000000000000000000013310500000000000006300000000000002764041821000000000000002023-04-24T22:51:26.000Z0xc490d73f4de4786ad8a2675629ff4b6ab0b9189d36d2b4f35b4cfd7874195e9b
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v1_bsc.RussianRoulette_AllocateHouseEdgeAmount_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RussianRoulette_Roll_event

Russian Roulette game resolution events emitted when a round completes, containing player addresses occupying seats, eliminated positions, winning participants, bet amounts, and payout distributions. Used for tracking game outcomes and player performance in the Betswirl gambling 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_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_seatsARRAY<STRING>Array of player addresses occupying seats in the Russian Roulette game round. Hex-encoded, 0x-prefixed, 42-character strings representing all participants before elimination.
in_winnersARRAY<STRING>Array of player addresses that survived the Russian Roulette game round and received payouts. Hex-encoded, 0x-prefixed, 42-character strings.
in_killedSeatsARRAY<STRING>Array of player addresses eliminated in the Russian Roulette game round. Hex-encoded, 0x-prefixed, 42-character strings representing addresses that did not survive the round.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_betAmountSTRINGBet amount wagered by the player. Numeric string representation of token quantity in smallest denomination.
in_payoutSTRINGPayout amount awarded to the player or winner. Numeric string representation of token quantity in smallest denomination.
in_idaddressremovedin_seatsin_tokenin_payoutlog_indexin_winnersblock_numberin_betAmountin_killedSeatsblock_timestamptransaction_hash
20xb1c4b33030ca6ecae14f3803481f06c8e254218ffalse[“0x341e6ae1c1a0e2a45875f2dcca0a9d494b3c9f3e”,“0x92a2819bbfc94d992368a4087ecbb71842f9003a”]0x000000000000000000000000000000000000000055800000000000000134[“0x341e6ae1c1a0e2a45875f2dcca0a9d494b3c9f3e”]2764041830000000000000000[“0x92a2819bbfc94d992368a4087ecbb71842f9003a”]2023-04-24T22:51:26.000Z0xc490d73f4de4786ad8a2675629ff4b6ab0b9189d36d2b4f35b4cfd7874195e9b
10xb1c4b33030ca6ecae14f3803481f06c8e254218ffalse[“0x2c305888a456e7004663bc12a74395e637eabcbc”,“0x2c305888a456e7004663bc12a74395e637eabcbc”,“0x341e6ae1c1a0e2a45875f2dcca0a9d494b3c9f3e”,“0x08c487012496949da1b8db346d6caab38d103efa”,“0x08c487012496949da1b8db346d6caab38d103efa”]0x000000000000000000000000000000000000000046500000000000000374[“0x341e6ae1c1a0e2a45875f2dcca0a9d494b3c9f3e”]2736706810000000000000000[“0x2c305888a456e7004663bc12a74395e637eabcbc”,“0x08c487012496949da1b8db346d6caab38d103efa”,“0x08c487012496949da1b8db346d6caab38d103efa”,“0x2c305888a456e7004663bc12a74395e637eabcbc”]2023-04-15T10:25:22.000Z0x7787f830cd65172b29c3486dacebdafff965f4b0cdcc022cd1ff56942e43bae9
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v1_bsc.RussianRoulette_Roll_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingV1_RewardPaid_event

Staking reward distribution events emitted when users claim or receive earned rewards from protocol staking contracts. Contains user address, reward token contract address, and reward amount denominated in the smallest token unit.
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_rewardsTokenSTRINGContract address of the reward token being distributed. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestampin_rewardsTokentransaction_hash
0xeb5f6571861eaa6de9f827519b48efe979d4d9130x365e9edf596f411c502c153255372b9bfe2a3755false121488910761957496295522462023-06-30T11:19:28.000Z0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c0xce48921c232b3e02b54781a7c815a2c36339eab94504f62e6988d50ec4d88850
0xeb5f6571861eaa6de9f827519b48efe979d4d9130xde9939e9c22c084f9d0d1d58b7640d6aa9503340false41043475293581873122304438932023-07-31T12:35:42.000Z0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c0xffd500b3603ff11cc0b3e4c8f832b01df45a79b869128b16afd6d1834c207438
0xeb5f6571861eaa6de9f827519b48efe979d4d9130x2a3e6b983cb7e1331865d3fe0ca14baf56b4be01false4838740981680844187304575212023-07-31T23:58:58.000Z0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c0x8c9f90d652ee64caac6aa463c88f5a1fc1895777b2882e8d483ff69c331b9dfa
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v1_bsc.StakingV1_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100