Skip to main content

Tables

Curation_Burned_event

Curation signal withdrawal events from The Graph protocol on Ethereum, recording when curators burn their curation shares on subgraph deployments to redeem GRT tokens. Used to analyze curator behavior, signal lifecycle, and subgraph adoption trends.
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_curatorSTRINGEthereum address of the curator performing the signal or burn operation in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_subgraphDeploymentIDSTRINGUnique identifier for a subgraph deployment in The Graph protocol. 66-character hex string including 0x prefix.
in_tokensSTRINGArray of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
in_signalSTRINGAmount 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.
addressremovedin_signalin_tokenslog_indexin_curatorblock_numberblock_timestamptransaction_hashin_subgraphDeploymentID
0x8fe00a685bcb3b2cc296ff6ffeab10aca4ce1538false145940034674058645016212984937206654396077381520xadca0dd4729c8ba3acf3e99f3a9f471ef37b6825147666442022-05-13T09:49:07.000Z0xb2564629b2c87b4181daff2f817a1107577508ffa3fd662f734545614a50fabc0x7ef9d81e3d5b10910808f1519135928275f518ee8a85fb01880f446231a0db7a
0x8fe00a685bcb3b2cc296ff6ffeab10aca4ce1538false533152690128944592041182902560761511126674630xadca0dd4729c8ba3acf3e99f3a9f471ef37b6825147702232022-05-13T23:03:48.000Z0xdb38e3e064eb0104e09e93278e8f32d20afd9d4f1f64fde282fe21959ce7a3670x4a008334f8e7ea21be223d15462084f51abcc0e6625f61de806b8456e67e603e
0x8fe00a685bcb3b2cc296ff6ffeab10aca4ce1538false179427492204831289048321942249589147929975472890xadca0dd4729c8ba3acf3e99f3a9f471ef37b6825147700312022-05-13T22:22:56.000Z0xfacfbb73508f9b18fdf941e15f0ffcc4ae0f01d8ee208c182e2ff8efc23fa08c0x9f305faeec7f327dc145d078ec2168e284b1bf46a67c15160965226e97f21191
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.Curation_Burned_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Curation_Collected_event

Curation fee collection events from The Graph protocol on Ethereum, recording GRT tokens collected from subgraph deployment curation activities. Used for analyzing curator rewards and protocol fee distribution across indexed subgraphs.
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_subgraphDeploymentIDSTRINGUnique identifier for a subgraph deployment in The Graph protocol. 66-character hex string including 0x prefix.
in_tokensSTRINGArray of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
addressremovedin_tokenslog_indexblock_numberblock_timestamptransaction_hashin_subgraphDeploymentID
0x8fe00a685bcb3b2cc296ff6ffeab10aca4ce1538false126745113723564852302115414452020-12-28T08:54:18.000Z0x5928999d479f1ed6e4a6bf55af21c0eee01d98cdc5ba9518c05ce2753a32e50c0x31edcacc9a53bc8ab4be2eeb0d873409da4c4228cb2d60e4243bd3b4e8af7500
0x8fe00a685bcb3b2cc296ff6ffeab10aca4ce1538false127344204753297585249115415452020-12-28T09:15:24.000Z0x3f6fca2604bb99ba09a57a70035d40a6fedfa1cc4bb4e20dec0dab8a22b99c570x31edcacc9a53bc8ab4be2eeb0d873409da4c4228cb2d60e4243bd3b4e8af7500
0x8fe00a685bcb3b2cc296ff6ffeab10aca4ce1538false127576174229832206176115415292020-12-28T09:13:37.000Z0xac6a28ba291de8de26b437630201c1cdf2df03efe6e7e136dd1b1fa06198c61f0x31edcacc9a53bc8ab4be2eeb0d873409da4c4228cb2d60e4243bd3b4e8af7500
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.Curation_Collected_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Curation_Signalled_event

Curation signal events from The Graph protocol on Ethereum, recording when curators stake GRT tokens on subgraph deployments. Contains curator addresses, signal amounts, token quantities with curation tax, and subgraph deployment identifiers for analyzing curator behavior and subgraph quality signals.
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_curatorSTRINGEthereum address of the curator performing the signal or burn operation in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_subgraphDeploymentIDSTRINGUnique identifier for a subgraph deployment in The Graph protocol. 66-character hex string including 0x prefix.
in_tokensSTRINGArray of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
in_signalSTRINGAmount 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_curationTaxSTRINGAmount of GRT tokens collected as curation tax on this signaling transaction, denominated in wei (10^-18 GRT). The Graph protocol charges a percentage of signaled tokens as a tax, typically 2.5% of the deposited amount.
addressremovedin_signalin_tokenslog_indexin_curatorblock_numberin_curationTaxblock_timestamptransaction_hashin_subgraphDeploymentID
0x8fe00a685bcb3b2cc296ff6ffeab10aca4ce1538false113741600623408671987130678300125000000000002200xadca0dd4729c8ba3acf3e99f3a9f471ef37b6825170842451306783001250000000002023-04-20T00:40:11.000Z0x124e0366fc535c70c34cf65492118d326e0a53af5b023d37b882758fe30bdcf70xcbeff8faca06909f08062de5e6be99bb0fcabc3dff101c2411d02efee7493856
0x8fe00a685bcb3b2cc296ff6ffeab10aca4ce1538false340132433054207793356003018478209477739478670xadca0dd4729c8ba3acf3e99f3a9f471ef37b682517088240600301847820947773942023-04-20T14:16:23.000Z0xbbd323dc6ccd7f851b040508ecf783077b2589331263b8e9c0400a9279f815610x74a5b87c996567028cf99ddf71af2ba687fb9581b1cb8572a397dcbb6963b815
0x8fe00a685bcb3b2cc296ff6ffeab10aca4ce1538false703562363973514433185000000000000000000000840xadca0dd4729c8ba3acf3e99f3a9f471ef37b682517087366500000000000000000002023-04-20T11:19:11.000Z0xa1fb1ed192a427ac682025f335445e7745da4b9b92a95a460fbd1462e6cb41ac0x74a5b87c996567028cf99ddf71af2ba687fb9581b1cb8572a397dcbb6963b815
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.Curation_Signalled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DisputeManager_DisputeAccepted_event

Accepted dispute events from The Graph protocol on Ethereum, recording when fishermen successfully challenge indexer behavior and receive token rewards. Used for analyzing dispute resolution outcomes and slashing penalties in The Graph’s decentralized indexing 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_disputeIDSTRINGUnique identifier for a dispute in The Graph protocol’s dispute resolution system. 66-character hex string including 0x prefix.
in_indexerSTRINGAddress of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_fishermanSTRINGAddress of the fisherman who initiated the dispute 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_numberin_disputeIDin_fishermanblock_timestamptransaction_hash
0x97307b963662cca2f7ed50e38dcc555dffc4fb0bfalse725018601497239982881873570x63c560997b8338f2b033f3ffdcc0f7c680feec45163423660x08de8c88793b5eda85ac752ca7d1482ef9bf7df8425a2601285e053ba38ff6900xc56961836857210e256d71c91a62e908650753802023-01-05T18:25:47.000Z0x555a9ed6d7358fbb5786670af8153fa09cf62718708bae006f18282ba87dccc8
0x97307b963662cca2f7ed50e38dcc555dffc4fb0bfalse24332897034375926042922550x76e84025978a0c16fc7ba483718b667388f2973c130582300xf6dd49f420750111fe0ec51b4e5c4f175ce2a65a864d6f714e7c2ef66829031a0xe3671ff90401c21e2bb55b2dfab4506cede113e52021-08-19T21:39:29.000Z0x1596590788e3b6464685e27ab099daa36f8bf9236153ee6ea8cde379bd2da3cf
0x97307b963662cca2f7ed50e38dcc555dffc4fb0bfalse24700407214744539531202500x76e84025978a0c16fc7ba483718b667388f2973c130582300xa6e48245e348d1533e31cba5bac4da3125104c927c53b11fa99ab95a8ba15a270xe3671ff90401c21e2bb55b2dfab4506cede113e52021-08-19T21:39:29.000Z0x1596590788e3b6464685e27ab099daa36f8bf9236153ee6ea8cde379bd2da3cf
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.DisputeManager_DisputeAccepted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DisputeManager_DisputeDrawn_event

Records of drawn (tied) dispute resolutions in The Graph protocol’s dispute manager on Ethereum, where challenges between fishermen and indexers result in no clear winner. Used for analyzing governance outcomes and token slashing events in The Graph’s decentralized indexing 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_disputeIDSTRINGUnique identifier for a dispute in The Graph protocol’s dispute resolution system. 66-character hex string including 0x prefix.
in_indexerSTRINGAddress of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_fishermanSTRINGAddress of the fisherman who initiated the dispute 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_numberin_disputeIDin_fishermanblock_timestamptransaction_hash
0x97307b963662cca2f7ed50e38dcc555dffc4fb0bfalse100000000000000000000002840x5a8904be09625965d9aec4bffd30d853438a053e126925430x08e959b7cf82f4935a5063721d7b7a01a0b33ebf0c8056b4d7ce4d126e7049a30x992bb240b1ef27bc95a2e4767d9de6f8bf6d96322021-06-23T20:26:07.000Z0x06e38b76dccdeda22b67cb7f6453d01d94377ad8079fa858ae6f152092e8ee99
0x97307b963662cca2f7ed50e38dcc555dffc4fb0bfalse100000000000000000000003600x453b5e165cf98ff60167ccd3560ebf8d436ca86c140372020xb856a651b6ceec4d41f3903ca84544b32ccc452eedc5a4de2a523984b09cb2aa0xec022aa5960c97764237f3dde3ed4065dd7ecf2f2022-01-19T17:05:53.000Z0xb8f067d9d2da5c7e1eadf8c0ca3b34cce0eac082c2bda1b4be2545ccbed4b6aa
0x97307b963662cca2f7ed50e38dcc555dffc4fb0bfalse100000000000000000000001010x453b5e165cf98ff60167ccd3560ebf8d436ca86c139990710xacb9026d7aba202bdf26776d7b21bbc8215282f39d10a06b2dc20e6a36d2207a0xec022aa5960c97764237f3dde3ed4065dd7ecf2f2022-01-13T19:39:01.000Z0x90bed50f59b1080ee7e93e6e876dd24447e849da9194b59097313b99f7e7bb19
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.DisputeManager_DisputeDrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DisputeManager_DisputeRejected_event

No description available.
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_disputeIDSTRINGUnique identifier for a dispute in The Graph protocol’s dispute resolution system. 66-character hex string including 0x prefix.
in_indexerSTRINGAddress of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_fishermanSTRINGAddress of the fisherman who initiated the dispute 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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.DisputeManager_DisputeRejected_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DisputeManager_IndexingDisputeCreated_event

Indexing dispute creation events from The Graph protocol’s DisputeManager contract on Ethereum, where fishermen challenge indexers with staked tokens. Used to analyze protocol governance, dispute patterns, and indexer slashing activity across subgraph allocations.
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_disputeIDSTRINGUnique identifier for a dispute in The Graph protocol’s dispute resolution system. 66-character hex string including 0x prefix.
in_indexerSTRINGAddress of the indexer participating in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_fishermanSTRINGAddress of the fisherman who initiated the dispute 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_allocationIDSTRINGUnique identifier for a token allocation in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_tokenslog_indexin_indexerblock_numberin_disputeIDin_fishermanblock_timestampin_allocationIDtransaction_hash
0x97307b963662cca2f7ed50e38dcc555dffc4fb0bfalse100000000000000000000001680x62eecb89c407a731e06e2b2c25563e2a8f96dfaa166332050x2b07b4fb43084b5b519adb0926327a89e077314e39aa92a683cb090e8f33940b0x2c452073377ec65b4b8c7dfa995624d60028cd532023-02-15T09:19:23.000Z0x7ba06d64de3606b6a3f59c5105c243f203e16f2c0x67aca50d358c26015634b14ee066c1838fa24a299a27dd5252c34d36e990f070
0x97307b963662cca2f7ed50e38dcc555dffc4fb0bfalse10000000000000000000000100x5a8904be09625965d9aec4bffd30d853438a053e123770680x08e959b7cf82f4935a5063721d7b7a01a0b33ebf0c8056b4d7ce4d126e7049a30x992bb240b1ef27bc95a2e4767d9de6f8bf6d96322021-05-05T22:49:53.000Z0x3a8dace06b3db1f870ffa9c2d0f50e4f7945abf60xf241ecfb0205696c74eff0d3853d26fb265b0906b98767bc7345dd766bf7d4a2
0x97307b963662cca2f7ed50e38dcc555dffc4fb0bfalse100000000000000000000003040x5a8904be09625965d9aec4bffd30d853438a053e123770570x6f6b765d937dbb774bbfce23309cd41658be4d39dea336c2729374eb3dd9d2b70x992bb240b1ef27bc95a2e4767d9de6f8bf6d96322021-05-05T22:47:59.000Z0x3b1361093cb7b4a98c05a6455e2c76fd5099acee0x3e03910426bece3d4704eae2cacf085c4bd84523e775416caa0c472ab8984e60
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.DisputeManager_IndexingDisputeCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RewardsManager_RewardsAssigned_event

Indexing reward distribution events from The Graph protocol on Ethereum, recording GRT token amounts assigned to indexers per epoch and allocation. Used for analyzing indexer revenue, reward distribution patterns, and protocol incentive economics.
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_allocationIDSTRINGUnique identifier for a token allocation in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_epochSTRINGEpoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_epochin_amountlog_indexin_indexerblock_numberblock_timestampin_allocationIDtransaction_hash
0x9ac758ab77733b4150a901ebd659cbf8cb93ed66false52547189993398632290000004970x4167eb613d784c910f5dc0f3f0515d61ec6ec8df149421632022-06-11T03:50:17.000Z0xa0e102d2137a0b9631d5676e4af161822d9c55430xe635a65a5bc27702ddbe8a775a898be000847d3fa3177d17179ac89fa2cb2c89
0x9ac758ab77733b4150a901ebd659cbf8cb93ed66false5257408118728205983900242950x4167eb613d784c910f5dc0f3f0515d61ec6ec8df149421772022-06-11T03:52:17.000Z0x258661dbd61533808239f4210a2fe8d038661cf60x63a5bc32ecb9c4c80a17b3deb20a652160c6381c3d5f543bb328c8431c8503c5
0x9ac758ab77733b4150a901ebd659cbf8cb93ed66false5254769631029769150000000790x4167eb613d784c910f5dc0f3f0515d61ec6ec8df149421682022-06-11T03:50:58.000Z0xcdb100cae5ca85a3c2c764b523a94fc6ced9113e0x6623e03c128285ea9c309c71f82aefc22bb9eadc84c6a4ccb3e95eee0c7c3121
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.RewardsManager_RewardsAssigned_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RewardsManager_RewardsDenied_event

Records of denied indexing rewards from The Graph protocol’s RewardsManager contract on Ethereum. Tracks instances where indexer allocations were rejected for reward distribution in specific epochs, useful for analyzing indexer performance issues and protocol compliance.
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_allocationIDSTRINGUnique identifier for a token allocation in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_epochSTRINGEpoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle.
addressremovedin_epochlog_indexin_indexerblock_numberblock_timestampin_allocationIDtransaction_hash
0x9ac758ab77733b4150a901ebd659cbf8cb93ed66false882710x978cd3207d0cf5a89003d85c2913bc9be120c31f173706172023-05-30T08:38:47.000Z0x7c1b0d8a95b634d3b39d5bcfe272271ba43a2ffb0xe65af7696d0279434181c2e27a2c92bf9e91b561213cdb94e60901aa2d297f37
0x9ac758ab77733b4150a901ebd659cbf8cb93ed66false882800x5140ff5e7cbc5272c67e604611fdbf6dba7c27a6173715382023-05-30T11:46:59.000Z0x41262d430fea68bff61e1aa54557d1060f531c910x7dda2ecf5971a35978a021700d70fcbabdf8cc14739e605d757676c9ee0c63f9
0x9ac758ab77733b4150a901ebd659cbf8cb93ed66false889880x223260f3ca014adc40c98d50d5c4178657d53e26174221702023-06-06T15:03:35.000Z0x5c40a5db5b9fc816ba79e7565fb08985c56697c00xabb19a30b05169dae90b24f871e666a1c6c0dbd294f676d28e4852403929f82d
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.RewardsManager_RewardsDenied_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staking_AllocationClosed_event

Allocation closure events from The Graph protocol on Ethereum, recording when indexers close their stake allocations to subgraphs with proof of indexing (POI) data and token amounts. Used for analyzing indexer staking behavior, reward distribution timing, and subgraph indexing completion across protocol epochs.
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_subgraphDeploymentIDSTRINGUnique identifier for a subgraph deployment in The Graph protocol. 66-character hex string including 0x prefix.
in_epochSTRINGEpoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle.
in_tokensSTRINGArray of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
in_allocationIDSTRINGUnique identifier for a token allocation in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_effectiveAllocationSTRINGToken amount that was effectively staked to this allocation after applying delegation weighting rules in The Graph protocol. Denominated in wei (smallest GRT unit), typically larger than in_tokens when delegators are involved.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_poiSTRINGProof of Indexing (POI) hash submitted by the indexer to cryptographically verify they correctly indexed the subgraph deployment. A zero hash indicates no valid proof was provided for this allocation closure.
in_isDelegatorBOOLFlag indicating whether the allocation was closed by a delegator or the indexer themselves. False indicates the indexer directly closed the allocation.
in_poiaddressremovedin_epochin_senderin_tokenslog_indexin_indexerblock_numberin_isDelegatorblock_timestampin_allocationIDtransaction_hashin_effectiveAllocationin_subgraphDeploymentID
0x9a5a7144c872dfafe9e0864730d42f1e5cf6ebf5163fcd741e5094b1ce3290ec0xf55041e37e12cd407ad00ce2910b8269b01263b9false5940x07eb5c56ee6d928fc5faaa89e74422c6c64bf786118846000000000000000000940x55f3dcdaf0b73f7f0c761a9070d8865f37986e2c15401044false2022-08-24T05:18:59.000Z0x5f1d5283144a61a26652683a55d6615aef9920540x697600b435214b761c7b9d2c524f7a61e472621e47d552d752cd9babdf5751af29711500000000000000000000x42a81a83f3bf21ba5c9aab216ed4b0d315c9a7cf6e856765bb439c72cc679272
0x64ed785bfb6bcfcbee50679e163c3559f5801f7cd9d63ca188bebdedb7d6c0200xf55041e37e12cd407ad00ce2910b8269b01263b9false5940x07eb5c56ee6d928fc5faaa89e74422c6c64bf7862000000000000000000000005660x55f3dcdaf0b73f7f0c761a9070d8865f37986e2c15401019false2022-08-24T05:12:40.000Z0xb00e7cd052885f0890f707154b85fd8a161371d00x7be363155b2bea8fda80ad9e903e77028751f1a5f56b7204780d4d0ed77b3b8956000000000000000000000000x73d760c6ef8fb889b3af6625fff6f22fed34218ee33ff27aa0d75932678d3065
0x288783a337c1bd4f47747ec1e9589532a19748619af5ad39e320733dc8c9641d0xf55041e37e12cd407ad00ce2910b8269b01263b9false5940x5e34ec7569db1808e76994c646e6600d81099166450000000000000000000000610xd68acbab921191a55faeb3d64614f54194604f9915400539false2022-08-24T03:27:08.000Z0x00258edd2f9399b8326cdc5b92beeebcf88e9c3a0x123376b915906160f7427f3ae6a9e08c22b9b04254ea8c103d1103a0aa1ede1a22500000000000000000000000xae2811a2ee2fc40c34ae842b5d242f7a2979592ab8e5e6057dd93ede38582db6
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.Staking_AllocationClosed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staking_AllocationCollected_event

AllocationCollected event logs from The Graph Protocol staking contract on Ethereum, recording when indexers collect query fee rebates and curation fees from closed allocations for specific subgraph deployments. Used for analyzing indexer revenue distribution across epochs and subgraph performance.
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_subgraphDeploymentIDSTRINGUnique identifier for a subgraph deployment in The Graph protocol. 66-character hex string including 0x prefix.
in_epochSTRINGEpoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle.
in_tokensSTRINGArray of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
in_allocationIDSTRINGUnique identifier for a token allocation in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_curationFeesSTRINGCuration fees collected from query fees as part of this indexer allocation closure. Denominated in wei (smallest GRT unit), often zero for allocations with no curator signals.
in_rebateFeesSTRINGQuery rebate fees collected by the indexer for this allocation, denominated in GRT (The Graph token) with 18 decimal places. Always present in sample data, typically representing the majority of the total tokens collected compared to curation fees.
addressin_fromremovedin_epochin_tokenslog_indexin_indexerblock_numberin_rebateFeesblock_timestampin_allocationIDin_curationFeestransaction_hashin_subgraphDeploymentID
0xf55041e37e12cd407ad00ce2910b8269b01263b90x4a53cf3b3eda545dc61dee0ca21ea8996c94385ffalse2761635000000000000680x8f9793029b66325b70fffbfdf2b04d84916824661328433714567850000000002021-09-23T21:14:27.000Z0x121bcabdcddca261ce1c27f5259c1f6bfd5434541618650000000000x10ff3d7ae5aef7367cc1994069ed0212a232c2f41b48ef21296388789c9038cc0xc064c354bc21dd958b1d41b67b8ef161b75d2246b425f68ed4c74964ae705cbd
0xf55041e37e12cd407ad00ce2910b8269b01263b90x4a53cf3b3eda545dc61dee0ca21ea8996c94385ffalse276449000000000000380x8f9793029b66325b70fffbfdf2b04d8491682466132843554000590000000002021-09-23T21:17:56.000Z0x6c198dc6bb22a4ab73a22a5f41413c47f7eb3f6d444510000000000xa79841b0e80d901f7e3a8c53777b429a36f6872def550443011875f63e27af3c0x2aaeb45afa62af1cc8f6d61decd5249429e0aaed67996238adc2bfd396b5f715
0xf55041e37e12cd407ad00ce2910b8269b01263b90x4a53cf3b3eda545dc61dee0ca21ea8996c94385ffalse2761000000000000450x8f9793029b66325b70fffbfdf2b04d8491682466132843478910000000002021-09-23T21:16:01.000Z0x38f6ab7956217a024a579c9ea63b684cfdeec4fe990000000000x84274bdf86c854346bf5478f45092d7d2b382a011341e6d476c1819ad7ce38700x4a008334f8e7ea21be223d15462084f51abcc0e6625f61de806b8456e67e603e
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.Staking_AllocationCollected_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staking_AllocationCreated_event

Records of Graph Protocol indexer stake allocations to subgraph deployments on Ethereum, tracking GRT token amounts allocated per epoch. Used to analyze indexer economic activity, subgraph popularity, and network participation 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_subgraphDeploymentIDSTRINGUnique identifier for a subgraph deployment in The Graph protocol. 66-character hex string including 0x prefix.
in_epochSTRINGEpoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle.
in_tokensSTRINGArray of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
in_allocationIDSTRINGUnique identifier for a token allocation in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_metadataSTRINGMetadata payload associated with the operation. Hex-encoded bytes containing protocol-specific auxiliary data such as action identifiers, addresses, amounts, and configuration parameters.
addressremovedin_epochin_tokenslog_indexin_indexerin_metadatablock_numberblock_timestampin_allocationIDtransaction_hashin_subgraphDeploymentID
0xf55041e37e12cd407ad00ce2910b8269b01263b9false66297000000000000000000000850x5ea935a6164629dd9c0f7f1e3b79c2d041108e260x0000000000000000000000000000000000000000000000000000000000000000118854452021-02-19T05:34:06.000Z0xa218d11dab53f81689278db0c7e1e80887243d020xfbbeb875b4e221812371ba1e1e841b9e23857661dc8820b2810a7cca4769aab40x31edcacc9a53bc8ab4be2eeb0d873409da4c4228cb2d60e4243bd3b4e8af7500
0xf55041e37e12cd407ad00ce2910b8269b01263b9false661645550000000000000000000760x03db85e86779febdd96d96ba43ac48382fb1a88d0x0000000000000000000000000000000000000000000000000000000000000000118867242021-02-19T10:17:22.000Z0xd74a4014d6758bd07100083197afdfa64635e5760x34e9f0893983168ceb8f47b129636cd97bdf851a182b346ad5b4365749e13aac0x31edcacc9a53bc8ab4be2eeb0d873409da4c4228cb2d60e4243bd3b4e8af7500
0xf55041e37e12cd407ad00ce2910b8269b01263b9false6616455500000000000000000002630x03db85e86779febdd96d96ba43ac48382fb1a88d0x0000000000000000000000000000000000000000000000000000000000000000118866952021-02-19T10:09:48.000Z0xc3eb0c80a071a6795d84651179a2a03fde7e685b0xc450ed2faae3b1e3c293299d9a314bc12f9b7ea8e85322d17014c359b23ce3a30x31edcacc9a53bc8ab4be2eeb0d873409da4c4228cb2d60e4243bd3b4e8af7500
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.Staking_AllocationCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staking_claim_function

Indexer reward claim transactions from The Graph protocol staking contract on Ethereum, including allocation IDs and restaking preferences. Used for tracking indexer earnings distribution and analyzing reward claiming patterns across Graph Network participants.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__allocationIDSTRINGAllocation identifier for The Graph protocol indexer rewards being claimed. Hex-encoded, 0x-prefixed 40-character string representing the specific query allocation from which rewards are withdrawn.
in__restakeBOOLBoolean flag indicating whether claimed indexing rewards are automatically restaked back into the Graph Network allocation. When true, rewards compound within the protocol rather than being withdrawn to the claimer’s wallet.
gasvaluestatusgas_usedsignatureto_addressin__restakeblock_numberfrom_addresstrace_addressblock_timestampin__allocationIDtransaction_hash
2103370true1310480x92fd2daf0xf55041e37e12cd407ad00ce2910b8269b01263b9false120515750x2177318680d9e9265470903b6d0ddfcc5edb054c2021-03-16T19:31:41.000Z0x72e3b1bac38a428cbc3f2babdd2fc9bfacf6c88a0xc5ff9f2fdcaf73e025e34176f013a0ea23ca2aab3cdaa58467854359e4b94c32
2103040true1310300x92fd2daf0xf55041e37e12cd407ad00ce2910b8269b01263b9false120515630xe35c249f495c563e42d5822985158825eb37e61e2021-03-16T19:28:51.000Z0x33672e2c37cbf91a2d97004f65643a95413e56260x5912411d69809c2ecddc6e4898849b807370fec3298aa3b659b61d757d524bc1
2103760true1310740x92fd2daf0xf55041e37e12cd407ad00ce2910b8269b01263b9false120515630x37e3e7799ff278a7aca1feaa7cc25d1d27dbca8c2021-03-16T19:28:51.000Z0x566d469927f1f10f1ab9f9c9ad8fe6f58836ca800xdfe2a8ff3a37ce8f6c91432131ff8301626b1bd20452f186fc5a684672eb71ad
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.Staking_claim_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staking_claimMany_function

Function calls to claim rewards from multiple Graph Protocol indexer allocations simultaneously, with option to restake or withdraw claimed tokens. Used to analyze indexer reward collection patterns and staking strategy behavior.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__allocationIDARRAY<STRING>Array of allocation identifiers being claimed in this transaction for The Graph protocol staking rewards. Each ID is a hex-encoded Ethereum address representing a specific indexer allocation from which rewards are being withdrawn.
in__restakeBOOLBoolean flag indicating whether claimed rewards should be automatically restaked into the Graph protocol allocation or withdrawn. True means rewards are restaked; false means they are claimed to the user’s address.
gasvaluestatusgas_usedsignatureto_addressin__restakeblock_numberfrom_addresstrace_addressblock_timestampin__allocationIDtransaction_hash
2282960true1428080x36a4fbd60xf55041e37e12cd407ad00ce2910b8269b01263b9true165309730xf3152ba60655e662d5ba0249304840b95e3a55402023-02-01T02:25:47.000Z[“0x3eeb4f10643bf47f36ccf629a5c2aa176fdd54e1”]0x7180f346825d032ba473cd79f324654fa3eb926cab0bcd935e28f5725d93b81b
5779600true3718040x36a4fbd60xf55041e37e12cd407ad00ce2910b8269b01263b9false149160380x2177318680d9e9265470903b6d0ddfcc5edb054c2022-06-06T16:59:15.000Z[“0x0338591f7516c53f86856f65b4eeb1371d20e420”,“0x10c6fa0a35a94142b026a73907b3009e9b0e0d0f”,“0x85e39b4a1ab368d5c900565a60a84e9be293b13b”,“0xc34161b72fdba73cecd0c6048e83be48d1a2736c”,“0xefd335b43f6ab5a5bd2d09f6a0de927dee0b6e33”]0x364b05a968c89d7047cc1389d223a91908b4c18bc2fdb3ebee74b2a4e353ac88
9664180true6262470x36a4fbd60xf55041e37e12cd407ad00ce2910b8269b01263b9false149159900x4feab0138f6eb8e71e29b60ea43b480fad74d4742022-06-06T16:47:22.000Z[“0x0d3400161478d54050ed465ff97622a0e051cd1c”,“0x2ec0b2659517aff7f14303b343ff6f473facca57”,“0x92a477f5c165b6db210dcafe89adfe894aa1c67f”,“0xb90b778e9d22a22f527bf20cdbf4d0c703bf0cf5”,“0xbe05036b7456c81c481c8dc7c4392b0013b776c5”,“0xda9d679fe52ce98c511440710296465e677dccb0”,“0xe89b8e99a81aae677866d321c32364f1e4b5efd5”,“0xf09fa203ec643cd5a5b55670b3870ca778b3cc5e”,“0xf13aca285212737f6be555e4ca3771acd22af7c7”]0xc43d934d2daf99bff695f6f4ef8dfac12edde51a4943064d3f654add51fefc5d
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.Staking_claimMany_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staking_DelegationParametersUpdated_event

Events emitted when The Graph protocol indexers update their delegation parameters including query fee cuts, indexing reward cuts, and cooldown periods. Used for tracking indexer configuration changes and analyzing delegation economics on Ethereum mainnet.
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_indexingRewardCutSTRINGIndexer’s share of indexing rewards taken as commission from delegators, expressed in parts per million (PPM). Values like ‘600000’ represent 60%, ‘1000000’ represents 100% of rewards retained by the indexer.
in_queryFeeCutSTRINGPercentage of query fees retained by the indexer before distributing to delegators, expressed in parts per million (e.g., 600000 = 60%). Values typically range from 0 to 1000000, with higher values indicating indexers retain a larger share.
in_cooldownBlocksSTRINGNumber of Ethereum blocks an indexer must wait before delegation parameter changes take effect in The Graph protocol. Typically set to 0 or 1 block based on sample data.
addressremovedlog_indexin_indexerblock_numberin_queryFeeCutblock_timestamptransaction_hashin_cooldownBlocksin_indexingRewardCut
0xf55041e37e12cd407ad00ce2910b8269b01263b9false2720xf251d93b7ef841ff72bee6bb603d1782092e7db1122544136000002021-04-17T00:35:34.000Z0xd29d0869ba4ac23a11359b2fdd57748bb62636fba43ebc442a13fece1aad70c80600000
0xf55041e37e12cd407ad00ce2910b8269b01263b9false2260xf4a097ce3a4efbd1748b2ef2076813961e4e6fa7122586912182612021-04-17T16:31:55.000Z0xbf8f56f6f2a56a0de8c0570e35b48e848e1d8bcba950904a0011e6db431453e21218261
0xf55041e37e12cd407ad00ce2910b8269b01263b9false260xdeddf0ee2e8eb7f532e85bac0b1498d7d60ccae61571024210000002022-10-09T11:28:47.000Z0x8397a5912d588b6e91ed377dafef3d9d7188b1ddf8fee77526c6180cb9c2ead201000000
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.Staking_DelegationParametersUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staking_RebateClaimed_event

Rebate claim events from The Graph protocol staking contract on Ethereum, recording indexer query fee rebates claimed per epoch with allocation IDs and subgraph deployment identifiers. Used for analyzing indexer rewards distribution and delegation fee structures across Graph Network epochs.
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_subgraphDeploymentIDSTRINGUnique identifier for a subgraph deployment in The Graph protocol. 66-character hex string including 0x prefix.
in_allocationIDSTRINGUnique identifier for a token allocation in The Graph protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_epochSTRINGEpoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle.
in_forEpochSTRINGThe Graph protocol epoch number for which this rebate was earned and is being claimed. Typically lags several epochs behind the current epoch (in_epoch) when claims are processed.
in_tokensSTRINGArray of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
in_unclaimedAllocationsCountSTRINGNumber of allocations that remain unclaimed for the indexer at the time of this rebate claim event. Values range from single digits to hundreds, typically decreasing as indexers claim rebates for their allocations.
in_delegationFeesSTRINGDelegation fees collected by the indexer for this specific allocation, denominated in GRT (Graph Token) wei. Value is zero when no delegation fees were earned for the claimed rebate period.
addressremovedin_epochin_tokenslog_indexin_indexerin_forEpochblock_numberblock_timestampin_allocationIDtransaction_hashin_delegationFeesin_subgraphDeploymentIDin_unclaimedAllocationsCount
0xf55041e37e12cd407ad00ce2910b8269b01263b9false5902500xf4a097ce3a4efbd1748b2ef2076813961e4e6fa752118389112021-02-12T01:39:51.000Z0xbfb5c19b189d5b5e3040a4ec2d2581a8aee827400x4d7c55f2f70b24fef62e1a9f4c22808e612ca403ecc86a67d4b7968c1691e2d000x31edcacc9a53bc8ab4be2eeb0d873409da4c4228cb2d60e4243bd3b4e8af75006
0xf55041e37e12cd407ad00ce2910b8269b01263b9false5901140x5a8904be09625965d9aec4bffd30d853438a053e52118389182021-02-12T01:41:16.000Z0xee11860e1e01829967aa081a0608ee7070a33d3d0x270e3a27a720183f30e0c7aa2a2acb00faac07e5331b0c00aafbde335b9ec73200x31edcacc9a53bc8ab4be2eeb0d873409da4c4228cb2d60e4243bd3b4e8af75005
0xf55041e37e12cd407ad00ce2910b8269b01263b9false5901720xd93456bf656436e66a8e0a8835c43a6f59afbb3752118388922021-02-12T01:34:43.000Z0x1034d50ceaf259e2e44a977f273464ace08320bc0x6dc9400491139c7ca9acb0dc409ca4d62fa469f99309ffea54c7d9a840b5a34600x31edcacc9a53bc8ab4be2eeb0d873409da4c4228cb2d60e4243bd3b4e8af750010
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.Staking_RebateClaimed_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 token amounts, delegation shares, and participant addresses for analyzing delegation behavior 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
0xf55041e37e12cd407ad00ce2910b8269b01263b9false71923109675351327019060753486734500000000000002230x1a99dd7d916117a523f3ce6510dcfd6bceab11e7121182280xe97750c73bc2d02d5c1dafff6ddb18d4e4ed9f0d2021-03-27T01:37:17.000Z0xf083b98f4e4c99fef983bf6dc7892511cc4eef9ad813d276fcd2ecfcd88b1916
0xf55041e37e12cd407ad00ce2910b8269b01263b9false58755765064384745197022616903354393750000000001940x1a99dd7d916117a523f3ce6510dcfd6bceab11e7121241030x4e06c33342a57ccd2fc78dcae90de29d3ad29fb62021-03-27T23:25:23.000Z0x3046e6fb0912a372159f8a51f8b8d8a4e79903c5c3b2c926994c61531793d51e
0xf55041e37e12cd407ad00ce2910b8269b01263b9false101207579703766655688311080711035000000000003120x39839abed87475422c5353256d17e08395c3af6b121239650x4ba6014a8a399c85eaa89cc353901de37e1e3e112021-03-27T22:56:32.000Z0x2a4e31f5de67ec8a31fb11deb246e99f876e725faba42075ef8a277a5a9246a9
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.Staking_StakeDelegated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staking_StakeDelegatedWithdrawn_event

StakeDelegatedWithdrawn event logs from The Graph protocol staking contract on Ethereum, recording when delegators withdraw their GRT tokens from indexers. Tracks withdrawal amounts in wei-denominated tokens along with delegator and indexer addresses for analyzing delegation flows and staking behavior.
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
0xf55041e37e12cd407ad00ce2910b8269b01263b9false5970000000000000000002960x3e1536fc83cd5bed83a521a26034ff3e59c6a7c4159295730x0766a2c5fede6fb9c6563fe6401706f68996f1a12022-11-09T02:44:23.000Z0xae2c1efa994f51f2fcf37e3b4518f3991a6600bf378ae0991810ac04ee6569d5
0xf55041e37e12cd407ad00ce2910b8269b01263b9false24816959250381306258231470x6125ea331851367716bee301ecde7f38a7e429e7159314070x8b8ef01f391ece3dc17d26306c7d28dd6a26d3322022-11-09T08:53:23.000Z0x99be6cdb23461957fce92e1d01b52fb5b28c73a1775c5f355af8399b21b94405
0xf55041e37e12cd407ad00ce2910b8269b01263b9false321681052028807886025024040x39839abed87475422c5353256d17e08395c3af6b164888490x25e3b602cd7927d1df5169854cb72c67397d68de2023-01-26T05:17:35.000Z0xa6a690bd7d38dcc3755b3b8f6d61e9ff5de9081ade75a4ddb81d77d0f4c185c9
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.Staking_StakeDelegatedWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staking_StakeDeposited_event

GRT (Graph) token stake deposit events from The Graph protocol staking contract on Ethereum, recording when delegators or indexers add tokens to stake positions. Used for analyzing staking behavior, indexer growth, and protocol participation 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_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
0xf55041e37e12cd407ad00ce2910b8269b01263b9false11179978406351555171390x39839abed87475422c5353256d17e08395c3af6b117990342021-02-05T22:46:10.000Z0xc896c5b549b57237715155111fb12186449e052b6b1389b6fa7a6b43200f46e7
0xf55041e37e12cd407ad00ce2910b8269b01263b9false1718761654689108242890x39839abed87475422c5353256d17e08395c3af6b117990362021-02-05T22:46:19.000Z0xd178982f9d1cf88130bea1115985768398d6fd8e4f79561a29bd7cb2b14a133b
0xf55041e37e12cd407ad00ce2910b8269b01263b9false78493128591756452000001440x4bd07ae84869eaf4413c1a9873a534109f40cc3a117977232021-02-05T17:46:56.000Z0xedf41a8b8fa2002797d9fad0368c367ccd75fe26b16bb1c9b9fae35bd1b9eb65
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.Staking_StakeDeposited_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 when indexer stakes are penalized for protocol violations. Contains slashed token amounts, associated rewards, indexer addresses, and beneficiary recipients for analyzing network security enforcement and indexer performance penalties.
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
0xf55041e37e12cd407ad00ce2910b8269b01263b9false1295246548754049871900925904930975080997438019730x76e84025978a0c16fc7ba483718b667388f2973c130582300xe3671ff90401c21e2bb55b2dfab4506cede113e52021-08-19T21:39:29.000Z0x1596590788e3b6464685e27ab099daa36f8bf9236153ee6ea8cde379bd2da3cf
0xf55041e37e12cd407ad00ce2910b8269b01263b9false1470040721474453953120229400814429489079062405480x76e84025978a0c16fc7ba483718b667388f2973c130582300xe3671ff90401c21e2bb55b2dfab4506cede113e52021-08-19T21:39:29.000Z0x1596590788e3b6464685e27ab099daa36f8bf9236153ee6ea8cde379bd2da3cf
0xf55041e37e12cd407ad00ce2910b8269b01263b9false1328457998722102432718926569159974442048654378680x76e84025978a0c16fc7ba483718b667388f2973c130582300xe3671ff90401c21e2bb55b2dfab4506cede113e52021-08-19T21:39:29.000Z0x1596590788e3b6464685e27ab099daa36f8bf9236153ee6ea8cde379bd2da3cf
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_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 on Ethereum, recording when indexers unstake Graph Tokens (GRT) from the staking contract. Used for analyzing indexer staking behavior, capital allocation changes, and protocol participation dynamics.
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
0xf55041e37e12cd407ad00ce2910b8269b01263b9false1000000000000000000000002030x646c3e975e33516cc6ccb39c2f8380c7f1cd6aab177222982023-07-18T19:50:23.000Z0xd083246ef54400ab71bcc5452a520f9998269cb3a8b7e958f72bcf0a68898851
0xf55041e37e12cd407ad00ce2910b8269b01263b9false1066009255350150637007754060xa7b07d3305d25306986eb50c0af30a48f067a99e177212072023-07-18T16:09:35.000Z0xac7dbf1f144e12f98fc55fd5924645edd7f1ad7a0f080e74a234195c4268b1a0
0xf55041e37e12cd407ad00ce2910b8269b01263b9false100000000000000000002580x06590a641dc3eb43f2cebe435576389f209116da114548312020-12-15T02:11:30.000Z0x0bad21ce53c35950e57441e09f0de0973dab50afeef6b45f4ae51bd42cbe2ca6
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.Staking_StakeWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staking_undelegate_function

Function call records for undelegating GRT tokens from indexers in The Graph protocol’s staking contract on Ethereum. Tracks delegator withdrawals with share amounts and returned token values for analyzing delegation flows and indexer stake changes.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__indexerSTRINGContract address of the indexer from whom shares are being undelegated in The Graph protocol. Hex-encoded, 0x-prefixed 40-character Ethereum address; null when transaction fails.
in__sharesSTRINGNumber of delegation shares being removed from the specified indexer in The Graph protocol. Input parameter for the undelegate function, represented as a high-precision integer string typically in the quadrillions range.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
gasvaluestatusgas_usedout_anon0signaturein__sharesto_addressin__indexerblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
2783200true6941593423380012162042310970x4d99dd1686707006316927247845680xf55041e37e12cd407ad00ce2910b8269b01263b90x5a8904be09625965d9aec4bffd30d853438a053e128453670x397e4922317be1aa463de4233b676d1eadf407652021-07-17T16:37:31.000Z0x7739d4745ca27b2916de04b220b3d25455bf748312d08ec1a8178bc582865ef0
2783200true10359271189867180781337503800x4d99dd1665194878630214146295770xf55041e37e12cd407ad00ce2910b8269b01263b90x9238584c74e5fa445a8f72a4d4ef4699dd783852128453790x397e4922317be1aa463de4233b676d1eadf407652021-07-17T16:41:34.000Z0x02553a56768f5b72efd485ac9693b40258efd7d838de6396cbaada12966694cf
2783200true103592162628074818516126361850x4d99dd16151172873120494095729190xf55041e37e12cd407ad00ce2910b8269b01263b90xb06071394531b63b0bac78f27e12dc2beaa913e4128435150x109ea970dfa1042c4322528b3591b0cf9b2949cb2021-07-17T09:43:45.000Z0xaf6dcd756128263fa97fb801017a346459011a413340d4ac9116f2cef3bdaccc
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.Staking_undelegate_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staking_withdrawDelegated_function

Delegation withdrawal transactions from The Graph protocol staking contract on Ethereum, tracking delegators removing GRT tokens from indexers. Used for analyzing delegation flows, indexer performance metrics, and delegator behavior 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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__indexerSTRINGAddress of The Graph indexer from which delegated stake is being withdrawn. Always non-zero when function executes successfully on the Staking contract.
in__delegateToIndexerSTRINGAddress of the new indexer to which the withdrawn delegation will be redirected on The Graph protocol. Typically set to the zero address when not re-delegating withdrawn tokens.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
gasvaluestatusgas_usedout_anon0signatureto_addressin__indexerblock_numberfrom_addresstrace_addressblock_timestamptransaction_hashin__delegateToIndexer
2784400true8463211691074645482103313400x51a60b020xf55041e37e12cd407ad00ce2910b8269b01263b90xd11e05240a50e2eedb03e72d4c9c6465bc05f2a4130665800xca85c97e49d1022cf095adeba300662dc590e13a2021-08-21T04:43:33.000Z0x281c5cac3a79a25c93017929d464d89655729da0214f54fe25b35433a56016a60x0000000000000000000000000000000000000000
2784400true84632121053529328317185599610x51a60b020xf55041e37e12cd407ad00ce2910b8269b01263b90x85fe868adf7f5950b052469075556fb207e5372d130671740x0f715b4a1426c8d1ca77e4173dff15659a5fe6db2021-08-21T06:53:52.000Z0x66db6f6e891ec17d0188a30dd7083ac886b40eba266cbb7b9c155cb89b9313a80x0000000000000000000000000000000000000000
2784400true8463211732675562085983011130x51a60b020xf55041e37e12cd407ad00ce2910b8269b01263b90x5a8904be09625965d9aec4bffd30d853438a053e130668260x25f5906916f1588997fdcd353124df1c374c93cf2021-08-21T05:39:48.000Z0xc851e5b54246742273b63f7cb3d25a709a689354304f09ce7c28394dbf9f08bf0x0000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_ethereum.Staking_withdrawDelegated_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100