Skip to content

Instantly share code, notes, and snippets.

@madumas
madumas / check-delegation-balance-arbiscan.md
Created January 18, 2026 18:03
How to check your Graph Protocol delegation balance on Arbiscan

How to Check Your Delegation Balance on Arbiscan

This guide explains how delegators can verify their exact GRT balance (including accumulated rewards) using Arbiscan directly.

Required Information

  • Your delegator address: 0x...
  • Indexer address: 0x...
  • Horizon Staking Contract: 0x00669A4CF01450B64E8A2A20E9b1FCB71E61eF03
  • Verifier (SubgraphService): 0xb2Bb92d0DE618878E438b55D5846cfecD9301105
FROM alpine:3.17 as build-stage
ARG FANTOM_NETWORK=opera
ARG GITHUB_BRANCH=release/txtracing/1.1.2-rc.5
ARG GITHUB_URL=https://github.com/Fantom-foundation/go-${FANTOM_NETWORK}.git
ARG GITHUB_DIR=go-${FANTOM_NETWORK}
ARG GOROOT=/usr/lib/go
ARG GOPATH=/go
ARG PATH=$GOROOT/bin:$GOPATH/bin:/build:$PATH
import pkg from 'ethereumjs-util'
const {ecrecover, keccakFromHexString, BN, bufferToHex, pubToAddress, keccak256} = pkg;
import Units from 'ethereumjs-units'
function pad32(hex) {
return hex.padStart(64,'0');
}
function hex(bnnumber) {
return bnnumber.toString(16);
2019-04-08 07:59:30 UTC Syncing #7366726 0x1ebb…0f2f 1.40 blk/s 124.6 tx/s 11.2 Mgas/s 0+ 9 Qed #7366747 1/25 peers 4 MiB chain 750 MiB db 762 KiB queue 5 MiB sync RPC: 0 conn, 0 req/s, 0 µs
2019-04-08 07:59:35 UTC Syncing #7366732 0x8fd0…7d9f 1.20 blk/s 131.8 tx/s 9.6 Mgas/s 0+ 9 Qed #7366747 1/25 peers 4 MiB chain 750 MiB db 762 KiB queue 5 MiB sync RPC: 0 conn, 0 req/s, 0 µs
2019-04-08 07:59:46 UTC Imported #7366747 0x7a28…69c5 (158 txs, 7.99 Mgas, 7689 ms, 25.74 KiB) + another 8 block(s) containing 771 tx(s)
2019-04-08 07:59:51 UTC Failed to auto-update latest ETH price: Fetch(Timeout)
2019-04-08 08:00:05 UTC 1/25 peers 4 MiB chain 750 MiB db 0 bytes queue 5 MiB sync RPC: 0 conn, 0 req/s, 0 µs
2019-04-08 08:00:35 UTC 1/25 peers 4 MiB chain 750 MiB db 0 bytes queue 5 MiB sync RPC: 0 conn, 0 req/s, 0 µs
2019-04-11 10:29:21 UTC Syncing #7546199 0x810a…778e 0.60 blk/s 35.2 tx/s 3.2 Mgas/s 0+ 7 Qed #7546209 1/25 peers 4 MiB chain 750 MiB db 647 KiB queue 5 MiB sync RPC: 0 conn, 0 req/s, 0 µs
2019-04-11 10:29:26 UTC Syncing #7546200 0x0ada…d56f 0.20 blk/s 39.0 tx/s 1.6 Mgas/s 0+ 7 Qed #7546209 1/25 peers 4 MiB chain 750 MiB db 647 KiB queue 5 MiB sync RPC: 0 conn, 0 req/s, 0 µs
2019-04-11 10:29:50 UTC Imported #7546209 0x0e68…e5e2 (216 txs, 7.98 Mgas, 22224 ms, 32.56 KiB) + another 6 block(s) containing 553 tx(s)
2019-04-11 10:29:55 UTC Failed to auto-update latest ETH price: Fetch(Timeout)
2019-04-11 10:29:56 UTC 1/25 peers 5 MiB chain 750 MiB db 0 bytes queue 5 MiB sync RPC: 0 conn, 0 req/s, 0 µs
2019-04-11 10:30:09 UTC Imported #7546210 0x255b…092b (53 txs, 7.99 Mgas, 3073 ms, 30.90 KiB)
2019-04-11 10:30:26 UTC 1/25 peers 5 MiB chain 750 MiB db 0 bytes queue 5 MiB sync RPC: 0 conn, 0 req/s,
2019-03-14 11:04:21 UTC Starting Parity-Ethereum/v2.3.5-stable-ebd0fd0-20190227/x86_64-linux-gnu/rustc1.32.0
2019-03-14 11:04:21 UTC Keys path /storage/keys/ethereum
2019-03-14 11:04:21 UTC DB path /storage/chains/ethereum/db/906a34e69aec8c0d
2019-03-14 11:04:21 UTC State DB configuration: archive
2019-03-14 11:04:21 UTC Operating mode: active
2019-03-14 11:04:21 UTC Warning: Warp Sync is disabled because of non-default pruning mode.
2019-03-14 11:04:21 UTC Configured for Ethereum using Ethash engine
2019-03-14 11:04:26 UTC Failed to auto-update latest ETH price: Fetch(Timeout)
2019-03-14 11:04:26 UTC Public node URL: enode://archnodeid@172.19.0.3:30303
2019-03-14 11:04:26 UTC Syncing #3248 0xaf0b…5eab 641.26 blk/s 0.0 tx/s 0.0 Mgas/s 685+ 0 Qed #3937 1/25 peers 3 MiB chain 79 KiB db 1 MiB queue 785 KiB sync RPC: 0 conn, 0 req/s, 0 µs
2019-03-14 10:59:50 UTC Imported #7366745 0x2f51…d183 (110 txs, 7.99 Mgas, 469 ms, 23.44 KiB)
2019-03-14 10:59:59 UTC 25/25 peers 5 MiB chain 104 MiB db 0 bytes queue 3 MiB sync RPC: 0 conn, 0 req/s, 0 µs
2019-03-14 11:00:13 UTC Imported #7366746 0x9424…beae (167 txs, 8.00 Mgas, 342 ms, 26.43 KiB)
2019-03-14 11:00:20 UTC Imported #7366747 0x7a28…69c5 (158 txs, 7.99 Mgas, 427 ms, 25.74 KiB)
2019-03-14 11:00:29 UTC 25/25 peers 5 MiB chain 104 MiB db 0 bytes queue 3 MiB sync RPC: 0 conn, 0 req/s, 0 µs
2019-03-14 11:00:59 UTC 25/25 peers 5 MiB chain 104 MiB db 0 bytes queue 3 MiB sync RPC: 0 conn, 0 req/s, 0 µs
2019-03-14 11:01:29 UTC 25/25 peers 5 MiB chain 104 MiB db 0 bytes queue 3 MiB sync RPC: 0 conn, 0 req/s, 0 µs
2019-03-14 11:01:59 UTC 18/25 peers 5 MiB chain 104 MiB db 0 bytes queue 3 MiB sync RPC: 0 conn, 0 req/s, 0 µs
2019-03-14 11:02:29 UTC 14/25 peers 5 MiB chain 104 MiB db 0 bytes queue 3
2019-03-13 01:48:12 UTC Syncing #7357841 0x5e26…cdc0 4.20 blk/s 347.4 tx/s 25.7 Mgas/s 0+ 34 Qed #7357881 20/25 peers 5 MiB chain 100 MiB db 3 MiB queue 16 MiB sync RPC: 0 conn, 0 req/s, 0 µs
2019-03-13 01:48:17 UTC Syncing #7357856 0x6443…8685 2.99 blk/s 326.5 tx/s 22.7 Mgas/s 0+ 22 Qed #7357881 20/25 peers 5 MiB chain 101 MiB db 1 MiB queue 16 MiB sync RPC: 0 conn, 0 req/s, 0 µs
2019-03-13 01:48:25 UTC Imported #7357881 0x0fc1…3531 (19 txs, 7.96 Mgas, 2142 ms, 8.96 KiB) + another 9 block(s) containing 651 tx(s)
2019-03-13 01:48:25 UTC Updated conversion rate to Ξ1 = US$133.86 (35573770 wei/gas)
2019-03-13 01:48:30 UTC Imported #7357882 0x530d…0d3d (137 txs, 7.99 Mgas, 510 ms, 27.65 KiB)
2019-03-13 00:19:37 UTC Starting Parity-Ethereum/v2.3.5-stable-ebd0fd0-20190227/x86_64-linux-gnu/rustc1.32.0
2019-03-13 00:19:37 UTC Keys path /storage/keys/ethereum
2019-03-13 00:19:37 UTC DB path /storage/chains/ethereum/db/906a34e69aec8c0d
2019-03-13 00:19:37 UTC State DB configuration: fast
2019-03-13 00:19:37 UTC Operating mode: active
2019-03-13 00:19:37 UTC Configured for Ethereum using Ethash engine
2019-03-13 00:19:38 UTC Updated conversion rate to Ξ1 = US$134.21 (35480990 wei/gas)
2019-03-13 00:19:42 UTC Syncing snapshot 0/2798 #0 4/25 peers 8 KiB chain 3 MiB db 0 bytes queue 10 KiB sync RPC: 0 conn, 0 req/s, 0 µs
2019-03-13 00:19:42 UTC Public node URL: enode://enodeid@172.18.0.2:30303
2019-03-13 00:19:47 UTC Syncing snapshot 12/2798 #0 4/25 peers 8 KiB chain 3 MiB db 0 bytes queue 10 KiB sync RPC: 0 conn, 0 req/s, 0 µs