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
0x2a555e3ad89571b931ff6c7b8b7e655d62dbc9f861767121441090false0x0000000000000000000000000000000000000000352026471623474750219733502022-10-07T15:38:55.000Z0xf4dbb58befe944f6bd84402be8eaac0303af921d92ed280a90cffaa39129a8a8
0x2a555e3ad89571b931ff6c7b8b7e655d62dbc9f8723273467561950false0x00000000000000000000000000000000000000002690309974343240830219733052022-10-07T15:36:40.000Z0xb2a71befd39f5fde31b5e3cec0c932c2892574d1c1f6e817d4caf4b49932b539
0x2a555e3ad89571b931ff6c7b8b7e655d62dbc9f81035999999999990false0x00000000000000000000000000000000000000001180443999999999990219816522022-10-07T22:36:34.000Z0x16765d348d6d4c56a02a936de01ddf33ba0e8dd19b4204f9864d7b8bef0d0395
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v3_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
816478411947835823908584843327503886578875177025515742122621629882122126549190x8bae4264c83b2dcc58c5aca33e4414a0cbad2ebffalse0x04aaba24543006976da65646f234686833109a1dfalse0x4e3cabd3ad77420ff9031d19899594041c420aee10000000000000000000001930000000000000000000false202206749912022-08-22T21:31:34.000Z0x833accd1dcdd2cf2c090c3ec720362514ce16bf15fe870c3d0ae5594202b145d
618855831063662436983354595083798140729100743105571679604298768960139460405770x8bae4264c83b2dcc58c5aca33e4414a0cbad2ebftrue0x06b57ce8f126b4224757be5c782b2f7af99684b8false0x0000000000000000000000000000000000000000550000000000000000false101206596182022-08-22T08:42:44.000Z0x91e5d2398654ddbd75aa9059a7e9bbe659e91e2525c7af01a78f2f64ee6b57c1
672542979948920443094513710883944951963084908721885991497206237519134541590770x8bae4264c83b2dcc58c5aca33e4414a0cbad2ebffalse0x06b57ce8f126b4224757be5c782b2f7af99684b8false0x00000000000000000000000000000000000000001200000000000000000true101206596352022-08-22T08:43:35.000Z0xdef62767189de98c60c072fe34190d29feea4b0cc0ade52fbddbd52ab47eb86c
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v3_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
2130817614779921594661452960039838932686259332123084517635573508505245420014280xcfe6e9c9452381d68186a511bb78450fdb43a75d0x5396771db5f28317cf96fd04f39e9c5d6e8bd627false0x000000000000000000000000000000000000000020000000000000000021086956521739130426350195468742022-07-14T15:22:42.000Z0x65f967f6202aa48b7c8249dd154a395dfee324da49e3d5e5aca0f94e972b0d6b
17909904478978218108381914651934721336655954630120403265155787888104093365710100xcfe6e9c9452381d68186a511bb78450fdb43a75d0x5396771db5f28317cf96fd04f39e9c5d6e8bd627false0x000000000000000000000000000000000000000020000000000000000021555555555555555676316195468492022-07-14T15:21:27.000Z0x5926af9d5a93139fb07197f37ddd36a178ac50689532febd9a68d66bc2a0dd89
86068119771397685166893902954093496919696880606498620631388722026761084891419110xcfe6e9c9452381d68186a511bb78450fdb43a75d0x1d9a2b7beedfd3955e2e3b5da1a4fd91847ecddefalse0x4e3cabd3ad77420ff9031d19899594041c420aee238916143711534420000002590495266085738374157342200195355492022-07-14T05:55:27.000Z0x8f1b7236a47b63cdf9bf5802b43eb3c2d65676100ca95cfdb92d5b03deadaa05
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v3_bsc.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
376736789301626398735166263648160146560530480767055333126906565664884468275140x6a3b4c2812e91ec6f3b72b2a04d517770e57dbb20x56e8fbfd3ba418726cfe0d0a6304876be8b8628efalse0x00000000000000000000000000000000000000001000000000000000002015991447186090251347562023-01-27T00:29:39.000Z0x6b8f1b5ce8751e70bb8ac06b70494a70c151d2fdd87485db764a6cc2a97f109a
862806661393510561948346541589791364086990102376402869332278892077404333790600x6a3b4c2812e91ec6f3b72b2a04d517770e57dbb20x56e8fbfd3ba418726cfe0d0a6304876be8b8628efalse0x00000000000000000000000000000000000000001000000000000000003110991447186090251348582023-01-27T00:34:58.000Z0xb3b25a6ec45333719da0edc0654bb290f59bf6f974a1cc217eeeaf4a295efebd
65270778863813171485112547563559957419983155849157901175405131137639160834650x6a3b4c2812e91ec6f3b72b2a04d517770e57dbb20x56e8fbfd3ba418726cfe0d0a6304876be8b8628efalse0x0000000000000000000000000000000000000000100000000000000000217791447186090251348392023-01-27T00:34:00.000Z0xbee44efe546262e0d3cd941116c9817f1032508aef24c0bb4a04e1242407301e
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v3_bsc.Roulette_Roll_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100