Skip to main content

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.
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_paramSTRINGConfiguration parameters for automated market maker or protocol settings. Structured data containing fee ratios, margin requirements, and protocol-specific settings encoded as strings or structs.
addressremovedin_paramlog_indexblock_numberblock_timestamptransaction_hash
0xf55041e37e12cd407ad00ce2910b8269b01263b9falsethawingPeriod35114541052020-12-14T23:23:58.000Z0xe359248853ea2a3752343260c6afc63aa4bc416659ca19b9f81c9bcc198a614f
0xf55041e37e12cd407ad00ce2910b8269b01263b9falseminimumIndexerStake76114541022020-12-14T23:22:22.000Z0xdd0156ac0b9a2341f01ba013058840fd7f98e41c156c130ef7d9fd9f7e690b2f
0xf55041e37e12cd407ad00ce2910b8269b01263b9falsethawingPeriod31114467872020-12-13T20:21:01.000Z0x0408a322842545ed7768a134e45ebb48c33f7ec332a2524a3136a004faf1c747
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v2_ethereum.Staking_ParameterUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_indexerSTRINGAddress of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_delegatorSTRINGAddress of the delegator participating in the staking or delegation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokensSTRINGArray of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
addressremovedin_sharesin_tokenslog_indexin_indexerblock_numberin_delegatorblock_timestamptransaction_hash
0xf55041e37e12cd407ad00ce2910b8269b01263b9false4276948246443543397624793005538930500000003420x5a8904be09625965d9aec4bffd30d853438a053e139429410x555094b6b4cc22020477703b2a2bc653f138465d2022-01-05T03:02:54.000Z0x8bf73767933d22b38146dcb390144351499503b41359d72ba9f6734846c09c16
0xf55041e37e12cd407ad00ce2910b8269b01263b9false5886602793800097140666596881273845000000001910x5a8904be09625965d9aec4bffd30d853438a053e139428940x5a35409683dc0b918a83df171ce484c28513b05e2022-01-05T02:49:12.000Z0xebbd7ed6658997ebdd1af5bfef32ebe26c09047324336f6b1979ecf2281adc5c
0xf55041e37e12cd407ad00ce2910b8269b01263b9false8878695154107629358939950000000000000000002730x5a8904be09625965d9aec4bffd30d853438a053e139460830x557c60f00ff29189e2db8efc4e5bbef6458390032022-01-05T14:53:17.000Z0x0ad749436e368380059b079399d4bd80ff03d8601deb9d1d61bf87782bdcaf8a
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v2_ethereum.Staking_StakeDelegated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_indexerSTRINGAddress of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_delegatorSTRINGAddress of the delegator participating in the staking or delegation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokensSTRINGArray of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_untilSTRINGEpoch 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.
addressremovedin_untilin_sharesin_tokenslog_indexin_indexerblock_numberin_delegatorblock_timestamptransaction_hash
0xf55041e37e12cd407ad00ce2910b8269b01263b9false4131500210024021256323546211687112003288219109529725690x5a8904be09625965d9aec4bffd30d853438a053e140100050xcf5efa2358e92034006eac53cd3701096029cbee2022-01-15T12:25:51.000Z0x339957d3e563446892e3a0b62e9d33e3b934d9c4206a41a7f86fc9cc3469556b
0xf55041e37e12cd407ad00ce2910b8269b01263b9false4131946833583650687439174321893776569880830631437910x5a8904be09625965d9aec4bffd30d853438a053e140075040x7117819eac6f3f1022145db8b771835e9ce2c53f2022-01-15T02:53:04.000Z0x8eb4f1c8dc3d25222b39b28d2184ce3d6a66b4699f9929f1c9ec899a4645a73d
0xf55041e37e12cd407ad00ce2910b8269b01263b9false413333935047008533840498337553796942149387414303060x5a8904be09625965d9aec4bffd30d853438a053e140069810xb33d1848f2e44d0e6c2a22bdf660d094b87fb5f92022-01-15T01:03:05.000Z0xd504ba785c4b0a7a38bde9c78d1ba3c2cc53e2a9eabb90656b998e46e67104c7
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v2_ethereum.Staking_StakeDelegatedLocked_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_indexerSTRINGAddress of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_delegatorSTRINGAddress of the delegator participating in the staking or delegation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokensSTRINGArray of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
addressremovedin_tokenslog_indexin_indexerblock_numberin_delegatorblock_timestamptransaction_hash
0xf55041e37e12cd407ad00ce2910b8269b01263b9false75462544832690102654752520x6125ea331851367716bee301ecde7f38a7e429e7137197330x02304d460e9074e82e5efd18e483422033f488a42021-12-01T07:20:05.000Z0x1573080ae5ac63114e2ebf9a1bb5604fbf1621e11299a7dcbbe54bdfb08a1471
0xf55041e37e12cd407ad00ce2910b8269b01263b9false33661592307337301887552940x5a8904be09625965d9aec4bffd30d853438a053e137219020x1c0c56a7eb21f1e25fe1703ebece3df37f2359942021-12-01T15:39:14.000Z0xff3e4a62faebe2817ff95684010127f3fc79270345d7109f99538f37a8d18b6a
0xf55041e37e12cd407ad00ce2910b8269b01263b9false80954452416417205131283980xc60d0c8c74b5d3a33ed51c007ebae682490de261137206990x3e17126c043cf33067afe2da1cab7f876c1219c52021-12-01T11:08:12.000Z0x94f1b3edca8f19115fe6660c17e292f635f6a8dc5eb272528cfc8dc6f19a12ad
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v2_ethereum.Staking_StakeDelegatedWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_indexerSTRINGAddress of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_tokensSTRINGArray of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
addressremovedin_tokenslog_indexin_indexerblock_numberblock_timestamptransaction_hash
0xf55041e37e12cd407ad00ce2910b8269b01263b9false9055097174136013000001920x1873a56a404b21df3c69c0c105dd65b4e43d88e6122410132021-04-14T22:52:59.000Z0xc7154e8eeda229e94a8ff9d4b4e33cbfa44022f90338d3ffa83c716e5131c3b8
0xf55041e37e12cd407ad00ce2910b8269b01263b9false1120211930000000000000001120x293d739d1a683b3943f14ef55b1b0efc06b9be54122354112021-04-14T02:02:24.000Z0xa33d10ea5cf4b48cf1bb2b21461f1113808a279370a162477aaac1c80a35af9a
0xf55041e37e12cd407ad00ce2910b8269b01263b9false7369185915806359978252850x293d739d1a683b3943f14ef55b1b0efc06b9be54122350582021-04-14T00:46:32.000Z0x9776cc5cb9afa303f05b4725f39682f6bfcc951a98c293e75114ceee1183626d
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v2_ethereum.Staking_StakeDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_indexerSTRINGAddress of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_tokensSTRINGArray of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
in_untilSTRINGEthereum 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.
addressremovedin_untilin_tokenslog_indexin_indexerblock_numberblock_timestamptransaction_hash
0xf55041e37e12cd407ad00ce2910b8269b01263b9false171863213689430458277976478519641880x62eecb89c407a731e06e2b2c25563e2a8f96dfaa169847212023-04-05T19:48:11.000Z0xe70525b08bc30380b790ed050e72e0b8880669990db1a6f3a40c5630090bf8cb
0xf55041e37e12cd407ad00ce2910b8269b01263b9false160828414015972323514913213418531260x4c059ccb00e504b4472f8fbb0d2556f165bdbb3b158967492022-11-04T12:48:11.000Z0x2e88ebb7c5b17f6ad798cdca68649f915c77035c96054e24e0b85f279834c8f8
0xf55041e37e12cd407ad00ce2910b8269b01263b9false181669898000000000000008654555605590x07051463ca2414f716d37da8cdbcdb5abe4cc239179653892023-08-21T20:09:11.000Z0x58229b7cb124c267c9bb6ea7cc3e1d97609692b5fe443c675e8756febb678c96
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v2_ethereum.Staking_StakeLocked_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_indexerSTRINGAddress of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_tokensSTRINGArray of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
in_beneficiarySTRINGAddress that receives the tokens, assets, or benefits from the operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_rewardin_tokenslog_indexin_indexerblock_numberin_beneficiaryblock_timestamptransaction_hash
0xf55041e37e12cd407ad00ce2910b8269b01263b9false625018601497239982881871250037202994479965763743550x63c560997b8338f2b033f3ffdcc0f7c680feec45163423660xc56961836857210e256d71c91a62e908650753802023-01-05T18:25:47.000Z0x555a9ed6d7358fbb5786670af8153fa09cf62718708bae006f18282ba87dccc8
0xf55041e37e12cd407ad00ce2910b8269b01263b9false1362521024330361469455327250420486607229389106630x76e84025978a0c16fc7ba483718b667388f2973c130582300xe3671ff90401c21e2bb55b2dfab4506cede113e52021-08-19T21:39:29.000Z0x1596590788e3b6464685e27ab099daa36f8bf9236153ee6ea8cde379bd2da3cf
0xf55041e37e12cd407ad00ce2910b8269b01263b9false1397457460851652789184927949149217033055783698580x76e84025978a0c16fc7ba483718b667388f2973c130582300xe3671ff90401c21e2bb55b2dfab4506cede113e52021-08-19T21:39:29.000Z0x1596590788e3b6464685e27ab099daa36f8bf9236153ee6ea8cde379bd2da3cf
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v2_ethereum.Staking_StakeSlashed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_indexerSTRINGAddress of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_tokensSTRINGArray of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
addressremovedin_tokenslog_indexin_indexerblock_numberblock_timestamptransaction_hash
0xf55041e37e12cd407ad00ce2910b8269b01263b9false1066009255350150637007754060xa7b07d3305d25306986eb50c0af30a48f067a99e177212072023-07-18T16:09:35.000Z0xac7dbf1f144e12f98fc55fd5924645edd7f1ad7a0f080e74a234195c4268b1a0
0xf55041e37e12cd407ad00ce2910b8269b01263b9false1000000000000000000000002030x646c3e975e33516cc6ccb39c2f8380c7f1cd6aab177222982023-07-18T19:50:23.000Z0xd083246ef54400ab71bcc5452a520f9998269cb3a8b7e958f72bcf0a68898851
0xf55041e37e12cd407ad00ce2910b8269b01263b9false111111110833333333333333335410xc60d0c8c74b5d3a33ed51c007ebae682490de261138995152021-12-29T09:56:08.000Z0x685c25e11f4457d05c0254f9fac83a2f82cc908b047d23585fd9ae51e6ae35ae
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v2_ethereum.Staking_StakeWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100