Skip to main content

Tables

Billing_CollectorUpdated_event

Billing collector address configuration changes from The Graph protocol on Arbitrum, tracking when collector addresses are enabled or disabled for payment processing. Used for analyzing The Graph’s billing infrastructure and payment routing changes over time.
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_collectorSTRINGAddress that receives collected fees or content. Hex-encoded, 0x-prefixed, 42-character string.
in_enabledBOOLBoolean flag indicating whether recovery mode or the collector is enabled.
addressremovedlog_indexin_enabledblock_numberin_collectorblock_timestamptransaction_hash
0x1b07d3344188908fb6deceac381f3ee63c48477afalse1true960728080x43734f373eb68bdabe0b89172d7da828219ef8612023-05-30T17:38:37.000Z0x4ae268bddb8f45b53bcb7f31626077208334ba78d41a32600640a9ef9bba1566
0x1b07d3344188908fb6deceac381f3ee63c48477afalse11false681429630x76c00f71f4dace63fd83ec80dbc8c30a88b2891c2023-03-09T07:39:28.000Z0xfa6cf17a03d824d560b8c1f76d3b2979a08a7c211dc3f6b86f4a48a94a5fd156
0x1b07d3344188908fb6deceac381f3ee63c48477afalse1false968053220x23e8be81d50856aa60960f0117934ddba68a1ef92023-06-01T21:07:49.000Z0xce5dd38b6d902ac98685a5a333956d43443297121e8ad2f4a0b83f2a328a81a0
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.Billing_CollectorUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Billing_L1BillingConnectorUpdated_event

Events tracking updates to The Graph’s Layer 1 billing connector address on Arbitrum. Used for monitoring billing system configuration changes and cross-layer payment infrastructure updates.
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_l1BillingConnectorSTRINGContract address of the Layer 1 billing connector being updated in The Graph’s billing system. Hex-encoded, 0x-prefixed 40-character Ethereum address that handles billing operations on the L1 chain.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_l1BillingConnector
0x1b07d3344188908fb6deceac381f3ee63c48477afalse11394372702023-10-10T18:46:20.000Z0x8ac23067915c929528cef237d5957c5a2a85e32a63c42e3813bcbf5fb192b7370x8017b9af3f199cc6b08a48da3859410f20bbea72
0x1b07d3344188908fb6deceac381f3ee63c48477afalse0424753402022-11-30T15:35:30.000Z0x56989715c99358a63fd6550c5bb13d4ac68a425c636f857a460f73a1e41afc4e0xba321653bdb2525c866d962ad66be358f6718d78
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.Billing_L1BillingConnectorUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Billing_L2TokenGatewayUpdated_event

Event logs tracking updates to The Graph’s Layer 2 token gateway contract on Arbitrum, recording changes to the gateway address used for bridging GRT tokens between Ethereum and Arbitrum.
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_l2TokenGatewaySTRINGLayer 2 token gateway contract address that was configured or updated in this billing event. Arbitrum-specific EVM address (0x-prefixed) that handles token bridging between L1 and L2.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_l2TokenGateway
0x1b07d3344188908fb6deceac381f3ee63c48477afalse1424723462022-11-30T15:22:03.000Z0xb09cb8ed0b3bbd1514f5eda2fd0106d2659059726b05ce6a13d48956c86c4fd10x65e1a5e8946e7e87d9774f5288f41c30a99fd302
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.Billing_L2TokenGatewayUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Billing_TokensAdded_event

Token deposit events from The Graph’s billing contract on Arbitrum recording user account funding with token amounts and timestamps. Used for tracking protocol usage costs and billing balance changes.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x1b07d3344188908fb6deceac381f3ee63c48477a0x6fa2bacf752dab6cb6e4b922321f03b4cb61d141false100000000000000000000004843413152023-04-26T02:22:36.000Z0x9ad98061130d8b5d04b9e34b8b0e20fbe170af8170f9838dc1d5b0803afc6cbd
0x1b07d3344188908fb6deceac381f3ee63c48477a0x5be0fee0f748c1737793172d42c14e4810d2038efalse406000000000000000000021418057362023-10-18T21:01:01.000Z0xd59ced318a5b84057fa16d7a157eb4bc10ea648b89ae24d54fc62235b8a95807
0x1b07d3344188908fb6deceac381f3ee63c48477a0x5dcb5f4f39caa6ca25380cfc42280330b49d3c93false10000000000000000000021417670222023-10-18T17:47:26.000Z0x0fadd17117062a3b2d5ebecdb5d11eeb5b635fcae625d18c370f75b711a5cc8a
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.Billing_TokensAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Billing_TokensPulled_event

Token withdrawal events from The Graph protocol’s billing contract on Arbitrum, recording when tokens are pulled from user accounts for query fees or service payments. Useful for analyzing protocol revenue and user spending patterns.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x1b07d3344188908fb6deceac381f3ee63c48477a0xaa29881aac939a025a3ab58024d7dd46200fb93dfalse134313806663700944904814553789862023-01-25T14:30:01.000Z0x2f5120e772bf0fb0af92f384c6003072c23a3feae7aa07c18f70fd04813382a1
0x1b07d3344188908fb6deceac381f3ee63c48477a0xec2825b7a3576d78c38492a220520615a43714c7false363636026677329030020552659782023-01-25T02:00:03.000Z0xb50d4b4ac64b807eddb35d705d7af74225aa92cfb01492a3e593d9ffdbf090f6
0x1b07d3344188908fb6deceac381f3ee63c48477a0xe4fdeade164672a3eace9d94be117d24c6d655fdfalse9832116923382706006552659782023-01-25T02:00:03.000Z0xb50d4b4ac64b807eddb35d705d7af74225aa92cfb01492a3e593d9ffdbf090f6
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.Billing_TokensPulled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Billing_TokensRemoved_event

Token withdrawal events from The Graph protocol’s billing contract on Arbitrum. Records token removal transactions with sender, recipient, and amount data for tracking billing balance changes and payment flows.
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_toaddressin_fromremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x98c641ce2297bf04df03313cf699aa20aaebc9070x1b07d3344188908fb6deceac381f3ee63c48477a0x98c641ce2297bf04df03313cf699aa20aaebc907false300000000000000000011039003042023-06-22T22:00:09.000Z0x5fc923522034b0da957dc4730db374664dde74aa4e0da293d0a88efb26e80ddc
0xe153437bc974cfe3e06c21c08aebbf30abaefa2e0x1b07d3344188908fb6deceac381f3ee63c48477a0xe153437bc974cfe3e06c21c08aebbf30abaefa2efalse15000000000000000000000013614973872023-02-16T15:26:08.000Z0xf8d69f281ba168c19554f29d1f1e7c114cd603f24151b5996b539787eb2ef047
0xac7f6653186f4013fba9502236934c41568832400x1b07d3344188908fb6deceac381f3ee63c48477a0x9701db43adeebafb3d0a7334dd0f8df3d009728cfalse150000000000000000031198448842023-08-09T22:57:38.000Z0x6e2ebd591f0aa77747b1e039fe784ae8cbac5ee154464e79f77e1bd7bafdb1d4
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.Billing_TokensRemoved_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Curation_Burned_event

Curation signal withdrawal events from The Graph protocol on Arbitrum, recording when curators burn their curation shares on subgraph deployments. Contains curator addresses, signal amounts burned, and corresponding GRT token redemptions for analyzing curation market dynamics.
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
0x22d78fb4bc72e191c765807f8891b5e1785c8014false19800000000000000000001980000000000000000000130xec9a7fb6cbc2e41926127929c2dce6e9c5d33bec1267337232023-08-31T14:51:35.000Z0x92b0484148b21c418e7e4473c0ae3a48e44f93a8ac42bed23751ffa97d6f28350xf0bb9ee1e2a9c9a5afbc36c710854ad22223b8ae457804d5ab31abf5d1eb79a4
0x22d78fb4bc72e191c765807f8891b5e1785c8014false58000000000000000000058000000000000000000020xec9a7fb6cbc2e41926127929c2dce6e9c5d33bec1268134632023-08-31T20:40:12.000Z0xfd7fec126ae0899a25d30c0311e4d923fb8f7c8ed19016f16e9d71217ddaee0b0xd23b61521f304a81b27a36d6a8f64544ccc9d2e233a794ba850282394de04531
0x22d78fb4bc72e191c765807f8891b5e1785c8014false2475062500000000000247508050522943978520xec9a7fb6cbc2e41926127929c2dce6e9c5d33bec866811872023-05-02T23:26:40.000Z0x1c267885d31fd0c51b0ab3f2875848b0b8207bf037176d518c3460016459c29a0xdccb9b04f35559ece1b4773c20fe40dbd034518afbd392cc8b2cf780c11124ce
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.Curation_Burned_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Curation_Collected_event

Curation reward collection events from The Graph protocol on Arbitrum, tracking GRT tokens earned by curators who signal on subgraph deployments. Used for analyzing curator earnings and subgraph curation activity across different deployment IDs.
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
0x22d78fb4bc72e191c765807f8891b5e1785c8014false356643905946392264889040372023-05-09T11:53:56.000Z0xaef48e6baa94a885bb8a7930962e156fa49ab8db6442762934315a05ab4a47190x93cd10b9f8ec6fee2d720583f713419c5705d0828371100d1a9cb150148a9e08
0x22d78fb4bc72e191c765807f8891b5e1785c8014false593195857479824565722889040372023-05-09T11:53:56.000Z0xaef48e6baa94a885bb8a7930962e156fa49ab8db6442762934315a05ab4a47190x6bde5aa2ace39bae12b8e814a1bf8367284502c627bd3442b085016ec467c2f7
0x22d78fb4bc72e191c765807f8891b5e1785c8014false283568015590337963129889040372023-05-09T11:53:56.000Z0xaef48e6baa94a885bb8a7930962e156fa49ab8db6442762934315a05ab4a47190x73d796b4e020edd4614f89e5311673c30042d9c9431610ed10030b8b8748366d
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.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 Arbitrum, recording when curators stake Graph Tokens (GRT) on subgraph deployments. Includes signal amounts, token deposits, curation tax, and curator addresses for analyzing curation market dynamics and subgraph quality signals.
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 deducted as a curation tax (typically 1% of deposited tokens), denominated in wei. This tax is burned or redistributed when curators signal on a subgraph deployment.
addressremovedin_signalin_tokenslog_indexin_curatorblock_numberin_curationTaxblock_timestamptransaction_hashin_subgraphDeploymentID
0x22d78fb4bc72e191c765807f8891b5e1785c8014false9999999999999999991010101010101010101430xec9a7fb6cbc2e41926127929c2dce6e9c5d33bec210066498101010101010101022024-05-11T06:41:02.000Z0x6c7c1692d1ad1ce3a909039f0f2005b89310b82a23edf09cdfff77138f642ac30x616f178eeb0a2bab142bd623ae16a41969d682ab65df9d79c406123fcc7b63e0
0x22d78fb4bc72e191c765807f8891b5e1785c8014false9999999999999999991010101010101010101130xec9a7fb6cbc2e41926127929c2dce6e9c5d33bec210066498101010101010101022024-05-11T06:41:02.000Z0x6c7c1692d1ad1ce3a909039f0f2005b89310b82a23edf09cdfff77138f642ac30x9e14cf7f448459fc87e17a3b936ef1444427ac0931464a0e8742c07e6cfc7ff6
0x22d78fb4bc72e191c765807f8891b5e1785c8014false9999999999999999991010101010101010101280xec9a7fb6cbc2e41926127929c2dce6e9c5d33bec210066498101010101010101022024-05-11T06:41:02.000Z0x6c7c1692d1ad1ce3a909039f0f2005b89310b82a23edf09cdfff77138f642ac30xad7141f6c06bb947d3a41d0da191bbb24142549eeaacfe2e8b1c6c690066b2fb
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.Curation_Signalled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DisputeManager_DisputeAccepted_event

Resolved dispute events from The Graph protocol’s DisputeManager contract on Arbitrum, recording when fishermen successfully challenge indexer query attestations and receive token rewards. Tracks dispute outcomes with participant addresses and slashed token amounts for analyzing protocol governance and indexer quality.
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
0x0ab2b043138352413bb02e67e626a70320e3bd46false46203440690848463457309280xae9bfdf9eeec808f4f3f6f455cb1968445cc6f2f2809528500x173022fa5fdc8c4723ccb6ae850836599e5f735ec27d81d779f1473d693b57b30x4208ce4ad17f0b52e2cadf466e9cf8286a8696d52024-12-03T15:41:52.000Z0xf7b2ec039f4557c8bc3a8c6a046745b37ed907dc993131815a8251f141e7c71d
0x0ab2b043138352413bb02e67e626a70320e3bd46false21748098945388466269265330xf6a9bad58e74b5165dc31ef24be4377b192f274a2809528500xe02689c0ec9fcdd3fae0f47e274b58fd14b7c290a96c0ad0782e5d602992580d0x4208ce4ad17f0b52e2cadf466e9cf8286a8696d52024-12-03T15:41:52.000Z0xf7b2ec039f4557c8bc3a8c6a046745b37ed907dc993131815a8251f141e7c71d
0x0ab2b043138352413bb02e67e626a70320e3bd46false22049332251680478224887120xf6a9bad58e74b5165dc31ef24be4377b192f274a2765546200x87285fd01fde93df35fbecc217a1c66a2c9466d8158fbc4eaed3de03b9f20c720x4208ce4ad17f0b52e2cadf466e9cf8286a8696d52024-11-20T20:20:58.000Z0x8e819b9dd0281e42aeeb37bb780499330ab542a9304c79e26b9264e86b3b9426
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.DisputeManager_DisputeAccepted_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_arbitrum.DisputeManager_DisputeRejected_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L2GraphToken_BridgeBurned_event

GRT (Graph Token) bridge burn events on Arbitrum L2, recording when tokens are burned during cross-chain transfers back to mainnet. Used for analyzing token bridge flows and tracking GRT movement between Ethereum and Arbitrum.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x9623063377ad1b27544c965ccd7342f7ea7e88c7false126156267709226540263196130x23c9c8575e6ba0349a497b6d0e8f0b9239e680282602043442024-10-04T06:13:18.000Z0x0c267553442b8e6de57118ee67bbfbf92d4efc13c1494a09a3b18cc30fbff2e2
0x9623063377ad1b27544c965ccd7342f7ea7e88c7false10105471051390185055230x70d80b84735894f11b6ecdebc4b72d4ebf5d10d31374824522023-10-04T16:37:42.000Z0x196458bd246d0401d41c1d27a46c1995645e99a066d5f72dd9f3a2675d88ee3f
0x9623063377ad1b27544c965ccd7342f7ea7e88c7false12061689978694753181630x8212e18d93714de616aebf14880276160675993a1372582422023-10-04T00:30:42.000Z0x0058112c75add8c498de7c59074c7b19912e6e3410521543d76411bde21f82dc
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.L2GraphToken_BridgeBurned_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

L2GraphToken_BridgeMinted_event

Graph Protocol (GRT) token mint events on Arbitrum L2 when tokens are bridged from Ethereum mainnet. Tracks cross-chain token transfers with recipient accounts and minted amounts for analyzing GRT token migration patterns.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x9623063377ad1b27544c965ccd7342f7ea7e88c7false283754870487403671346030x00669a4cf01450b64e8a2a20e9b1fcb71e61ef031450339032023-10-29T06:12:53.000Z0x6fc24534e35404811d1e59d85736244de56f21f6a3ece755984cf4b4c1793419
0x9623063377ad1b27544c965ccd7342f7ea7e88c7false84038315967064359602730x00669a4cf01450b64e8a2a20e9b1fcb71e61ef031451269612023-10-29T13:28:13.000Z0xa7fb503be8acb3a17964eb8ce67b5bfa5148f1a3d94c92d86d1f230b5334441d
0x9623063377ad1b27544c965ccd7342f7ea7e88c7false1263008006987289711494330x00669a4cf01450b64e8a2a20e9b1fcb71e61ef031449657932023-10-29T00:08:04.000Z0x1394c90f24d1702015a15d144e680b359ed6f70f948097f5869535379f77cfe4
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.L2GraphToken_BridgeMinted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RewardsManager_RewardsAssigned_event

Reward distribution events from The Graph protocol’s RewardsManager contract on Arbitrum, tracking indexer compensation by epoch and allocation. Used for analyzing indexer earnings patterns and reward distribution across The Graph’s decentralized indexing network.
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
0x971b9d3d0ae3eca029cab5ea1fb0f72c85e6a525false2515609602395332023500010x53dbbc9d916b1840a2c4c26b150ba2e13f36e10f1178923922023-08-03T23:39:30.000Z0x931ce7e1f478c77e2a33f17317da3a0155d26c880xae7e3aebebf818466b511d596fd248992ba72e9a6b4a6192c6fcf639f1768366
0x971b9d3d0ae3eca029cab5ea1fb0f72c85e6a525false251821153533621682700000010x35917c0eb91d2e21bef40940d028940484230c061177883222023-08-03T16:01:48.000Z0xa35da5eff705ae557f53d636e320da03916f6d320xcb58a7a983d2d83d2c7bdd8b9a72acb7714d7d6aaf25ed4d1dad4f226259e103
0x971b9d3d0ae3eca029cab5ea1fb0f72c85e6a525false302130537756751591870000010x089f78d8cf0a5ae1b7a581b1910a73f8cb3e47741342067132023-09-24T17:23:22.000Z0x991a1b3345edadaededc88cc196e1c2c448f76270x7bf766cfa72cada436b52ec8e2c717002d043587083ff22ebc2aa8b5c3ba55b7
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.RewardsManager_RewardsAssigned_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RewardsManager_RewardsDenied_event

Events recording when The Graph protocol indexer rewards were denied for specific allocations on Arbitrum. Used to track reward disputes and analyze indexer performance issues or policy violations across epochs.
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
0x971b9d3d0ae3eca029cab5ea1fb0f72c85e6a525false23610x35917c0eb91d2e21bef40940d028940484230c061128733042023-07-19T17:52:02.000Z0x26eaf7e2be6ecbe2a324cf650ea963b9ff1193320x6a95ad356297006bf14e6845e84a0b55520f30cbc6c8a73566d631447f6c43ab
0x971b9d3d0ae3eca029cab5ea1fb0f72c85e6a525false19710xe13840a2e92e0cb17a246609b432d0fa2e418774994972232023-06-09T20:39:42.000Z0x1a66a69ea2f2ca8f6027b2a385f8abf1ce0811ca0xeb341b11fabeb483c0f57289373af4b1d1c24da1397c103227c864d1f62f0e66
0x971b9d3d0ae3eca029cab5ea1fb0f72c85e6a525false17900x4e5c87772c29381bcabc58c3f182b6633b5a274a934075232023-05-22T22:35:25.000Z0xd6b068f77d63e170743bb4b87a9cb1f19e5d52190x30febd6db1f93e11d55a92f41cadae99b55614698050efaeb53c25d10e930fa8
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.RewardsManager_RewardsDenied_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staking_AllocationClosed_event

Graph Protocol indexer allocation closure events on Arbitrum recording when indexers close their token stakes on subgraph deployments. Contains proof of indexing (POI), token amounts, epoch data, and deployment IDs for tracking indexer service completion and reward distribution.
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_effectiveAllocationSTRINGAmount of GRT (Graph tokens) actually allocated after applying delegation parameters and ratios, denominated in wei (18 decimals). Always greater than or equal to in_tokens due to delegator stake multipliers in The Graph protocol.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_poiSTRINGProof of Indexing (POI) hash submitted by the indexer when closing the allocation. A hex-encoded cryptographic proof verifying correct indexing of the subgraph during this allocation period.
in_isPublicBOOLIndicates whether the allocation was created as a public allocation accessible to all delegators, or as a private allocation restricted to specific parties. Most allocations in The Graph protocol are private (false) as indexers typically manage their own stake.
in_poiaddressremovedin_epochin_senderin_tokenslog_indexin_indexerin_isPublicblock_numberblock_timestampin_allocationIDtransaction_hashin_effectiveAllocationin_subgraphDeploymentID
0x3eaa219d7dd3e16202ce933f2ad8de16a104bd35b8a3b86c9519553b4180e4710x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03false2830x7a361db89c9419699def3349b5f6f1cba294267d14000000000000000000000030x0fd8fd1dc8162148cb9413062fe6c6b144335dbffalse1282424622023-09-05T11:46:59.000Z0x293d9f70fee890398fb36d65afaca330a20b51590xe881e18f0b41c23269d7e7c315d71d76982885fa0833e793a2ede6a5f7fe7d6b5600000000000000000000000x03b3a083092f45c55c96bbb2427dd9e69d9f0e6ab93862bffa1f103836c36e76
0xa2177e0ac2e601c52fb681b090529e4fce4c685159b571f114258e0b26604aca0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03false2830x7a361db89c9419699def3349b5f6f1cba294267d20000000000000000000000230x0fd8fd1dc8162148cb9413062fe6c6b144335dbffalse1282421782023-09-05T11:45:47.000Z0x26082e9dde148838bedc123278ff5307bf14f7120x62a61c20f21466cea7c927f6348273f2b7849ede529f367ef29b4029fbe60a9c3800000000000000000000000xa7cb28ec0b786023550569b81ac919121b77c13d1a69f85f487016e680e836f4
0xaeb4f0907ad71bdc817bf6f40b59643f9d1e936e7445593bd6e8c9b3aac482b80x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03false2830x7a361db89c9419699def3349b5f6f1cba294267d8000000000000000000000030x0fd8fd1dc8162148cb9413062fe6c6b144335dbffalse1282426732023-09-05T11:47:54.000Z0x8cca008c9ed5e01cdbd63966d6a01e004e1900050xcab43944071928797b770d3ede9dedd91aca24e322bbf575e5665230f611a3a43200000000000000000000000x7b9fdab9f293bec82be222b32c7f5cb26b28544612714ab612e0c13ff6cc0231
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.Staking_AllocationClosed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staking_AllocationCollected_event

Indexer reward collection events from The Graph protocol staking contract on Arbitrum, recording GRT tokens earned per allocation including rebate fees and curation fees. Used for analyzing indexer earnings, subgraph profitability, and protocol reward distribution across epochs.
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 this allocation, denominated in GRT wei (smallest unit). Represents the portion of query fees allocated to curators who signaled on the subgraph deployment.
in_rebateFeesSTRINGRebate fees collected by the indexer for this allocation, denominated in GRT (Graph Token) with 18 decimal precision. Represents the portion of query fees returned to the indexer as an incentive for serving queries on the subgraph deployment.
addressin_fromremovedin_epochin_tokenslog_indexin_indexerblock_numberin_rebateFeesblock_timestampin_allocationIDin_curationFeestransaction_hashin_subgraphDeploymentID
0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef030x993f00c98d1678371a7b261ed0e0d4b6f42d9aeefalse174351060947891732484380xf7793bf9561c32ffbac603ce572fa55643f9cf72915902443127953045715336442023-05-17T11:02:13.000Z0x0a566bde6414c5333e32df84c496abac5dbba329347550338412815160x3327b34296aabd57244c8a02972712a096198ef2bc5aa0fa73a58429b48fa5c80x03b3a083092f45c55c96bbb2427dd9e69d9f0e6ab93862bffa1f103836c36e76
0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef030x993f00c98d1678371a7b261ed0e0d4b6f42d9aeefalse1748262668528634641450xf7793bf9561c32ffbac603ce572fa55643f9cf729159024473620376590134662023-05-17T11:02:13.000Z0x1a9791b22ddd84947a95c30048c1466877aaf3268180041843348290x3327b34296aabd57244c8a02972712a096198ef2bc5aa0fa73a58429b48fa5c80xa7cb28ec0b786023550569b81ac919121b77c13d1a69f85f487016e680e836f4
0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef030x993f00c98d1678371a7b261ed0e0d4b6f42d9aeefalse174656632206191890749310xf7793bf9561c32ffbac603ce572fa55643f9cf72915902445850592957169746582023-05-17T11:02:13.000Z0x09dbf8531c4bbe920ae6b90666f273d24f08847e650065884129971840x3327b34296aabd57244c8a02972712a096198ef2bc5aa0fa73a58429b48fa5c80xbe68b830f9acacdf74860be0c140294e4bd0fdbfbf929a1ee9a4a1f0ff5f6b40
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.Staking_AllocationCollected_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staking_RebateClaimed_event

Indexer rebate claim events from The Graph protocol staking contract on Arbitrum, tracking GRT token rewards earned by indexers for serving subgraph queries. Used for analyzing indexer earnings, delegation fee distributions, and query market economics across Graph Network epochs.
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_forEpochSTRINGEpoch number for which this rebate was earned and is being claimed by the indexer. Represents historical rewards from past epochs that are being settled in the current epoch.
in_tokensSTRINGArray of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
in_unclaimedAllocationsCountSTRINGNumber of allocations that remain unclaimed by the indexer at the time of this rebate claim event. Values range from single digits to over 60, indicating pending claims across multiple subgraph deployments.
in_delegationFeesSTRINGDelegation fees paid to delegators from this rebate claim, denominated in wei (smallest GRT unit). This represents the portion of indexing rewards allocated to token delegators who have staked with the indexer.
addressremovedin_epochin_tokenslog_indexin_indexerin_forEpochblock_numberblock_timestampin_allocationIDtransaction_hashin_delegationFeesin_subgraphDeploymentIDin_unclaimedAllocationsCount
0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03false249010x9a8be56015d32995e82745e14cb9d5dfb0cfac9d2421170011632023-08-01T06:34:08.000Z0x9460d60af6119dc767cba63abebb07d764a804010x4eaad95405e387fb3bc18d81ab67495b3835e304b7aa436e86c0bc6558679f5800xa8fba2160e04c9692311de58f7e42537eae4a93d88927621d063cada45a735c88
0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03false231297408258572053016910xf7793bf9561c32ffbac603ce572fa55643f9cf722241109808802023-07-14T02:34:52.000Z0xc278f97e17b4689c36844f0ced2de7406b4cfd530xa6f7466467eef0141bc25f8e406a887a084d162720eaca1b6849464e31044df400x1492b74751bc9ba8e4337904e98c12be466f9b3622bfe52460ccf2e499ed855162
0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03false23116034644689469171518830xfeff9093f6b32d0e5cddba743b06a1fedb87c0042241109801142023-07-14T02:31:32.000Z0x799419a29bc8f158b0b3848b3182458f6c40666d0xf4166ca98973691f4bee4c2ca9f6265afb7e01e76d503aa06d9c8edccc9ce46d282964318049455967990xd68f6b78416dcca334661bcc0b226f1f1d31a0505bc08f26722016220d8354c263
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.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 Arbitrum, recording when delegators stake GRT tokens to indexers. Contains token amounts, share calculations, and participant addresses for analyzing delegation patterns and indexer selection behavior.
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
0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03false131365971313663440xb54c7c9fa1a51300e6054b70ae9952c1fb2800b41546729190x296761b4b578365d43ccf337a6c90a00e215dbcd2023-11-27T18:29:17.000Z0x7d397740ea3e1d6e4749c2a8fa43eae3a32214bf2bce6650538ffe91571821b9
0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03false95593940860234683099500000000000000030x0ee8e5dfea4315fe69a4e0fe84f50cbfce8f10211545965430x5aa5b1f7310a6259d65e0aa9683407e9d942c7132023-11-27T12:51:25.000Z0xeed76e7b327c43623cdff0d49aafe02812b3796c37688b566f10f704d0903c5f
0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03false195713161069734713701990000000000000000030xf57dcd881ebd1d81df99194abdfa90f9e0e92f111547072870x638169e8d2b5677f35738e909506598ae9e54d892023-11-27T21:07:12.000Z0x5d8a4b2ed69d2b8edecbb649f5c23b600a4714c57e5b29d759a6fc8ad1ce0ab6
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.Staking_StakeDelegated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Staking_StakeDeposited_event

Stake deposit events from The Graph protocol staking contract on Arbitrum, recording when indexers receive GRT token delegations. Used for analyzing indexer stake growth, delegation patterns, and network participation over time.
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
0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03false1338161673913877263180xf7793bf9561c32ffbac603ce572fa55643f9cf72881251452023-05-07T04:45:04.000Z0x21f7af76d4ba010247e56b795174424745efa277777d6e97eeacdcbb85663e60
0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03false75202014688780510100xf7793bf9561c32ffbac603ce572fa55643f9cf72881251452023-05-07T04:45:04.000Z0x21f7af76d4ba010247e56b795174424745efa277777d6e97eeacdcbb85663e60
0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03false32004787546587468160xf7793bf9561c32ffbac603ce572fa55643f9cf72881251452023-05-07T04:45:04.000Z0x21f7af76d4ba010247e56b795174424745efa277777d6e97eeacdcbb85663e60
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.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 Arbitrum, recording penalties applied to indexers for misbehavior with slashed token amounts and reward deductions. Used for monitoring indexer performance, analyzing slashing frequency patterns, and tracking penalty distributions to beneficiaries.
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
0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03false1204933225168047822488724098664503360956449774100xf6a9bad58e74b5165dc31ef24be4377b192f274a2765546200x4208ce4ad17f0b52e2cadf466e9cf8286a8696d52024-11-20T20:20:58.000Z0x8e819b9dd0281e42aeeb37bb780499330ab542a9304c79e26b9264e86b3b9426
0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03false198743035404750600101953974860708095012002039030x918fcc24e6b7f5ec73b4cf766e2393d8fe7075412617345400x4208ce4ad17f0b52e2cadf466e9cf8286a8696d52024-10-08T17:32:32.000Z0x3f6ccd1beb94b491052f67971b0ed01c41eecea6b0fa67773c947fd8a340e3ec
0x00669a4cf01450b64e8a2a20e9b1fcb71e61ef03false1174809894538846626926523496197890776932538530310xf6a9bad58e74b5165dc31ef24be4377b192f274a2809528500x4208ce4ad17f0b52e2cadf466e9cf8286a8696d52024-12-03T15:41:52.000Z0xf7b2ec039f4557c8bc3a8c6a046745b37ed907dc993131815a8251f141e7c71d
Query with partition filter
SELECT *
FROM `tt-contracts.thegraph_v1_arbitrum.Staking_StakeSlashed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100