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
0x999b6d28a9e78c4be13d51469c49585d6d25be5e240000000000000006000000000000000false0x00000000000000000000000000000000000000009301800000000000000012000000000000000505673222023-11-30T09:21:55.000Z0x50179a467edf0ef19f0c81ef19cb04c0b77e146ead479e62b529a34be65ec3e8
0x999b6d28a9e78c4be13d51469c49585d6d25be5e240000000000000006000000000000000false0x000000000000000000000000000000000000000012701800000000000000012000000000000000505522852023-11-30T00:28:45.000Z0xd1c62c3850329fcdabd78c0c6807a02090e5272f91d69ee330b059e283c8bc87
0x999b6d28a9e78c4be13d51469c49585d6d25be5e240000000000000006000000000000000false0x000000000000000000000000000000000000000022701800000000000000012000000000000000505570492023-11-30T03:17:35.000Z0x3ce5fb6ee8552805178fc8e400e943100f89100d9010864ce00aee12f593c16a
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v4_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
107677377742582628769225882148211050616616992959216465816829370372779402990140x060c4f055a3f7797405863518024a82ea1fcb82ffalse0x863c5bf79bb048958f35636cc3455cd61766c36afalse0x000000000000000000000000000000000000000025460000000000000000true195342447482022-10-12T08:55:03.000Z0x208c920ef9c681f505791e286c66ded5a9709d01d8aacacefc3600c52d722401
374547806784618721594306251771117300695383278184677247753789365239439090353390x060c4f055a3f7797405863518024a82ea1fcb82ffalse0x863c5bf79bb048958f35636cc3455cd61766c36afalse0x00000000000000000000000000000000000000009600000000000000000true540342439092022-10-12T08:25:50.000Z0x29a93925bd80ae046f3555bb0dc7c9baf26807f69bd14923f7c917d34d548d80
739704962554100224636462550719030460167123566683165466494159924363610486690360x060c4f055a3f7797405863518024a82ea1fcb82ffalse0x863c5bf79bb048958f35636cc3455cd61766c36afalse0x00000000000000000000000000000000000000007554600000000000000true261342449282022-10-12T09:01:15.000Z0xa3a6b8fb75ff09fda883180a805b50ed3427476a574bf8bcecc65d745910996d
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v4_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
11462975441123984948779673276843327937316213315375002553733034164939745275393650x4fa6a722b8c8c75cf1863f5c722ce001c67c70950xd6a575231308c5df0b626883f83778b440f66289false0x0000000000000000000000000000000000000000100000000000000000000256333623582022-09-20T23:58:40.000Z0x1a2d61cafecaec6db1b9abdb6b3e5df17961c8d01ce074ffce1bba1309f32ea2
53435755433294094965883645103910374908352364589092431600952194478170328235949120x4fa6a722b8c8c75cf1863f5c722ce001c67c70950x425173da2eba8e6d6a7fa9786657cac27850273ffalse0x00000000000000000000000000000000000000001000000000000000000002431333597252022-09-20T22:26:02.000Z0x09abb876e5cacb09ed90b6bb84f0700ad6ef7096632893f49f973ee442b19081
82124768215732748041413814265590724703258130315608849339732313602198246994057180x4fa6a722b8c8c75cf1863f5c722ce001c67c70950x6ca1aa8e21db8f05dc961e07d6bb1fba66e2bd57false0x00000000000000000000000000000000000000001090730131993515000016136333531192022-09-20T18:31:58.000Z0xb71766352c64f8b6116a3271785ad57c4831af9147868905f427daf51f70a85b
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v4_polygon.Dice_Roll_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100