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
0x72a5b0295eaacc8c005ec6a800cb9beced73da0e0false0x0000000000000000000000000000000000000000106006000000000000000272083752022-04-16T14:32:26.000Z0x3494443ff0dddffdd3432cee2254df4097f71dcb77510cc19a8cc415a638218b
0x72a5b0295eaacc8c005ec6a800cb9beced73da0e0false0x00000000000000000000000000000000000000002900135000000000000000272237962022-04-16T23:47:01.000Z0x90d7b800d9540df9afe2598510a3717d80ee57c8b9cc9c68f91b49738a96df8c
0x72a5b0295eaacc8c005ec6a800cb9beced73da0e0false0x0000000000000000000000000000000000000000119001500000000000000272083602022-04-16T14:31:56.000Z0x0783ca35dee57f33724dc150b3d294f798534d47b05727f192c050a947e7c035
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v1_polygon.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
898245954366588241798325248012271700538882810733966361178936956896688010232370x67cf8c56c09d747db83a94d5828c4dbcb13487f9true0x22eef082c1f80758d092a802f77d665480dfb835false0x000000000000000000000000000000000000000010000000000000000000false494254427522022-03-01T03:03:08.000Z0xcebae71d4e71e236399da7796ab6e4d5c87ed70c695324e06fe7fc820e287d01
971590084313160244743400717102718086341540240010923938660019499474618109223400x67cf8c56c09d747db83a94d5828c4dbcb13487f9true0x22eef082c1f80758d092a802f77d665480dfb835false0x000000000000000000000000000000000000000010000000000000000000false87254560782022-03-01T11:47:38.000Z0x62f6e65f443ee3b4c32ca22ed304e17f28013e207910cd6aed3e790df78685ff
295755647861129911592533381171153147771152620067533515074082266263304550444750x67cf8c56c09d747db83a94d5828c4dbcb13487f9true0x22eef082c1f80758d092a802f77d665480dfb835false0x000000000000000000000000000000000000000010000000000000000000false235254570192022-03-01T12:21:10.000Z0xc526446a49cfc05deb374897ff6e96c17f5b2f91765ae3aefcf93fc3227ffc30
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v1_polygon.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
45163987509750309154950906901790623016386117636072247902646534330280372451542600xc38842415049f265f6714154bd3fc120c554b54c0x35288cdc877f90b575abc70f5d02560f6d7e868efalse0x0000000000000000000000000000000000000000100000000000000000001381257294432022-03-08T14:59:00.000Z0xe0c5d9d2c31b295475632900aade0e63d5e52fce56f45c3525f51b14e95da1ae
79429219029834366068302447418880396630056240085838340823507072402903511225864600xc38842415049f265f6714154bd3fc120c554b54c0x35288cdc877f90b575abc70f5d02560f6d7e868efalse0x0000000000000000000000000000000000000000100000000000000000003671257294682022-03-08T14:59:50.000Z0x8b866777c18b8ea0999164c5d0a7947101dedfff792cb20da1ebe97c5ba20a2d
8524066028730857733883514952478482964976727268164734367976747832213870468008500xc38842415049f265f6714154bd3fc120c554b54c0x50b13f2f79fa06ab33f5eaf7ddea666499c36de2false0x000000000000000000000000000000000000000010000000000000000049108257411982022-03-08T22:06:38.000Z0x4baa26be31bf96aa9441f1c8b1968b898484758d7370adac4da5f098d908f422
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v1_polygon.Dice_Roll_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Keno_Roll_event

Keno game roll outcome events from BetSwirl casino protocol on Polygon, recording bet amounts, selected numbers, random roll results, and payouts for each wager. Used for analyzing game outcomes, player betting patterns, and house edge performance.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_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
1015526249082520174685477395713219524270614513464600931571812514362612574061150x85965f322e8da9ecb1f3abf75b0144042f6f88730x0e6621085de7b28c5a84adeaec7790b7f8efc57bfalse0x0000000000000000000000000000000000000000200000000000000000016047680000000000001051031136439861162023-06-16T18:22:25.000Z0xfe75af16237628e0e3c9b049649c7ad95e3077c9958b90c967c32658515b9ae1
677965963728130011766501491793630844170968176549701706483001491969229451395290x85965f322e8da9ecb1f3abf75b0144042f6f88730x0e6621085de7b28c5a84adeaec7790b7f8efc57bfalse0x000000000000000000000000000000000000000020000000000000000008023840000000000009225781136439861352023-06-16T18:23:05.000Z0x704588f5fd8fd08e1c6ff48c4e6a7f73eee6e9ed5f5417abc14bc16d9e0716bd
441774906270118389768323138256642062891953710782418764164761323961443699942650x85965f322e8da9ecb1f3abf75b0144042f6f88730x2c305888a456e7004663bc12a74395e637eabcbcfalse0x0000000000000000000000000000000000000000100000000000000006686210000000000143527144439852422023-06-16T17:48:07.000Z0x256a118f5d9cd32ae6b9483f335f520e850f302ccf5e8070fc27ebe56c9bf72b
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v1_polygon.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
1035752899529360558465411332864818836167998294330124596746249749206173249002180xc63cf4c40864186a942a3762d4eaccb9645a66b20xcde2f94112479ce21097367b273d55975bcfc6e1false0x0000000000000000000000000000000000000000100000000000000000003570520874320948842022-08-20T02:31:20.000Z0x6e6eedcf1582bbf913bc7bf8fb6dc4dc39c32610481389d65431d08d09690749
373014204860306786875313996638981399401969163070292564014127304551259327982380xc63cf4c40864186a942a3762d4eaccb9645a66b20xcde2f94112479ce21097367b273d55975bcfc6e1false0x0000000000000000000000000000000000000000100000000000000000008441048576320939062022-08-20T01:51:20.000Z0xf26a924f86b4703c625172a1a7c0402993b5e8f593f95a92a66bf961759555f9
484559580297349822878849158957232379526290603564814022260594987566954633418970xc63cf4c40864186a942a3762d4eaccb9645a66b20xdac4d5e4f69e58e66b178fb98101b78a95706816false0x9246a5f10a79a5a939b0c2a75a3ad196aafdb43b150000000000000000000000210291447186090321111852022-08-20T12:30:01.000Z0xf733f865e00bacf08e5acabb2669b5250ae1cc95220c4b42ffe35c6b93df93cc
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v1_polygon.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
0x58645a4488b9e7a05a3ec5dc874bfa5abbd62cfc49000000000000000false0x000000000000000000000000000000000000000012012250000000000000073500000000000000467959952450000000000000002023-08-27T00:08:28.000Z0x80fe329ccb4b14a723182b9105cdca5e0d72327be1ea7d4d32504c3194e75d20
0x58645a4488b9e7a05a3ec5dc874bfa5abbd62cfc42000000000000000false0x00000000000000000000000000000000000000006610500000000000000063000000000000000467959482100000000000000002023-08-27T00:06:48.000Z0xcf920625e2da68d8afe96b56cc987f00153408f5fe12b959fc88e0bf549ce8dc
0x58645a4488b9e7a05a3ec5dc874bfa5abbd62cfc350000000000000000false0x0000000000000000000000000000000000000000768750000000000000005250000000000000004679621217500000000000000002023-08-27T00:16:42.000Z0x8079d60a04192857a93041892258167a1a8441a19b83813b32605650101079fc
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v1_polygon.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
280x58645a4488b9e7a05a3ec5dc874bfa5abbd62cfcfalse[“0x303eff4eb381e966052d4d9ad5560e9fd778db39”,“0x303eff4eb381e966052d4d9ad5560e9fd778db39”]0x0000000000000000000000000000000000000000186000000000000000078[“0x303eff4eb381e966052d4d9ad5560e9fd778db39”]451211991000000000000000000[“0x303eff4eb381e966052d4d9ad5560e9fd778db39”]2023-07-15T20:35:46.000Z0x01455f887ee1a5c82bdd01d669371869553ab684627b0dda3e4d77b50a1a6060
360x58645a4488b9e7a05a3ec5dc874bfa5abbd62cfcfalse[“0xed684079af754343484a7cd29db21d3a6d1dbdf7”,“0x21724584c0e2bd499c0dd273d616cf27afe9b3d0”]0x00000000000000000000000000000000000000005580000000000000000137[“0x21724584c0e2bd499c0dd273d616cf27afe9b3d0”]530143843000000000000000000[“0xed684079af754343484a7cd29db21d3a6d1dbdf7”]2024-02-01T21:55:58.000Z0xfb2da0e9b8582d259359108f2f2638e8f980020e1b69733651f1891642297dc1
330x58645a4488b9e7a05a3ec5dc874bfa5abbd62cfcfalse[“0x82585832c33ce8812b2933a6cab0da9eb1ec05bd”,“0x82585832c33ce8812b2933a6cab0da9eb1ec05bd”,“0x30b766cccf3b89cdfe5c8e8c632c4e38b9adc6ae”,“0x30b766cccf3b89cdfe5c8e8c632c4e38b9adc6ae”,“0x30b766cccf3b89cdfe5c8e8c632c4e38b9adc6ae”]0x0000000000000000000000000000000000000000465000000000000000069[“0x30b766cccf3b89cdfe5c8e8c632c4e38b9adc6ae”]474031601000000000000000000[“0x82585832c33ce8812b2933a6cab0da9eb1ec05bd”,“0x82585832c33ce8812b2933a6cab0da9eb1ec05bd”,“0x30b766cccf3b89cdfe5c8e8c632c4e38b9adc6ae”,“0x30b766cccf3b89cdfe5c8e8c632c4e38b9adc6ae”]2023-09-11T06:50:29.000Z0xdf00cc772288b22eb79480c0254365ac47ae93f64b5514d9d0a0619e8e4129fb
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v1_polygon.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
0xa184468972c71209bc31a5ef39b7321d2a8392250x057532933627b16d7ded57921f58a0c1ecf8d63cfalse431204420894000000095443724432023-06-26T20:25:07.000Z0x0d500b1d8e8ef31e21c99d1db9a6444d3adf12700x6677f2c3fc4bdb46e2dadca4259f17c361492ed3fe100ccf3a11ffd389bfb042
0xa184468972c71209bc31a5ef39b7321d2a8392250x1523b038ecba1629c4018caa15f39f27f9ecb4d5false193116294593657304727227446286712023-07-03T09:36:32.000Z0x0d500b1d8e8ef31e21c99d1db9a6444d3adf12700x338b08328643bfdf1affd4ee749d6a98fc8316d29433d6c98195d70f7871a912
0xa184468972c71209bc31a5ef39b7321d2a8392250x252da81d73f596bdc8a122a5e8d553dfe6c7d361false46424372918821903541486446406912023-07-03T16:59:39.000Z0x0d500b1d8e8ef31e21c99d1db9a6444d3adf12700x0d8d5ca3c84163275c2cd10d980772e59db2e2e0bbbbd6918eb63ee97c3afb90
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v1_polygon.StakingV1_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100