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
0x908a71b19b25f3c7cdc7597136d8f4ac068d4971139200000000003480000000000false0x000000000000000000000000000000000000000010104400000000006960000000000262925462023-02-15T14:38:20.000Z0xc3adb27c87b0b9569d16afbafda645d61d11226657c51b339628595c582898d2
0x908a71b19b25f3c7cdc7597136d8f4ac068d4971239760000000005994000000000false0x0000000000000000000000000000000000000000301798200000000011988000000000262949472023-02-15T15:59:42.000Z0xde3fc2a47f612f13018c67b4a67004d3ab845f1b6f4e081e444d7b8182270632
0x908a71b19b25f3c7cdc7597136d8f4ac068d49714559760000000011399400000000false0x00000000000000000000000000000000000000001003419820000000022798800000000263016812023-02-15T19:46:01.000Z0xd5690c9636466d6dc052f8ded1306eb172e985e7acd51e55ee9b4bfd9129b977
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v3_avalanche.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
190638245851516812866666566857029812070512132277009052794882545686058117183530x6d47cb207ee241ce67b2750402de44bd1ba45482true0xce4c48957bf7ef684dd23fa1ee276d2957c2854ffalse0x0000000000000000000000000000000000000000270000000000000000523800000000000000true24189351072022-08-21T15:09:03.000Z0xb18e66e9b2dda7b6ad07e1898be67b72b5026df73f62f5966413a41c405cb67b
187710271158730769659015206660287295435068389020832402228728581983184543693010x6d47cb207ee241ce67b2750402de44bd1ba45482true0xce4c48957bf7ef684dd23fa1ee276d2957c2854ffalse0x00000000000000000000000000000000000000001200000000000000000false11189350912022-08-21T15:08:30.000Z0xcb31f24332c380a1c2493f5b4a8ccbff06a484d2660c1b002ba22256717583b3
1107859657676116388451383283720227471006161912172395310945279732443442262327650x6d47cb207ee241ce67b2750402de44bd1ba45482true0x2c305888a456e7004663bc12a74395e637eabcbcfalse0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e10000000false3163578802022-06-22T06:26:29.000Z0x6a514e9c3ab4be3f077640dcccf55512594cefff8c2f8f034cf2b3d4724804ec
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v3_avalanche.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
65503484370645788839620661268601406125779174398356847295903940679809016867967400xa149c31657584a40f449780392312973c097f9000x241dd49319a9c692a81ff24623f0d8536ee91a07false0x000000000000000000000000000000000000000010000000000000000001553183693492022-08-08T09:22:09.000Z0x3d5123d35fa6e9ae2dcafbf141e29630793a247504470fa8754d3b0190f29bef
49736340470411240712926906901389031989137326457670020540861341636063253427766200xa149c31657584a40f449780392312973c097f9000x19af8ee9aff0d9909c918af7e3c5e75d45eed518false0x00000000000000000000000000000000000000003000000000000000000161163303732022-06-21T15:09:33.000Z0x6ca23640c84568b19379eb02f08015d51a18c1a24474136a8c0b3832c4ce4ad0
64100612527789336249283193852974598045557601190202841946064570320810889336191300xa149c31657584a40f449780392312973c097f9000x19af8ee9aff0d9909c918af7e3c5e75d45eed518false0x0000000000000000000000000000000000000000624189798265255300081163304032022-06-21T15:10:33.000Z0xc0d2326afac7f11da685fe7e2781d35c75946004d04a47fbc189641a2cf5d87b
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v3_avalanche.Dice_Roll_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100