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_dividendSTRINGAmount allocated to dividends from house edge distribution. Numeric string representation of token wei or smallest unit amount.
in_referralSTRINGReferral code identifier associated with the transaction. Numeric string representation, often ‘0’ when no referral is present.
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_teamremovedin_tokenlog_indexin_partnerin_dividendin_referralin_treasuryblock_numberblock_timestamptransaction_hash
0xf26e41e3714efe1ff03b423f45dcc31a98c21867101562500000000false0x000000000000000000000000000000000000000024702187500000000000148437500000000204585892022-08-15T08:59:44.000Z0x50643eb4c44ab4b56b83411bd9c19d0c0ae757d9a9c1ff42c1a31883bd8bac96
0xf26e41e3714efe1ff03b423f45dcc31a98c21867101562500000000false0x000000000000000000000000000000000000000028902187500000000000148437500000000204585672022-08-15T08:58:38.000Z0x0a531e4c6f191ab9e94bca663f2cda0ff15567f4f66b12c3e1bd0faf5cf28709
0xf26e41e3714efe1ff03b423f45dcc31a98c21867166666666666666false0x000000000000000000000000000000000000000030103589743589743580243589743589743204562722022-08-15T07:00:04.000Z0xe07624f49083eccc5ff57ab0ac65a96dfb5be12c4744987f2eee49197e19873e
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v2_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
729782980021976736626093148898202222905582545014961029052566016421990774480430xa6d00859fa870620b8b79294cd9c6b02fcf982f4true0x2ae6471264de2c283b14ac874d689ae62c0850a9false0x0000000000000000000000000000000000000000500000000000000000false141186597252022-06-13T18:28:46.000Z0x5524359c84b45eb7099a32445d86accdc4cd525cdbe5df026dbdeacef2f589c9
681690021666227838719587188638373327994743543559328703280806511765771204646660xa6d00859fa870620b8b79294cd9c6b02fcf982f4true0x2ae6471264de2c283b14ac874d689ae62c0850a9false0x0000000000000000000000000000000000000000500000000000000000false189186629272022-06-13T21:09:52.000Z0x9233e88d65b2c8026273dc0eddd08a2698f73495420f117cea33b925dfd566a3
644386633455546772308341684366838425348448433700470131827341621611896959775410xa6d00859fa870620b8b79294cd9c6b02fcf982f4true0x4417de67fbb1c2c77718e4733c07e19976a7eaf7false0x0000000000000000000000000000000000000000500000000000000000false132186616432022-06-13T20:05:40.000Z0x162de1c41989f3dc0e83c323337530982381219d436b2e44df50fe7b4a136ce0
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v2_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
7221969372007881873788177450827827054732224683074060252939122918808967878624140xebe9f31b4f276bd42ff45946514710babc48ce5f0xa9fb562ccbdefa02138acbe8acf8253f3e62a8bafalse0x4e3cabd3ad77420ff9031d19899594041c420aee5000000000000000000000502604166666666666666710323185748542022-06-10T19:15:42.000Z0x83a7bdebb97f74a62ba1480444816f5a94885ebba58116967003e7925804dd96
8222967854840028322325593145852235155991783544164404153235866244746235429029140xebe9f31b4f276bd42ff45946514710babc48ce5f0xecae1f4e41c3a45f14fc78c4a2ab17421004bde8false0x4e3cabd3ad77420ff9031d19899594041c420aee500000000000000000000050260416666666666666678109185541932022-06-10T01:56:45.000Z0x0b1fa158099c5105f7200affa15c9cba718ea36bddbfc880604ccef849d9c2a5
8426502217820216300377042735101314916839218243874476639601173876339637532307840xebe9f31b4f276bd42ff45946514710babc48ce5f0x4f80ef22ba5f4221162f9a5d6ea237b3f416ebc7false0x4e3cabd3ad77420ff9031d19899594041c420aee5000000000000000000000502604166666666666666716319185669622022-06-10T12:37:09.000Z0xd80ca3086c7946d22c83bed0f03189270ba72d1a589d06e35e9988e0eb5cb6f4
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v2_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
568108410118109487189555045304929448957562750346773275988488457043035077505540x105ad8cce099d051b6320d645671a3532b6159f70x6991c1b476d580167cfdff0cf87bf77b6ad48398false0x0000000000000000000000000000000000000000500000000000000001219145812984490221145612022-10-12T15:03:06.000Z0x858bd0574bf59ddf0815df15c26267127a198fdfb1be819f1db88e7387cc9339
1038630095622421310951081503038832714878271022245210764502789066381024740895820x105ad8cce099d051b6320d645671a3532b6159f70x6991c1b476d580167cfdff0cf87bf77b6ad48398false0x0000000000000000000000000000000000000000500000000000000003027845812984490221145372022-10-12T15:01:54.000Z0xa77ef98d4dda1db482abff3b46b0cb54a5562927a0f61d6793b813aacd2762e3
1088570559164294203735938253602461441229855096001173233021957741731968976638530x105ad8cce099d051b6320d645671a3532b6159f70x9f9672eb14d26d2cfe289396d41fc71154bf1d12false0x4e3cabd3ad77420ff9031d19899594041c420aee1000000000000000000000028241128221036782022-10-12T05:45:10.000Z0xe1e20318f519f422d972fa34d260521179c9b2acb1b449dbb9bae55bce959205
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v2_bsc.Roulette_Roll_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakingV2_RewardPaid_event

Staking reward distribution events emitted when users claim accrued rewards from staking contracts. Records the recipient address, reward token contract, and reward amount paid out.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardsTokenSTRINGContract address of the reward token being distributed. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestampin_rewardsTokentransaction_hash
0x20df34ebe5dcb1082297a18ba8d387b55fb975a00xfc4848605c2201091a3df1b64b9c40cf730b7569false126054497917218551151324962602023-10-11T00:58:39.000Z0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c0x73d468cadc03fc20e52b46427ad97e14c4cbfce02922d3a47e51c385e40155ae
0x20df34ebe5dcb1082297a18ba8d387b55fb975a00x69e24369bfeda80348bd5104df01c4d8b33ecff9false14163775118732707137325229332023-10-11T23:18:35.000Z0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c0xbcf7b3d4ab08c648f4987021ff6af00aceab953662215406894ebc1ebf46da58
0x20df34ebe5dcb1082297a18ba8d387b55fb975a00x523d0cd051e272856a2c925c08a5fba8425c4944false908304618100000670305619402023-08-04T15:18:10.000Z0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c0x8c45a4624ee15f41bd307afc6982a8dcbfd6e379ef1623474b0354d98e4ed687
Query with partition filter
SELECT *
FROM `tt-contracts.betswirl_v2_bsc.StakingV2_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100