Skip to main content

debug_getModifiedStorageNodesByNumber RPC Method

Returns the number of changed or modified state trie nodes.

Updated on
Aug 7, 2024

debug_getModifiedStorageNodesByNumber RPC Method

Parameters

address
array
REQUIRED
The contract address
StartBlockNum
string
REQUIRED
The first block number of the range to check
EndBlockNum
string
REQUIRED
The last block number of the range

Returns

result
string
Return the number of changed or modified state trie nodes (int)
Request
1
curl https://docs-demo.kaia-kairos.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"method": "debug_getModifiedStorageNodesByNumber",
6
"id": 1,
7
"jsonrpc": "2.0",
8
"params": [
9
"0x77982323172e5b6182539d3522d5a33a944206d4",
10
100,
11
200
12
]
13
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free