Tables
Billing_CollectorUpdated_event
Billing collector address configuration changes from The Graph protocol on Arbitrum, tracking when collector addresses are enabled or disabled for payment processing. Used for analyzing The Graph’s billing infrastructure and payment routing changes over time.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_collector | STRING | Address that receives collected fees or content. Hex-encoded, 0x-prefixed, 42-character string. |
in_enabled | BOOL | Boolean flag indicating whether recovery mode or the collector is enabled. |
Sample Data
Sample Data
| address | removed | log_index | in_enabled | block_number | in_collector | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x1b07d3344188908fb6deceac381f3ee63c48477a | false | 1 | true | 96072808 | 0x43734f373eb68bdabe0b89172d7da828219ef861 | 2023-05-30T17:38:37.000Z | 0x4ae268bddb8f45b53bcb7f31626077208334ba78d41a32600640a9ef9bba1566 |
| 0x1b07d3344188908fb6deceac381f3ee63c48477a | false | 11 | false | 68142963 | 0x76c00f71f4dace63fd83ec80dbc8c30a88b2891c | 2023-03-09T07:39:28.000Z | 0xfa6cf17a03d824d560b8c1f76d3b2979a08a7c211dc3f6b86f4a48a94a5fd156 |
| 0x1b07d3344188908fb6deceac381f3ee63c48477a | false | 1 | false | 96805322 | 0x23e8be81d50856aa60960f0117934ddba68a1ef9 | 2023-06-01T21:07:49.000Z | 0xce5dd38b6d902ac98685a5a333956d43443297121e8ad2f4a0b83f2a328a81a0 |
Example Query
Example Query
Query with partition filter
Billing_L1BillingConnectorUpdated_event
Events tracking updates to The Graph’s Layer 1 billing connector address on Arbitrum. Used for monitoring billing system configuration changes and cross-layer payment infrastructure updates.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_l1BillingConnector | STRING | Contract address of the Layer 1 billing connector being updated in The Graph’s billing system. Hex-encoded, 0x-prefixed 40-character Ethereum address that handles billing operations on the L1 chain. |
Sample Data
Sample Data
| address | removed | log_index | block_number | block_timestamp | transaction_hash | in_l1BillingConnector |
|---|---|---|---|---|---|---|
| 0x1b07d3344188908fb6deceac381f3ee63c48477a | false | 1 | 139437270 | 2023-10-10T18:46:20.000Z | 0x8ac23067915c929528cef237d5957c5a2a85e32a63c42e3813bcbf5fb192b737 | 0x8017b9af3f199cc6b08a48da3859410f20bbea72 |
| 0x1b07d3344188908fb6deceac381f3ee63c48477a | false | 0 | 42475340 | 2022-11-30T15:35:30.000Z | 0x56989715c99358a63fd6550c5bb13d4ac68a425c636f857a460f73a1e41afc4e | 0xba321653bdb2525c866d962ad66be358f6718d78 |
Example Query
Example Query
Query with partition filter
Billing_L2TokenGatewayUpdated_event
Event logs tracking updates to The Graph’s Layer 2 token gateway contract on Arbitrum, recording changes to the gateway address used for bridging GRT tokens between Ethereum and Arbitrum.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_l2TokenGateway | STRING | Layer 2 token gateway contract address that was configured or updated in this billing event. Arbitrum-specific EVM address (0x-prefixed) that handles token bridging between L1 and L2. |
Sample Data
Sample Data
| address | removed | log_index | block_number | block_timestamp | transaction_hash | in_l2TokenGateway |
|---|---|---|---|---|---|---|
| 0x1b07d3344188908fb6deceac381f3ee63c48477a | false | 1 | 42472346 | 2022-11-30T15:22:03.000Z | 0xb09cb8ed0b3bbd1514f5eda2fd0106d2659059726b05ce6a13d48956c86c4fd1 | 0x65e1a5e8946e7e87d9774f5288f41c30a99fd302 |
Example Query
Example Query
Query with partition filter
Billing_TokensAdded_event
Token deposit events from The Graph’s billing contract on Arbitrum recording user account funding with token amounts and timestamps. Used for tracking protocol usage costs and billing balance changes.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_user | STRING | Address of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string. |
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 | in_user | removed | in_amount | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x1b07d3344188908fb6deceac381f3ee63c48477a | 0x6fa2bacf752dab6cb6e4b922321f03b4cb61d141 | false | 10000000000000000000000 | 4 | 84341315 | 2023-04-26T02:22:36.000Z | 0x9ad98061130d8b5d04b9e34b8b0e20fbe170af8170f9838dc1d5b0803afc6cbd |
| 0x1b07d3344188908fb6deceac381f3ee63c48477a | 0x5be0fee0f748c1737793172d42c14e4810d2038e | false | 4060000000000000000000 | 2 | 141805736 | 2023-10-18T21:01:01.000Z | 0xd59ced318a5b84057fa16d7a157eb4bc10ea648b89ae24d54fc62235b8a95807 |
| 0x1b07d3344188908fb6deceac381f3ee63c48477a | 0x5dcb5f4f39caa6ca25380cfc42280330b49d3c93 | false | 100000000000000000000 | 2 | 141767022 | 2023-10-18T17:47:26.000Z | 0x0fadd17117062a3b2d5ebecdb5d11eeb5b635fcae625d18c370f75b711a5cc8a |
Example Query
Example Query
Query with partition filter
Billing_TokensPulled_event
Token withdrawal events from The Graph protocol’s billing contract on Arbitrum, recording when tokens are pulled from user accounts for query fees or service payments. Useful for analyzing protocol revenue and user spending 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_user | STRING | Address of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string. |
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 | in_user | removed | in_amount | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x1b07d3344188908fb6deceac381f3ee63c48477a | 0xaa29881aac939a025a3ab58024d7dd46200fb93d | false | 1343138066637009449048 | 14 | 55378986 | 2023-01-25T14:30:01.000Z | 0x2f5120e772bf0fb0af92f384c6003072c23a3feae7aa07c18f70fd04813382a1 |
| 0x1b07d3344188908fb6deceac381f3ee63c48477a | 0xec2825b7a3576d78c38492a220520615a43714c7 | false | 3636360266773290300 | 20 | 55265978 | 2023-01-25T02:00:03.000Z | 0xb50d4b4ac64b807eddb35d705d7af74225aa92cfb01492a3e593d9ffdbf090f6 |
| 0x1b07d3344188908fb6deceac381f3ee63c48477a | 0xe4fdeade164672a3eace9d94be117d24c6d655fd | false | 983211692338270600 | 6 | 55265978 | 2023-01-25T02:00:03.000Z | 0xb50d4b4ac64b807eddb35d705d7af74225aa92cfb01492a3e593d9ffdbf090f6 |
Example Query
Example Query
Query with partition filter
Billing_TokensRemoved_event
Token withdrawal events from The Graph protocol’s billing contract on Arbitrum. Records token removal transactions with sender, recipient, and amount data for tracking billing balance changes and payment flows.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_from | STRING | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
| in_to | address | in_from | removed | in_amount | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x98c641ce2297bf04df03313cf699aa20aaebc907 | 0x1b07d3344188908fb6deceac381f3ee63c48477a | 0x98c641ce2297bf04df03313cf699aa20aaebc907 | false | 3000000000000000000 | 1 | 103900304 | 2023-06-22T22:00:09.000Z | 0x5fc923522034b0da957dc4730db374664dde74aa4e0da293d0a88efb26e80ddc |
| 0xe153437bc974cfe3e06c21c08aebbf30abaefa2e | 0x1b07d3344188908fb6deceac381f3ee63c48477a | 0xe153437bc974cfe3e06c21c08aebbf30abaefa2e | false | 150000000000000000000000 | 13 | 61497387 | 2023-02-16T15:26:08.000Z | 0xf8d69f281ba168c19554f29d1f1e7c114cd603f24151b5996b539787eb2ef047 |
| 0xac7f6653186f4013fba9502236934c4156883240 | 0x1b07d3344188908fb6deceac381f3ee63c48477a | 0x9701db43adeebafb3d0a7334dd0f8df3d009728c | false | 1500000000000000000 | 3 | 119844884 | 2023-08-09T22:57:38.000Z | 0x6e2ebd591f0aa77747b1e039fe784ae8cbac5ee154464e79f77e1bd7bafdb1d4 |
Example Query
Example Query
Query with partition filter
Curation_Burned_event
Curation signal withdrawal events from The Graph protocol on Arbitrum, recording when curators burn their curation shares on subgraph deployments. Contains curator addresses, signal amounts burned, and corresponding GRT token redemptions for analyzing curation market dynamics.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_curator | STRING | Ethereum address of the curator performing the signal or burn operation in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_subgraphDeploymentID | STRING | Unique identifier for a subgraph deployment in The Graph protocol. 66-character hex string including 0x prefix. |
in_tokens | STRING | Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings. |
in_signal | STRING | Amount of curation signal shares minted or burned in The Graph protocol curation events. Decimal string representing wei-denominated value with 18 decimal places of precision. |
Sample Data
Sample Data
| address | removed | in_signal | in_tokens | log_index | in_curator | block_number | block_timestamp | transaction_hash | in_subgraphDeploymentID |
|---|---|---|---|---|---|---|---|---|---|
| 0x22d78fb4bc72e191c765807f8891b5e1785c8014 | false | 1980000000000000000000 | 1980000000000000000000 | 13 | 0xec9a7fb6cbc2e41926127929c2dce6e9c5d33bec | 126733723 | 2023-08-31T14:51:35.000Z | 0x92b0484148b21c418e7e4473c0ae3a48e44f93a8ac42bed23751ffa97d6f2835 | 0xf0bb9ee1e2a9c9a5afbc36c710854ad22223b8ae457804d5ab31abf5d1eb79a4 |
| 0x22d78fb4bc72e191c765807f8891b5e1785c8014 | false | 580000000000000000000 | 580000000000000000000 | 2 | 0xec9a7fb6cbc2e41926127929c2dce6e9c5d33bec | 126813463 | 2023-08-31T20:40:12.000Z | 0xfd7fec126ae0899a25d30c0311e4d923fb8f7c8ed19016f16e9d71217ddaee0b | 0xd23b61521f304a81b27a36d6a8f64544ccc9d2e233a794ba850282394de04531 |
| 0x22d78fb4bc72e191c765807f8891b5e1785c8014 | false | 2475062500000000000 | 2475080505229439785 | 2 | 0xec9a7fb6cbc2e41926127929c2dce6e9c5d33bec | 86681187 | 2023-05-02T23:26:40.000Z | 0x1c267885d31fd0c51b0ab3f2875848b0b8207bf037176d518c3460016459c29a | 0xdccb9b04f35559ece1b4773c20fe40dbd034518afbd392cc8b2cf780c11124ce |
Example Query
Example Query
Query with partition filter
Curation_Collected_event
Curation reward collection events from The Graph protocol on Arbitrum, tracking GRT tokens earned by curators who signal on subgraph deployments. Used for analyzing curator earnings and subgraph curation activity across different deployment IDs.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_subgraphDeploymentID | STRING | Unique identifier for a subgraph deployment in The Graph protocol. 66-character hex string including 0x prefix. |
in_tokens | STRING | Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings. |
Sample Data
Sample Data
| address | removed | in_tokens | log_index | block_number | block_timestamp | transaction_hash | in_subgraphDeploymentID |
|---|---|---|---|---|---|---|---|
| 0x22d78fb4bc72e191c765807f8891b5e1785c8014 | false | 3566439059463922 | 64 | 88904037 | 2023-05-09T11:53:56.000Z | 0xaef48e6baa94a885bb8a7930962e156fa49ab8db6442762934315a05ab4a4719 | 0x93cd10b9f8ec6fee2d720583f713419c5705d0828371100d1a9cb150148a9e08 |
| 0x22d78fb4bc72e191c765807f8891b5e1785c8014 | false | 5931958574798245657 | 22 | 88904037 | 2023-05-09T11:53:56.000Z | 0xaef48e6baa94a885bb8a7930962e156fa49ab8db6442762934315a05ab4a4719 | 0x6bde5aa2ace39bae12b8e814a1bf8367284502c627bd3442b085016ec467c2f7 |
| 0x22d78fb4bc72e191c765807f8891b5e1785c8014 | false | 2835680155903379631 | 29 | 88904037 | 2023-05-09T11:53:56.000Z | 0xaef48e6baa94a885bb8a7930962e156fa49ab8db6442762934315a05ab4a4719 | 0x73d796b4e020edd4614f89e5311673c30042d9c9431610ed10030b8b8748366d |
Example Query
Example Query
Query with partition filter
Curation_Signalled_event
Curation signal events from The Graph protocol on Arbitrum, recording when curators stake Graph Tokens (GRT) on subgraph deployments. Includes signal amounts, token deposits, curation tax, and curator addresses for analyzing curation market dynamics and subgraph quality signals.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_curator | STRING | Ethereum address of the curator performing the signal or burn operation in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_subgraphDeploymentID | STRING | Unique identifier for a subgraph deployment in The Graph protocol. 66-character hex string including 0x prefix. |
in_tokens | STRING | Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings. |
in_signal | STRING | Amount of curation signal shares minted or burned in The Graph protocol curation events. Decimal string representing wei-denominated value with 18 decimal places of precision. |
in_curationTax | STRING | Amount of GRT tokens deducted as a curation tax (typically 1% of deposited tokens), denominated in wei. This tax is burned or redistributed when curators signal on a subgraph deployment. |
Sample Data
Sample Data
| address | removed | in_signal | in_tokens | log_index | in_curator | block_number | in_curationTax | block_timestamp | transaction_hash | in_subgraphDeploymentID |
|---|---|---|---|---|---|---|---|---|---|---|
| 0x22d78fb4bc72e191c765807f8891b5e1785c8014 | false | 999999999999999999 | 1010101010101010101 | 43 | 0xec9a7fb6cbc2e41926127929c2dce6e9c5d33bec | 210066498 | 10101010101010102 | 2024-05-11T06:41:02.000Z | 0x6c7c1692d1ad1ce3a909039f0f2005b89310b82a23edf09cdfff77138f642ac3 | 0x616f178eeb0a2bab142bd623ae16a41969d682ab65df9d79c406123fcc7b63e0 |
| 0x22d78fb4bc72e191c765807f8891b5e1785c8014 | false | 999999999999999999 | 1010101010101010101 | 13 | 0xec9a7fb6cbc2e41926127929c2dce6e9c5d33bec | 210066498 | 10101010101010102 | 2024-05-11T06:41:02.000Z | 0x6c7c1692d1ad1ce3a909039f0f2005b89310b82a23edf09cdfff77138f642ac3 | 0x9e14cf7f448459fc87e17a3b936ef1444427ac0931464a0e8742c07e6cfc7ff6 |
| 0x22d78fb4bc72e191c765807f8891b5e1785c8014 | false | 999999999999999999 | 1010101010101010101 | 28 | 0xec9a7fb6cbc2e41926127929c2dce6e9c5d33bec | 210066498 | 10101010101010102 | 2024-05-11T06:41:02.000Z | 0x6c7c1692d1ad1ce3a909039f0f2005b89310b82a23edf09cdfff77138f642ac3 | 0xad7141f6c06bb947d3a41d0da191bbb24142549eeaacfe2e8b1c6c690066b2fb |
Example Query
Example Query
Query with partition filter
DisputeManager_DisputeAccepted_event
Resolved dispute events from The Graph protocol’s DisputeManager contract on Arbitrum, recording when fishermen successfully challenge indexer query attestations and receive token rewards. Tracks dispute outcomes with participant addresses and slashed token amounts for analyzing protocol governance and indexer quality.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_disputeID | STRING | Unique identifier for a dispute in The Graph protocol’s dispute resolution system. 66-character hex string including 0x prefix. |
in_indexer | STRING | Address of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_fisherman | STRING | Address of the fisherman who initiated the dispute in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_tokens | STRING | Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings. |
Sample Data
Sample Data
| address | removed | in_tokens | log_index | in_indexer | block_number | in_disputeID | in_fisherman | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0x0ab2b043138352413bb02e67e626a70320e3bd46 | false | 46203440690848463457309 | 28 | 0xae9bfdf9eeec808f4f3f6f455cb1968445cc6f2f | 280952850 | 0x173022fa5fdc8c4723ccb6ae850836599e5f735ec27d81d779f1473d693b57b3 | 0x4208ce4ad17f0b52e2cadf466e9cf8286a8696d5 | 2024-12-03T15:41:52.000Z | 0xf7b2ec039f4557c8bc3a8c6a046745b37ed907dc993131815a8251f141e7c71d |
| 0x0ab2b043138352413bb02e67e626a70320e3bd46 | false | 21748098945388466269265 | 33 | 0xf6a9bad58e74b5165dc31ef24be4377b192f274a | 280952850 | 0xe02689c0ec9fcdd3fae0f47e274b58fd14b7c290a96c0ad0782e5d602992580d | 0x4208ce4ad17f0b52e2cadf466e9cf8286a8696d5 | 2024-12-03T15:41:52.000Z | 0xf7b2ec039f4557c8bc3a8c6a046745b37ed907dc993131815a8251f141e7c71d |
| 0x0ab2b043138352413bb02e67e626a70320e3bd46 | false | 22049332251680478224887 | 12 | 0xf6a9bad58e74b5165dc31ef24be4377b192f274a | 276554620 | 0x87285fd01fde93df35fbecc217a1c66a2c9466d8158fbc4eaed3de03b9f20c72 | 0x4208ce4ad17f0b52e2cadf466e9cf8286a8696d5 | 2024-11-20T20:20:58.000Z | 0x8e819b9dd0281e42aeeb37bb780499330ab542a9304c79e26b9264e86b3b9426 |
Example Query
Example Query
Query with partition filter
DisputeManager_DisputeRejected_event
No description available.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_disputeID | STRING | Unique identifier for a dispute in The Graph protocol’s dispute resolution system. 66-character hex string including 0x prefix. |
in_indexer | STRING | Address of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_fisherman | STRING | Address of the fisherman who initiated the dispute in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_tokens | STRING | Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
L2GraphToken_BridgeBurned_event
GRT (Graph Token) bridge burn events on Arbitrum L2, recording when tokens are burned during cross-chain transfers back to mainnet. Used for analyzing token bridge flows and tracking GRT movement between Ethereum and Arbitrum.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_account | STRING | Account address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
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_amount | log_index | in_account | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x9623063377ad1b27544c965ccd7342f7ea7e88c7 | false | 126156267709226540263196 | 13 | 0x23c9c8575e6ba0349a497b6d0e8f0b9239e68028 | 260204344 | 2024-10-04T06:13:18.000Z | 0x0c267553442b8e6de57118ee67bbfbf92d4efc13c1494a09a3b18cc30fbff2e2 |
| 0x9623063377ad1b27544c965ccd7342f7ea7e88c7 | false | 101054710513901850552 | 3 | 0x70d80b84735894f11b6ecdebc4b72d4ebf5d10d3 | 137482452 | 2023-10-04T16:37:42.000Z | 0x196458bd246d0401d41c1d27a46c1995645e99a066d5f72dd9f3a2675d88ee3f |
| 0x9623063377ad1b27544c965ccd7342f7ea7e88c7 | false | 120616899786947531816 | 3 | 0x8212e18d93714de616aebf14880276160675993a | 137258242 | 2023-10-04T00:30:42.000Z | 0x0058112c75add8c498de7c59074c7b19912e6e3410521543d76411bde21f82dc |
Example Query
Example Query
Query with partition filter
L2GraphToken_BridgeMinted_event
Graph Protocol (GRT) token mint events on Arbitrum L2 when tokens are bridged from Ethereum mainnet. Tracks cross-chain token transfers with recipient accounts and minted amounts for analyzing GRT token migration 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_account | STRING | Account address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
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_amount | log_index | in_account | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x9623063377ad1b27544c965ccd7342f7ea7e88c7 | false | 2837548704874036713460 | 3 | 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | 145033903 | 2023-10-29T06:12:53.000Z | 0x6fc24534e35404811d1e59d85736244de56f21f6a3ece755984cf4b4c1793419 |
| 0x9623063377ad1b27544c965ccd7342f7ea7e88c7 | false | 840383159670643596027 | 3 | 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | 145126961 | 2023-10-29T13:28:13.000Z | 0xa7fb503be8acb3a17964eb8ce67b5bfa5148f1a3d94c92d86d1f230b5334441d |
| 0x9623063377ad1b27544c965ccd7342f7ea7e88c7 | false | 12630080069872897114943 | 3 | 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | 144965793 | 2023-10-29T00:08:04.000Z | 0x1394c90f24d1702015a15d144e680b359ed6f70f948097f5869535379f77cfe4 |
Example Query
Example Query
Query with partition filter
RewardsManager_RewardsAssigned_event
Reward distribution events from The Graph protocol’s RewardsManager contract on Arbitrum, tracking indexer compensation by epoch and allocation. Used for analyzing indexer earnings patterns and reward distribution across The Graph’s decentralized indexing network.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_indexer | STRING | Address of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_allocationID | STRING | Unique identifier for a token allocation in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_epoch | STRING | Epoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle. |
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_epoch | in_amount | log_index | in_indexer | block_number | block_timestamp | in_allocationID | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0x971b9d3d0ae3eca029cab5ea1fb0f72c85e6a525 | false | 251 | 56096023953320235000 | 1 | 0x53dbbc9d916b1840a2c4c26b150ba2e13f36e10f | 117892392 | 2023-08-03T23:39:30.000Z | 0x931ce7e1f478c77e2a33f17317da3a0155d26c88 | 0xae7e3aebebf818466b511d596fd248992ba72e9a6b4a6192c6fcf639f1768366 |
| 0x971b9d3d0ae3eca029cab5ea1fb0f72c85e6a525 | false | 251 | 8211535336216827000000 | 1 | 0x35917c0eb91d2e21bef40940d028940484230c06 | 117788322 | 2023-08-03T16:01:48.000Z | 0xa35da5eff705ae557f53d636e320da03916f6d32 | 0xcb58a7a983d2d83d2c7bdd8b9a72acb7714d7d6aaf25ed4d1dad4f226259e103 |
| 0x971b9d3d0ae3eca029cab5ea1fb0f72c85e6a525 | false | 302 | 1305377567515918700000 | 1 | 0x089f78d8cf0a5ae1b7a581b1910a73f8cb3e4774 | 134206713 | 2023-09-24T17:23:22.000Z | 0x991a1b3345edadaededc88cc196e1c2c448f7627 | 0x7bf766cfa72cada436b52ec8e2c717002d043587083ff22ebc2aa8b5c3ba55b7 |
Example Query
Example Query
Query with partition filter
RewardsManager_RewardsDenied_event
Events recording when The Graph protocol indexer rewards were denied for specific allocations on Arbitrum. Used to track reward disputes and analyze indexer performance issues or policy violations across epochs.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_indexer | STRING | Address of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_allocationID | STRING | Unique identifier for a token allocation in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_epoch | STRING | Epoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle. |
Sample Data
Sample Data
| address | removed | in_epoch | log_index | in_indexer | block_number | block_timestamp | in_allocationID | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x971b9d3d0ae3eca029cab5ea1fb0f72c85e6a525 | false | 236 | 1 | 0x35917c0eb91d2e21bef40940d028940484230c06 | 112873304 | 2023-07-19T17:52:02.000Z | 0x26eaf7e2be6ecbe2a324cf650ea963b9ff119332 | 0x6a95ad356297006bf14e6845e84a0b55520f30cbc6c8a73566d631447f6c43ab |
| 0x971b9d3d0ae3eca029cab5ea1fb0f72c85e6a525 | false | 197 | 1 | 0xe13840a2e92e0cb17a246609b432d0fa2e418774 | 99497223 | 2023-06-09T20:39:42.000Z | 0x1a66a69ea2f2ca8f6027b2a385f8abf1ce0811ca | 0xeb341b11fabeb483c0f57289373af4b1d1c24da1397c103227c864d1f62f0e66 |
| 0x971b9d3d0ae3eca029cab5ea1fb0f72c85e6a525 | false | 179 | 0 | 0x4e5c87772c29381bcabc58c3f182b6633b5a274a | 93407523 | 2023-05-22T22:35:25.000Z | 0xd6b068f77d63e170743bb4b87a9cb1f19e5d5219 | 0x30febd6db1f93e11d55a92f41cadae99b55614698050efaeb53c25d10e930fa8 |
Example Query
Example Query
Query with partition filter
Staking_AllocationClosed_event
Graph Protocol indexer allocation closure events on Arbitrum recording when indexers close their token stakes on subgraph deployments. Contains proof of indexing (POI), token amounts, epoch data, and deployment IDs for tracking indexer service completion and reward distribution.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_indexer | STRING | Address of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_subgraphDeploymentID | STRING | Unique identifier for a subgraph deployment in The Graph protocol. 66-character hex string including 0x prefix. |
in_epoch | STRING | Epoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle. |
in_tokens | STRING | Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings. |
in_allocationID | STRING | Unique identifier for a token allocation in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_effectiveAllocation | STRING | Amount of GRT (Graph tokens) actually allocated after applying delegation parameters and ratios, denominated in wei (18 decimals). Always greater than or equal to in_tokens due to delegator stake multipliers in The Graph protocol. |
in_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_poi | STRING | Proof of Indexing (POI) hash submitted by the indexer when closing the allocation. A hex-encoded cryptographic proof verifying correct indexing of the subgraph during this allocation period. |
in_isPublic | BOOL | Indicates whether the allocation was created as a public allocation accessible to all delegators, or as a private allocation restricted to specific parties. Most allocations in The Graph protocol are private (false) as indexers typically manage their own stake. |
Sample Data
Sample Data
| in_poi | address | removed | in_epoch | in_sender | in_tokens | log_index | in_indexer | in_isPublic | block_number | block_timestamp | in_allocationID | transaction_hash | in_effectiveAllocation | in_subgraphDeploymentID |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x3eaa219d7dd3e16202ce933f2ad8de16a104bd35b8a3b86c9519553b4180e471 | 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | false | 283 | 0x7a361db89c9419699def3349b5f6f1cba294267d | 140000000000000000000000 | 3 | 0x0fd8fd1dc8162148cb9413062fe6c6b144335dbf | false | 128242462 | 2023-09-05T11:46:59.000Z | 0x293d9f70fee890398fb36d65afaca330a20b5159 | 0xe881e18f0b41c23269d7e7c315d71d76982885fa0833e793a2ede6a5f7fe7d6b | 560000000000000000000000 | 0x03b3a083092f45c55c96bbb2427dd9e69d9f0e6ab93862bffa1f103836c36e76 |
| 0xa2177e0ac2e601c52fb681b090529e4fce4c685159b571f114258e0b26604aca | 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | false | 283 | 0x7a361db89c9419699def3349b5f6f1cba294267d | 20000000000000000000000 | 23 | 0x0fd8fd1dc8162148cb9413062fe6c6b144335dbf | false | 128242178 | 2023-09-05T11:45:47.000Z | 0x26082e9dde148838bedc123278ff5307bf14f712 | 0x62a61c20f21466cea7c927f6348273f2b7849ede529f367ef29b4029fbe60a9c | 380000000000000000000000 | 0xa7cb28ec0b786023550569b81ac919121b77c13d1a69f85f487016e680e836f4 |
| 0xaeb4f0907ad71bdc817bf6f40b59643f9d1e936e7445593bd6e8c9b3aac482b8 | 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | false | 283 | 0x7a361db89c9419699def3349b5f6f1cba294267d | 80000000000000000000000 | 3 | 0x0fd8fd1dc8162148cb9413062fe6c6b144335dbf | false | 128242673 | 2023-09-05T11:47:54.000Z | 0x8cca008c9ed5e01cdbd63966d6a01e004e190005 | 0xcab43944071928797b770d3ede9dedd91aca24e322bbf575e5665230f611a3a4 | 320000000000000000000000 | 0x7b9fdab9f293bec82be222b32c7f5cb26b28544612714ab612e0c13ff6cc0231 |
Example Query
Example Query
Query with partition filter
Staking_AllocationCollected_event
Indexer reward collection events from The Graph protocol staking contract on Arbitrum, recording GRT tokens earned per allocation including rebate fees and curation fees. Used for analyzing indexer earnings, subgraph profitability, and protocol reward distribution across epochs.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_indexer | STRING | Address of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_subgraphDeploymentID | STRING | Unique identifier for a subgraph deployment in The Graph protocol. 66-character hex string including 0x prefix. |
in_epoch | STRING | Epoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle. |
in_tokens | STRING | Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings. |
in_allocationID | STRING | Unique identifier for a token allocation in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_from | STRING | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_curationFees | STRING | Curation fees collected from this allocation, denominated in GRT wei (smallest unit). Represents the portion of query fees allocated to curators who signaled on the subgraph deployment. |
in_rebateFees | STRING | Rebate fees collected by the indexer for this allocation, denominated in GRT (Graph Token) with 18 decimal precision. Represents the portion of query fees returned to the indexer as an incentive for serving queries on the subgraph deployment. |
Sample Data
Sample Data
| address | in_from | removed | in_epoch | in_tokens | log_index | in_indexer | block_number | in_rebateFees | block_timestamp | in_allocationID | in_curationFees | transaction_hash | in_subgraphDeploymentID |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | 0x993f00c98d1678371a7b261ed0e0d4b6f42d9aee | false | 174 | 351060947891732484 | 38 | 0xf7793bf9561c32ffbac603ce572fa55643f9cf72 | 91590244 | 312795304571533644 | 2023-05-17T11:02:13.000Z | 0x0a566bde6414c5333e32df84c496abac5dbba329 | 34755033841281516 | 0x3327b34296aabd57244c8a02972712a096198ef2bc5aa0fa73a58429b48fa5c8 | 0x03b3a083092f45c55c96bbb2427dd9e69d9f0e6ab93862bffa1f103836c36e76 |
| 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | 0x993f00c98d1678371a7b261ed0e0d4b6f42d9aee | false | 174 | 8262668528634641 | 45 | 0xf7793bf9561c32ffbac603ce572fa55643f9cf72 | 91590244 | 7362037659013466 | 2023-05-17T11:02:13.000Z | 0x1a9791b22ddd84947a95c30048c1466877aaf326 | 818004184334829 | 0x3327b34296aabd57244c8a02972712a096198ef2bc5aa0fa73a58429b48fa5c8 | 0xa7cb28ec0b786023550569b81ac919121b77c13d1a69f85f487016e680e836f4 |
| 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | 0x993f00c98d1678371a7b261ed0e0d4b6f42d9aee | false | 174 | 656632206191890749 | 31 | 0xf7793bf9561c32ffbac603ce572fa55643f9cf72 | 91590244 | 585059295716974658 | 2023-05-17T11:02:13.000Z | 0x09dbf8531c4bbe920ae6b90666f273d24f08847e | 65006588412997184 | 0x3327b34296aabd57244c8a02972712a096198ef2bc5aa0fa73a58429b48fa5c8 | 0xbe68b830f9acacdf74860be0c140294e4bd0fdbfbf929a1ee9a4a1f0ff5f6b40 |
Example Query
Example Query
Query with partition filter
Staking_RebateClaimed_event
Indexer rebate claim events from The Graph protocol staking contract on Arbitrum, tracking GRT token rewards earned by indexers for serving subgraph queries. Used for analyzing indexer earnings, delegation fee distributions, and query market economics across Graph Network epochs.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_indexer | STRING | Address of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_subgraphDeploymentID | STRING | Unique identifier for a subgraph deployment in The Graph protocol. 66-character hex string including 0x prefix. |
in_allocationID | STRING | Unique identifier for a token allocation in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_epoch | STRING | Epoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle. |
in_forEpoch | STRING | Epoch number for which this rebate was earned and is being claimed by the indexer. Represents historical rewards from past epochs that are being settled in the current epoch. |
in_tokens | STRING | Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings. |
in_unclaimedAllocationsCount | STRING | Number of allocations that remain unclaimed by the indexer at the time of this rebate claim event. Values range from single digits to over 60, indicating pending claims across multiple subgraph deployments. |
in_delegationFees | STRING | Delegation fees paid to delegators from this rebate claim, denominated in wei (smallest GRT unit). This represents the portion of indexing rewards allocated to token delegators who have staked with the indexer. |
Sample Data
Sample Data
| address | removed | in_epoch | in_tokens | log_index | in_indexer | in_forEpoch | block_number | block_timestamp | in_allocationID | transaction_hash | in_delegationFees | in_subgraphDeploymentID | in_unclaimedAllocationsCount |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | false | 249 | 0 | 1 | 0x9a8be56015d32995e82745e14cb9d5dfb0cfac9d | 242 | 117001163 | 2023-08-01T06:34:08.000Z | 0x9460d60af6119dc767cba63abebb07d764a80401 | 0x4eaad95405e387fb3bc18d81ab67495b3835e304b7aa436e86c0bc6558679f58 | 0 | 0xa8fba2160e04c9692311de58f7e42537eae4a93d88927621d063cada45a735c8 | 8 |
| 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | false | 231 | 2974082585720530169 | 1 | 0xf7793bf9561c32ffbac603ce572fa55643f9cf72 | 224 | 110980880 | 2023-07-14T02:34:52.000Z | 0xc278f97e17b4689c36844f0ced2de7406b4cfd53 | 0xa6f7466467eef0141bc25f8e406a887a084d162720eaca1b6849464e31044df4 | 0 | 0x1492b74751bc9ba8e4337904e98c12be466f9b3622bfe52460ccf2e499ed8551 | 62 |
| 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | false | 231 | 160346446894691715188 | 3 | 0xfeff9093f6b32d0e5cddba743b06a1fedb87c004 | 224 | 110980114 | 2023-07-14T02:31:32.000Z | 0x799419a29bc8f158b0b3848b3182458f6c40666d | 0xf4166ca98973691f4bee4c2ca9f6265afb7e01e76d503aa06d9c8edccc9ce46d | 28296431804945596799 | 0xd68f6b78416dcca334661bcc0b226f1f1d31a0505bc08f26722016220d8354c2 | 63 |
Example Query
Example Query
Query with partition filter
Staking_StakeDelegated_event
Delegation events from The Graph Protocol’s staking contract on Arbitrum, recording when delegators stake GRT tokens to indexers. Contains token amounts, share calculations, and participant addresses for analyzing delegation patterns and indexer selection behavior.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_indexer | STRING | Address of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_delegator | STRING | Address of the delegator participating in the staking or delegation operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_tokens | STRING | Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings. |
in_shares | STRING | Number of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system. |
Sample Data
Sample Data
| address | removed | in_shares | in_tokens | log_index | in_indexer | block_number | in_delegator | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | false | 13136597 | 13136634 | 4 | 0xb54c7c9fa1a51300e6054b70ae9952c1fb2800b4 | 154672919 | 0x296761b4b578365d43ccf337a6c90a00e215dbcd | 2023-11-27T18:29:17.000Z | 0x7d397740ea3e1d6e4749c2a8fa43eae3a32214bf2bce6650538ffe91571821b9 |
| 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | false | 955939408602346830 | 995000000000000000 | 3 | 0x0ee8e5dfea4315fe69a4e0fe84f50cbfce8f1021 | 154596543 | 0x5aa5b1f7310a6259d65e0aa9683407e9d942c713 | 2023-11-27T12:51:25.000Z | 0xeed76e7b327c43623cdff0d49aafe02812b3796c37688b566f10f704d0903c5f |
| 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | false | 19571316106973471370 | 19900000000000000000 | 3 | 0xf57dcd881ebd1d81df99194abdfa90f9e0e92f11 | 154707287 | 0x638169e8d2b5677f35738e909506598ae9e54d89 | 2023-11-27T21:07:12.000Z | 0x5d8a4b2ed69d2b8edecbb649f5c23b600a4714c57e5b29d759a6fc8ad1ce0ab6 |
Example Query
Example Query
Query with partition filter
Staking_StakeDeposited_event
Stake deposit events from The Graph protocol staking contract on Arbitrum, recording when indexers receive GRT token delegations. Used for analyzing indexer stake growth, delegation patterns, and network participation over time.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_indexer | STRING | Address of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_tokens | STRING | Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings. |
Sample Data
Sample Data
| address | removed | in_tokens | log_index | in_indexer | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | false | 1338161673913877263 | 18 | 0xf7793bf9561c32ffbac603ce572fa55643f9cf72 | 88125145 | 2023-05-07T04:45:04.000Z | 0x21f7af76d4ba010247e56b795174424745efa277777d6e97eeacdcbb85663e60 |
| 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | false | 75202014688780510 | 10 | 0xf7793bf9561c32ffbac603ce572fa55643f9cf72 | 88125145 | 2023-05-07T04:45:04.000Z | 0x21f7af76d4ba010247e56b795174424745efa277777d6e97eeacdcbb85663e60 |
| 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | false | 32004787546587468 | 16 | 0xf7793bf9561c32ffbac603ce572fa55643f9cf72 | 88125145 | 2023-05-07T04:45:04.000Z | 0x21f7af76d4ba010247e56b795174424745efa277777d6e97eeacdcbb85663e60 |
Example Query
Example Query
Query with partition filter
Staking_StakeSlashed_event
Slashing events from The Graph protocol staking contract on Arbitrum, recording penalties applied to indexers for misbehavior with slashed token amounts and reward deductions. Used for monitoring indexer performance, analyzing slashing frequency patterns, and tracking penalty distributions to beneficiaries.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_indexer | STRING | Address of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string. |
in_tokens | STRING | Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings. |
in_reward | STRING | Contract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string. |
in_beneficiary | STRING | Address that receives the tokens, assets, or benefits from the operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | removed | in_reward | in_tokens | log_index | in_indexer | block_number | in_beneficiary | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | false | 12049332251680478224887 | 24098664503360956449774 | 10 | 0xf6a9bad58e74b5165dc31ef24be4377b192f274a | 276554620 | 0x4208ce4ad17f0b52e2cadf466e9cf8286a8696d5 | 2024-11-20T20:20:58.000Z | 0x8e819b9dd0281e42aeeb37bb780499330ab542a9304c79e26b9264e86b3b9426 |
| 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | false | 19874303540475060010195 | 39748607080950120020390 | 3 | 0x918fcc24e6b7f5ec73b4cf766e2393d8fe707541 | 261734540 | 0x4208ce4ad17f0b52e2cadf466e9cf8286a8696d5 | 2024-10-08T17:32:32.000Z | 0x3f6ccd1beb94b491052f67971b0ed01c41eecea6b0fa67773c947fd8a340e3ec |
| 0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03 | false | 11748098945388466269265 | 23496197890776932538530 | 31 | 0xf6a9bad58e74b5165dc31ef24be4377b192f274a | 280952850 | 0x4208ce4ad17f0b52e2cadf466e9cf8286a8696d5 | 2024-12-03T15:41:52.000Z | 0xf7b2ec039f4557c8bc3a8c6a046745b37ed907dc993131815a8251f141e7c71d |
Example Query
Example Query
Query with partition filter