Skip to main content

Tables

AethirCore_ClaimReward_event

Reward claim events from Aethir decentralized GPU infrastructure protocol on Arbitrum, tracking when providers claim rewards for container operations. Contains provider addresses, nonce sequences, and container bitset data for analyzing compute resource provider earnings and claim patterns.
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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_containersSTRUCT<count STRING, offset STRING, bitset STRING>Provider’s container identifier set represented as count, bitset, and offset fields. Describes which containers are being claimed for reward in this transaction event.
addressremovedin_noncelog_indexin_providerblock_numberin_containersblock_timestamptransaction_hash
0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42dfalse390610x449cffeb595a2098c120da97c6462d8a488dac85313771398{“count”:“6”,“bitset”:“0x3e000000000000000000000010”,“offset”:“0”}2025-03-09T05:10:41.000Z0x0bcaffba6fdc53b220904e47cd8202c6618eee265addcbd65160152ea143e190
0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42dfalse390710x449cffeb595a2098c120da97c6462d8a488dac85313771474{“count”:“6”,“bitset”:“0x3e000000000000000000000010”,“offset”:“0”}2025-03-09T05:11:00.000Z0x69b018e9af440eab0c072814cb4655e4f28e7e0284569e9776e03a5dc06d6190
0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42dfalse389810x449cffeb595a2098c120da97c6462d8a488dac85313770837{“count”:“6”,“bitset”:“0x3e000000000000000000000010”,“offset”:“0”}2025-03-09T05:08:20.000Z0xe18b7f3e2ab809d0133cc0252feade77efe7494b9eecfa69b28619b055fd5ef1
Query with partition filter
SELECT *
FROM `tt-contracts.aethir_v1_arbitrum.AethirCore_ClaimReward_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AethirCore_ClaimServiceFee_event

Service fee claim events from Aethir’s decentralized GPU cloud infrastructure on Arbitrum, recording when providers claim fees for container services. Tracks provider addresses, claim nonces, and container metadata (count and bitset) for analyzing GPU resource provider revenue and activity patterns.
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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_containersSTRUCT<count STRING, offset STRING, bitset STRING>Composite record identifying the set of Aethir containers involved in this service fee claim transaction. Contains count (number of containers), bitset (bitmap representation of container IDs), and offset fields for efficient storage of container selections.
addressremovedin_noncelog_indexin_providerblock_numberin_containersblock_timestamptransaction_hash
0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42dfalse272130x0087bc59e23ba9b27b49bf22ac99d027491ddde5296052783{“count”:“6”,“bitset”:“0x3e000000000000000000000010”,“offset”:“0”}2025-01-16T14:29:57.000Z0xc6083cc26aac5ee4309379194c54e126f984e1c81c4a486913648ed5eb9c9bdb
0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42dfalse2722290x0087bc59e23ba9b27b49bf22ac99d027491ddde5296052869{“count”:“6”,“bitset”:“0x3e000000000000000000000010”,“offset”:“0”}2025-01-16T14:30:18.000Z0x37de3fbebaaec7492572ac4158600da1ed2174ef9b45dd6f7a9f150534d591ae
0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42dfalse272310x1d6300957c8d272758a30c904e6083ee7ba6880c296078930{“count”:“6”,“bitset”:“0x3e000000000000000000000010”,“offset”:“0”}2025-01-16T16:20:38.000Z0xaeafcce6f2c8771c12234a184bfdab544c8ca1b31d03ff7003d0c39a6763ab26
Query with partition filter
SELECT *
FROM `tt-contracts.aethir_v1_arbitrum.AethirCore_ClaimServiceFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AethirCore_DepositServiceFee_event

Service fee deposit events from Aethir’s decentralized cloud infrastructure protocol on Arbitrum. Tracks developer payments with nonce-sequenced transactions and fee amounts denominated in Aethir’s native token (18 decimals).
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_developerSTRINGEthereum address of the developer account depositing the service fee into the Aethir protocol. Hex-encoded, 0x-prefixed 40-character string identifying the fee payer.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_noncein_amountlog_indexblock_numberin_developerblock_timestamptransaction_hash
0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42dfalse22884545640000000000000000000152863766070x3a444c9061313d6ed0b1a1a7c29dc9ae914ca5eb2024-12-19T11:33:57.000Z0xb37aa70ce8fd5959f1950681b975267aa6303e26b7b7ee4e812a7acf9955466e
0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42dfalse2289100000000000000000000000072863783590x802c94c263aa0b46bb698be64f6affcb62b88d6b2024-12-19T11:41:15.000Z0x96177e592f2a363a009c1cdb5950e626c5825b526ec1744be4cc78fb8eeb42bd
0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42dfalse22904709535110987016400000022864565660x6be3b175e9765dd8acaaf55f79ec55ef116ca1a52024-12-19T17:07:40.000Z0x1af331d172290dd068aa5b734a93824d069a719349746679b1067ba7fa4c6bd1
Query with partition filter
SELECT *
FROM `tt-contracts.aethir_v1_arbitrum.AethirCore_DepositServiceFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AethirCore_WithdrawServiceFee_event

Service fee withdrawal events from Aethir’s core protocol on Arbitrum, tracking developer fee collections with withdrawal amounts (typically 30-1,600,000 tokens in wei) and sequential nonces. Used for analyzing platform revenue distribution and developer compensation patterns.
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_developerSTRINGEthereum address of the developer or service provider withdrawing service fees from the Aethir protocol. Hex-encoded, 0x-prefixed 40-character string representing the recipient of the fee withdrawal.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_noncein_amountlog_indexblock_numberin_developerblock_timestamptransaction_hash
0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42dfalse16223000000000000000000022876782010x8662f152efc7b83e2415e573c18140970ee972912024-12-23T06:17:24.000Z0x3e0d8bfa36f9808bcd4ff1501c4ef1f5481f4d54df7588ad3aa410810260769e
0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42dfalse233130000000000000000000292880581860xdcd5ef6e5d309b48a7e31dc2a51d32f8eb59bf5e2024-12-24T08:44:14.000Z0xff4b925a9e1a2d6df88dfa090e05433aea4646dd57848d1b90976a2cb0fc964b
0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42dfalse479852307600000000000000263203538260x3f89b47798b95ee4cdfb5930ba9a4dc4436572012025-03-28T07:43:06.000Z0xd7aeb29a0e58b68fd9384f56788c804c904d4fe7abc46627ab7142dd0e59c913
Query with partition filter
SELECT *
FROM `tt-contracts.aethir_v1_arbitrum.AethirCore_WithdrawServiceFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100