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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_provider | STRING | Address of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_nonce | STRING | Unique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros. |
in_containers | STRUCT<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. |
Sample Data
Sample Data
| address | removed | in_nonce | log_index | in_provider | block_number | in_containers | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42d | false | 3906 | 1 | 0x449cffeb595a2098c120da97c6462d8a488dac85 | 313771398 | {“count”:“6”,“bitset”:“0x3e000000000000000000000010”,“offset”:“0”} | 2025-03-09T05:10:41.000Z | 0x0bcaffba6fdc53b220904e47cd8202c6618eee265addcbd65160152ea143e190 |
| 0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42d | false | 3907 | 1 | 0x449cffeb595a2098c120da97c6462d8a488dac85 | 313771474 | {“count”:“6”,“bitset”:“0x3e000000000000000000000010”,“offset”:“0”} | 2025-03-09T05:11:00.000Z | 0x69b018e9af440eab0c072814cb4655e4f28e7e0284569e9776e03a5dc06d6190 |
| 0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42d | false | 3898 | 1 | 0x449cffeb595a2098c120da97c6462d8a488dac85 | 313770837 | {“count”:“6”,“bitset”:“0x3e000000000000000000000010”,“offset”:“0”} | 2025-03-09T05:08:20.000Z | 0xe18b7f3e2ab809d0133cc0252feade77efe7494b9eecfa69b28619b055fd5ef1 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_provider | STRING | Address of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_nonce | STRING | Unique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros. |
in_containers | STRUCT<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. |
Sample Data
Sample Data
| address | removed | in_nonce | log_index | in_provider | block_number | in_containers | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42d | false | 2721 | 3 | 0x0087bc59e23ba9b27b49bf22ac99d027491ddde5 | 296052783 | {“count”:“6”,“bitset”:“0x3e000000000000000000000010”,“offset”:“0”} | 2025-01-16T14:29:57.000Z | 0xc6083cc26aac5ee4309379194c54e126f984e1c81c4a486913648ed5eb9c9bdb |
| 0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42d | false | 2722 | 29 | 0x0087bc59e23ba9b27b49bf22ac99d027491ddde5 | 296052869 | {“count”:“6”,“bitset”:“0x3e000000000000000000000010”,“offset”:“0”} | 2025-01-16T14:30:18.000Z | 0x37de3fbebaaec7492572ac4158600da1ed2174ef9b45dd6f7a9f150534d591ae |
| 0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42d | false | 2723 | 1 | 0x1d6300957c8d272758a30c904e6083ee7ba6880c | 296078930 | {“count”:“6”,“bitset”:“0x3e000000000000000000000010”,“offset”:“0”} | 2025-01-16T16:20:38.000Z | 0xaeafcce6f2c8771c12234a184bfdab544c8ca1b31d03ff7003d0c39a6763ab26 |
Example Query
Example Query
Query with partition filter
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).Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_developer | STRING | Ethereum 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_nonce | STRING | Unique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
| address | removed | in_nonce | in_amount | log_index | block_number | in_developer | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42d | false | 2288 | 4545640000000000000000000 | 15 | 286376607 | 0x3a444c9061313d6ed0b1a1a7c29dc9ae914ca5eb | 2024-12-19T11:33:57.000Z | 0xb37aa70ce8fd5959f1950681b975267aa6303e26b7b7ee4e812a7acf9955466e |
| 0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42d | false | 2289 | 1000000000000000000000000 | 7 | 286378359 | 0x802c94c263aa0b46bb698be64f6affcb62b88d6b | 2024-12-19T11:41:15.000Z | 0x96177e592f2a363a009c1cdb5950e626c5825b526ec1744be4cc78fb8eeb42bd |
| 0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42d | false | 2290 | 47095351109870164000000 | 2 | 286456566 | 0x6be3b175e9765dd8acaaf55f79ec55ef116ca1a5 | 2024-12-19T17:07:40.000Z | 0x1af331d172290dd068aa5b734a93824d069a719349746679b1067ba7fa4c6bd1 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_developer | STRING | Ethereum 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_nonce | STRING | Unique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
| address | removed | in_nonce | in_amount | log_index | block_number | in_developer | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42d | false | 1622 | 30000000000000000000 | 2 | 287678201 | 0x8662f152efc7b83e2415e573c18140970ee97291 | 2024-12-23T06:17:24.000Z | 0x3e0d8bfa36f9808bcd4ff1501c4ef1f5481f4d54df7588ad3aa410810260769e |
| 0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42d | false | 2331 | 30000000000000000000 | 29 | 288058186 | 0xdcd5ef6e5d309b48a7e31dc2a51d32f8eb59bf5e | 2024-12-24T08:44:14.000Z | 0xff4b925a9e1a2d6df88dfa090e05433aea4646dd57848d1b90976a2cb0fc964b |
| 0x226dc7d2aa1f9a565e82faf04772fdbbaf2da42d | false | 4798 | 52307600000000000000 | 26 | 320353826 | 0x3f89b47798b95ee4cdfb5930ba9a4dc443657201 | 2025-03-28T07:43:06.000Z | 0xd7aeb29a0e58b68fd9384f56788c804c904d4fe7abc46627ab7142dd0e59c913 |
Example Query
Example Query
Query with partition filter