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
0xa475f643aa480a3df3e9872b6e80e75ae99b19db3811266372301349952816593075337false0x0000000000000000000000000000000000000000148028584497792260121905633186150674319147002023-09-20T18:43:18.000Z0xf1e8f7fedb56e4a63e12a7b32a663cb564231430cf2e6e9c79b4b5af6e4d9bf1
0xa475f643aa480a3df3e9872b6e80e75ae99b19db3360000000000000840000000000000false0x0000000000000000000000000000000000000000102025200000000000001680000000000000319119882023-09-20T16:26:01.000Z0x52a529c0427213f153dd76d6194df261bc07d582d2c1dba753c91ed51320ecb2
0xa475f643aa480a3df3e9872b6e80e75ae99b19db50400000000000001260000000000000false0x000000000000000000000000000000000000000068037800000000000002520000000000000319143002023-09-20T18:22:24.000Z0x046547f65a26b8c797de50291fb3fb0461a223dd2629e8044f33f3219e99f8f4
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v4_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
576615858355242737780363611352304028270706740023110788893390675366609579990320xa923837812865a279d4a5d92779092bdb9e8884ctrue0xc6be8f56e4f86de185ec9ececf3835440c28b1c5false0x0000000000000000000000000000000000000000200000000000000000false288216470742022-09-25T18:37:15.000Z0x2104f6b92fc6076f859848933162b201d19b62a2f0fb0a12eccc2febae1b45c7
803386507455669625641080585704294864113768242175591240207708323223992269647960xa923837812865a279d4a5d92779092bdb9e8884ctrue0xc6be8f56e4f86de185ec9ececf3835440c28b1c5false0x00000000000000000000000000000000000000002700000000000000000false297216459312022-09-25T17:39:36.000Z0xd2b857554d808d8c1d0d8f631f2e3edefcbecfaedc82b55e9da16b83d2fc482f
74401834183145656603230024824759224863299314353579415583137593755310989231990xa923837812865a279d4a5d92779092bdb9e8884ctrue0xc6be8f56e4f86de185ec9ececf3835440c28b1c5false0x4e3cabd3ad77420ff9031d19899594041c420aee10000000000000000000000false69216447802022-09-25T16:41:27.000Z0x818f7c1ba42f67dcdcbec8404a537f6bd3ac6067eafcbc250609984005aa0f7e
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v4_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
107353792595797257247508392691626698134014918547682468332849069052897669361122500xf85b42ec9ab660dffb5490476f1db4edd39674860x8b25e6e458c4184889d96ad7f59074f917ddbe12false0x4e3cabd3ad77420ff9031d19899594041c420aee10000000000000000000000019300000000000000000000081574238065212022-12-11T07:11:02.000Z0xc9c4b9f7e3648d2299c59d86d4a78825b23937e3dc2a871d0ba7098e05eacec9
42325150812472572523929282241697462198576722214221115743339384055287649916654500xf85b42ec9ab660dffb5490476f1db4edd39674860x8b25e6e458c4184889d96ad7f59074f917ddbe12false0x4e3cabd3ad77420ff9031d19899594041c420aee500000000000000000000009650000000000000000000052105238200322022-12-11T18:43:04.000Z0x8196dbfdd07c8c64510bdaafe9328a1085a697ff9b93f2865fbae639cebc292e
85520078519243097448763157801436305687162679670373681756892402131619190100362730xf85b42ec9ab660dffb5490476f1db4edd39674860x953eedccaa39919fd1df567310c2d3a7c034d390false0x4e3cabd3ad77420ff9031d19899594041c420aee7673674732128751000027426281912978684129682285238016452022-12-11T03:00:20.000Z0xdacd047e03ee870337a36711f277d6a531972fdb31ba9bd0536c43dcbbc406c1
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v4_bsc.Dice_Roll_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100