Skip to main content

Tables

Referee_BatchRewardsClaimed_event

Batch reward claim events from Xai Network’s Referee contract on Arbitrum, recording challenge-based reward distributions with challenge IDs, reward amounts, and key counts. Used to track validator/referee reward claims and payout activity in Xai’s gaming-focused Layer 3 protocol.
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_challengeIdSTRINGIdentifier for the XAI Referee challenge associated with this batch reward claim event. Stored as a numeric string representing the challenge number in the XAI gaming protocol.
in_totalRewardSTRINGTotal reward amount distributed in this batch claim event for the specified challenge. Stored as a string-encoded integer representing the token amount in smallest units (wei).
in_keysLengthSTRINGNumber of keys claimed in this batch rewards event from the Xai Referee contract. Stored as a string-encoded integer, commonly ‘0’ when no keys are claimed in the transaction.
addressremovedlog_indexblock_numberin_keysLengthin_challengeIdin_totalRewardblock_timestamptransaction_hash
0xfd41041180571c5d371bea3d9550e55653671198false232153876170405902024-05-27T00:01:02.000Z0xc714b105c51c9c2c7ae0c3be93deb28f6a265468c1106e4c3564cac4eb971ecc
0xfd41041180571c5d371bea3d9550e55653671198false142153875360405902024-05-27T00:00:42.000Z0x6b0e25dce398e3d608b91bb6d5c4f1771de1a0c0c24f8f31b7449bbefe0ce834
0xfd41041180571c5d371bea3d9550e55653671198false22153876400405902024-05-27T00:01:08.000Z0xd596ff036af321779b2474b4b61fd6749cf693869a38ed4b0d9c202eab19dfd6
Query with partition filter
SELECT *
FROM `tt-contracts.xai_v1_arbitrum.Referee_BatchRewardsClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Referee_RewardsClaimed_event

Reward claim events from the Xai network’s Referee contract on Arbitrum, tracking challenge-based reward distributions with claim amounts and challenge identifiers. Used for analyzing validator incentive mechanics and reward distribution patterns in the Xai gaming blockchain.
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_challengeIdSTRINGIdentifier for the specific challenge associated with the claimed rewards. Values are sequential numeric identifiers (e.g., 309, 510, 605) representing distinct challenge instances in the Xai Referee system.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberin_challengeIdblock_timestamptransaction_hash
0xfd41041180571c5d371bea3d9550e55653671198false294393093053154231502621708406193092024-01-15T22:57:54.000Z0xe4ec547f2635818bb87bc63b4665b974a683fb9e135e469715a7d4865534ec98
0xfd41041180571c5d371bea3d9550e55653671198false2205271897052718970521541708389055102024-01-15T22:50:10.000Z0xc8911fa49860b6dead102411ddbd4b7f692b1a205ec20443fdfd31629f145a96
0xfd41041180571c5d371bea3d9550e55653671198false212789393575262356805531708381396052024-01-15T22:46:37.000Z0xedbb67012ce2f722b6cf8e658e297e7b7cb2cf705c4cfea7197ef59a08b402b9
Query with partition filter
SELECT *
FROM `tt-contracts.xai_v1_arbitrum.Referee_RewardsClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100