Tables
Staking_ParameterUpdated_event
Parameter update events from The Graph protocol’s staking contract on Ethereum, capturing governance changes to staking rules like minimum stake requirements, delegation ratios, thawing periods, and fee percentages. Used for tracking protocol governance decisions and understanding how staking economics evolved 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_param | STRING | Configuration parameters for automated market maker or protocol settings. Structured data containing fee ratios, margin requirements, and protocol-specific settings encoded as strings or structs. |
Sample Data
Sample Data
| address | removed | in_param | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | thawingPeriod | 35 | 11454105 | 2020-12-14T23:23:58.000Z | 0xe359248853ea2a3752343260c6afc63aa4bc416659ca19b9f81c9bcc198a614f |
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | minimumIndexerStake | 76 | 11454102 | 2020-12-14T23:22:22.000Z | 0xdd0156ac0b9a2341f01ba013058840fd7f98e41c156c130ef7d9fd9f7e690b2f |
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | thawingPeriod | 31 | 11446787 | 2020-12-13T20:21:01.000Z | 0x0408a322842545ed7768a134e45ebb48c33f7ec332a2524a3136a004faf1c747 |
Example Query
Example Query
Query with partition filter
Staking_StakeDelegated_event
Delegation events from The Graph protocol’s staking contract on Ethereum, recording when delegators stake GRT tokens to indexers. Contains delegator and indexer addresses, token amounts, and resulting share allocations for analyzing delegation flows and indexer selection 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_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 |
|---|---|---|---|---|---|---|---|---|---|
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 427694824644354339762 | 479300553893050000000 | 342 | 0x5a8904be09625965d9aec4bffd30d853438a053e | 13942941 | 0x555094b6b4cc22020477703b2a2bc653f138465d | 2022-01-05T03:02:54.000Z | 0x8bf73767933d22b38146dcb390144351499503b41359d72ba9f6734846c09c16 |
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 588660279380009714066 | 659688127384500000000 | 191 | 0x5a8904be09625965d9aec4bffd30d853438a053e | 13942894 | 0x5a35409683dc0b918a83df171ce484c28513b05e | 2022-01-05T02:49:12.000Z | 0xebbd7ed6658997ebdd1af5bfef32ebe26c09047324336f6b1979ecf2281adc5c |
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 887869515410762935893 | 995000000000000000000 | 273 | 0x5a8904be09625965d9aec4bffd30d853438a053e | 13946083 | 0x557c60f00ff29189e2db8efc4e5bbef645839003 | 2022-01-05T14:53:17.000Z | 0x0ad749436e368380059b079399d4bd80ff03d8601deb9d1d61bf87782bdcaf8a |
Example Query
Example Query
Query with partition filter
Staking_StakeDelegatedLocked_event
StakeDelegatedLocked events from The Graph protocol staking contract on Ethereum, recording when delegated GRT tokens are locked to indexers with lockup periods measured in epochs. Used for analyzing delegation patterns, stake lock durations, and indexer delegator relationships.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. |
in_until | STRING | Epoch number until which the delegated stake is locked and cannot be withdrawn. Represented as a string integer, typically corresponding to The Graph protocol’s epoch-based locking mechanism. |
Sample Data
Sample Data
| address | removed | in_until | in_shares | in_tokens | log_index | in_indexer | block_number | in_delegator | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 413 | 150021002402125632354621 | 168711200328821910952972 | 569 | 0x5a8904be09625965d9aec4bffd30d853438a053e | 14010005 | 0xcf5efa2358e92034006eac53cd3701096029cbee | 2022-01-15T12:25:51.000Z | 0x339957d3e563446892e3a0b62e9d33e3b934d9c4206a41a7f86fc9cc3469556b |
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 413 | 19468335836506874391743 | 21893776569880830631437 | 91 | 0x5a8904be09625965d9aec4bffd30d853438a053e | 14007504 | 0x7117819eac6f3f1022145db8b771835e9ce2c53f | 2022-01-15T02:53:04.000Z | 0x8eb4f1c8dc3d25222b39b28d2184ce3d6a66b4699f9929f1c9ec899a4645a73d |
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 413 | 3339350470085338404983 | 3755379694214938741430 | 306 | 0x5a8904be09625965d9aec4bffd30d853438a053e | 14006981 | 0xb33d1848f2e44d0e6c2a22bdf660d094b87fb5f9 | 2022-01-15T01:03:05.000Z | 0xd504ba785c4b0a7a38bde9c78d1ba3c2cc53e2a9eabb90656b998e46e67104c7 |
Example Query
Example Query
Query with partition filter
Staking_StakeDelegatedWithdrawn_event
Withdrawal events from The Graph protocol’s staking contract on Ethereum, recording when delegators unstake GRT tokens from indexers. Used for tracking delegation flows, staking pool liquidity changes, and delegator behavior analysis.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. |
Sample Data
Sample Data
| address | removed | in_tokens | log_index | in_indexer | block_number | in_delegator | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 7546254483269010265475 | 252 | 0x6125ea331851367716bee301ecde7f38a7e429e7 | 13719733 | 0x02304d460e9074e82e5efd18e483422033f488a4 | 2021-12-01T07:20:05.000Z | 0x1573080ae5ac63114e2ebf9a1bb5604fbf1621e11299a7dcbbe54bdfb08a1471 |
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 3366159230733730188755 | 294 | 0x5a8904be09625965d9aec4bffd30d853438a053e | 13721902 | 0x1c0c56a7eb21f1e25fe1703ebece3df37f235994 | 2021-12-01T15:39:14.000Z | 0xff3e4a62faebe2817ff95684010127f3fc79270345d7109f99538f37a8d18b6a |
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 8095445241641720513128 | 398 | 0xc60d0c8c74b5d3a33ed51c007ebae682490de261 | 13720699 | 0x3e17126c043cf33067afe2da1cab7f876c1219c5 | 2021-12-01T11:08:12.000Z | 0x94f1b3edca8f19115fe6660c17e292f635f6a8dc5eb272528cfc8dc6f19a12ad |
Example Query
Example Query
Query with partition filter
Staking_StakeDeposited_event
Graph Network (GRT) token stake deposit events on Ethereum, tracking when indexers receive delegated stake. Used for analyzing indexer delegation patterns and staking activity on The Graph protocol.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 |
|---|---|---|---|---|---|---|---|
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 905509717413601300000 | 192 | 0x1873a56a404b21df3c69c0c105dd65b4e43d88e6 | 12241013 | 2021-04-14T22:52:59.000Z | 0xc7154e8eeda229e94a8ff9d4b4e33cbfa44022f90338d3ffa83c716e5131c3b8 |
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 112021193000000000000000 | 112 | 0x293d739d1a683b3943f14ef55b1b0efc06b9be54 | 12235411 | 2021-04-14T02:02:24.000Z | 0xa33d10ea5cf4b48cf1bb2b21461f1113808a279370a162477aaac1c80a35af9a |
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 736918591580635997825 | 285 | 0x293d739d1a683b3943f14ef55b1b0efc06b9be54 | 12235058 | 2021-04-14T00:46:32.000Z | 0x9776cc5cb9afa303f05b4725f39682f6bfcc951a98c293e75114ceee1183626d |
Example Query
Example Query
Query with partition filter
Staking_StakeLocked_event
Stake locking events from The Graph protocol on Ethereum, recording when indexers lock GRT tokens with expiration block numbers. Used for analyzing indexer delegation commitments and token lock-up periods in The Graph’s decentralized 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_tokens | STRING | Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings. |
in_until | STRING | Ethereum block number until which the GRT tokens remain locked in the staking contract for the indexer. The lock period prevents immediate unstaking and ensures indexer commitment to The Graph protocol. |
Sample Data
Sample Data
| address | removed | in_until | in_tokens | log_index | in_indexer | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 17186321 | 368943045827797647851964 | 188 | 0x62eecb89c407a731e06e2b2c25563e2a8f96dfaa | 16984721 | 2023-04-05T19:48:11.000Z | 0xe70525b08bc30380b790ed050e72e0b8880669990db1a6f3a40c5630090bf8cb |
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 16082841 | 401597232351491321341853 | 126 | 0x4c059ccb00e504b4472f8fbb0d2556f165bdbb3b | 15896749 | 2022-11-04T12:48:11.000Z | 0x2e88ebb7c5b17f6ad798cdca68649f915c77035c96054e24e0b85f279834c8f8 |
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 18166989 | 800000000000000865455560 | 559 | 0x07051463ca2414f716d37da8cdbcdb5abe4cc239 | 17965389 | 2023-08-21T20:09:11.000Z | 0x58229b7cb124c267c9bb6ea7cc3e1d97609692b5fe443c675e8756febb678c96 |
Example Query
Example Query
Query with partition filter
Staking_StakeSlashed_event
Slashing events from The Graph protocol staking contract on Ethereum, recording stake reductions applied to indexers with token amounts and beneficiary addresses. Used to analyze indexer penalties and protocol security enforcement.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 |
|---|---|---|---|---|---|---|---|---|---|
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 62501860149723998288187 | 125003720299447996576374 | 355 | 0x63c560997b8338f2b033f3ffdcc0f7c680feec45 | 16342366 | 0xc56961836857210e256d71c91a62e90865075380 | 2023-01-05T18:25:47.000Z | 0x555a9ed6d7358fbb5786670af8153fa09cf62718708bae006f18282ba87dccc8 |
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 13625210243303614694553 | 27250420486607229389106 | 63 | 0x76e84025978a0c16fc7ba483718b667388f2973c | 13058230 | 0xe3671ff90401c21e2bb55b2dfab4506cede113e5 | 2021-08-19T21:39:29.000Z | 0x1596590788e3b6464685e27ab099daa36f8bf9236153ee6ea8cde379bd2da3cf |
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 13974574608516527891849 | 27949149217033055783698 | 58 | 0x76e84025978a0c16fc7ba483718b667388f2973c | 13058230 | 0xe3671ff90401c21e2bb55b2dfab4506cede113e5 | 2021-08-19T21:39:29.000Z | 0x1596590788e3b6464685e27ab099daa36f8bf9236153ee6ea8cde379bd2da3cf |
Example Query
Example Query
Query with partition filter
Staking_StakeWithdrawn_event
Stake withdrawal events from The Graph protocol staking contract on Ethereum, recording when indexers unstake GRT tokens. Contains indexer addresses, withdrawn token amounts in wei, and transaction details for analyzing staking behavior and capital 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_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 |
|---|---|---|---|---|---|---|---|
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 106600925535015063700775 | 406 | 0xa7b07d3305d25306986eb50c0af30a48f067a99e | 17721207 | 2023-07-18T16:09:35.000Z | 0xac7dbf1f144e12f98fc55fd5924645edd7f1ad7a0f080e74a234195c4268b1a0 |
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 100000000000000000000000 | 203 | 0x646c3e975e33516cc6ccb39c2f8380c7f1cd6aab | 17722298 | 2023-07-18T19:50:23.000Z | 0xd083246ef54400ab71bcc5452a520f9998269cb3a8b7e958f72bcf0a68898851 |
| 0xf55041e37e12cd407ad00ce2910b8269b01263b9 | false | 11111111083333333333333333 | 541 | 0xc60d0c8c74b5d3a33ed51c007ebae682490de261 | 13899515 | 2021-12-29T09:56:08.000Z | 0x685c25e11f4457d05c0254f9fac83a2f82cc908b047d23585fd9ae51e6ae35ae |
Example Query
Example Query
Query with partition filter