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_bankSTRINGAmount allocated to the bank from house edge distribution. Numeric string representation of token wei or smallest unit amount.
in_dividendSTRINGAmount allocated to dividends from house edge distribution. Numeric string representation of token wei or smallest unit amount.
in_partnerSTRINGAddress of the partner or referral entity associated with the transaction. Hex-encoded, 0x-prefixed, 42-character string.
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_bankin_teamremovedin_tokenlog_indexin_partnerin_dividendin_treasuryblock_numberblock_timestamptransaction_hash
0x2528401607cc0590d31c2fca129a75dc13b1dbb741228469500625391711030711737515634792false0x000000000000000000000000000000000000000068030921352125469043782061423475031269585335097922022-09-24T13:59:49.000Z0xb3e5c5263c5dc6de18b1f14374c97633ff43cb6bc5e25046dd0735465145696c
0x2528401607cc0590d31c2fca129a75dc13b1dbb74128000000000000010320000000000000false0x00000000000000000000000000000000000000005303096000000000000020640000000000000335146152022-09-24T16:47:48.000Z0x4c0ad883ebe3399aa33c1b3e9d697ac50e6dd6614d91f6ea3da9d3b77a22b276
0x2528401607cc0590d31c2fca129a75dc13b1dbb741283888000000000001032097200000000000false0x000000000000000000000000000000000000000084030962916000000000002064194400000000000335107052022-09-24T14:33:19.000Z0xdcd59eea16fa408bab4c00052b8c6b0772b5715ffbe068dc80911feceaac7d15
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v3_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
591396416785486409421803400460341730304733494734406455647553289813264749137280x5e312882767e3b0efa6bfbbcbbe74d1475fdc939false0xc770c9e0f0c6e91a924dc6975bcffde89c476e3efalse0x62f594339830b90ae4c084ae7d223ffafd9658a79000000000000000000001737000000000000000000false184492939992023-10-29T12:30:42.000Z0x5d6368ce9fed6024f2bdcc8967659f0aa66fafee3643acde37e563ecfbca9689
527085764885824788224303940353057023861178902252755320993811089121933118513770x5e312882767e3b0efa6bfbbcbbe74d1475fdc939false0xc770c9e0f0c6e91a924dc6975bcffde89c476e3efalse0x62f594339830b90ae4c084ae7d223ffafd9658a7200000000000000000000386000000000000000000false145492940692023-10-29T12:33:12.000Z0x697cca3aaf0a029205458deeccc1479a16d9df6ad416dc5a716f321cdc246109
804990713713519251569412452821965772669851687579641153454137333195309739270280x5e312882767e3b0efa6bfbbcbbe74d1475fdc939false0x9062a5e6c63360f4fc6739bda0dce438b622da8cfalse0x62f594339830b90ae4c084ae7d223ffafd9658a750000000000000000000009650000000000000000000false99492980712023-10-29T15:03:17.000Z0xd7aacb38a34152e45db0bb8b27a27168fc3915424ddb61a0d030c3bc8008edd9
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v3_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
84252797793852597335890135600153401548988056451107784629982987186225757044453120x54003260bd79b252483ac6e07dc8a5e0aceb38950x089da352d9b9c929f2e41bd85769fafc31b67376false0x62f594339830b90ae4c084ae7d223ffafd9658a7200880518000000000000002202837498522727272727273117338173282022-10-02T01:07:09.000Z0x690702ca6e163149713d88f40d21e2f10ff3dce5750ad2b5094dd3b271e1aba9
92741370951709576751041229696705453598348385451620332943876536210034683600723300x54003260bd79b252483ac6e07dc8a5e0aceb38950x200155d850c9afe5e04cbf95a3ff8162504ea14bfalse0x62f594339830b90ae4c084ae7d223ffafd9658a789800000000000000000012379571428571428571434179338512492022-10-02T20:43:55.000Z0x3d39b62ce38a0b1583340e496ee30edc0760a7ec973ee32e5766e5e7d2ee2a99
59924200666576386682547136865792762847171656220284206617082770874898234791437490x54003260bd79b252483ac6e07dc8a5e0aceb38950x200155d850c9afe5e04cbf95a3ff8162504ea14bfalse0x62f594339830b90ae4c084ae7d223ffafd9658a74500000000000000000000851470588235294117647066156338512912022-10-02T20:45:23.000Z0x6cc9317331a459b8615c18575ae521fd96d79e3149cd63589e6026c609f5ab7f
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v3_polygon.Dice_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
668304120189153208715602069720449523188650736419962287759390388540430163512310xc518fbe02c4125e8e7e63b05cd9ddddbee6b9d490x806346b423ddb4727c1f5dc718886430aa7ce9cffalse0x4e3decbb3645551b8a19f0ea1678079fcb33fb4c45018531375956590004051780370164532991511921082132736367169102022-12-11T22:59:52.000Z0x9714b081949e1d636001718e05ae7fc08af85e4ebc4afacc9d631e7f3dbd8b2c
893427210412340047849936807140653053883803574294861307272290619383463073955040xc518fbe02c4125e8e7e63b05cd9ddddbee6b9d490x36b3560b03e67325732bde47e345f8a28d202116false0x00000000000000000000000000000000000000005000000000000000000278945991767380367059192022-12-11T16:19:27.000Z0x31c16fba3a708a8d6514cad357319ea6865a642249c7770734dcb65e6ac2fb34
25020704459264117988719280201902258011044022889087028287784008963229673879360xc518fbe02c4125e8e7e63b05cd9ddddbee6b9d490x36b3560b03e67325732bde47e345f8a28d202116false0x0000000000000000000000000000000000000000330000000000000000660018333333333334213845991767380367059382022-12-11T16:20:09.000Z0x16765d457f607c917d507d30f9ce66f65f01427f03de3af2bb4bfda92eb34d53
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v3_polygon.Roulette_Roll_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100