Skip to content

Commit

Permalink
Update rpc-ethereum-debug_storagerangeat.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel authored Apr 5, 2024
1 parent 64d059c commit a5d0fa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ updatedAt: "Tue Apr 02 2024 08:40:59 GMT+0000 (Coordinated Universal Time)"

## Overview

`debug_storageRangeAt` is an RPC method that allows you to retrieve the contract storage range for a given block and address. This can be useful for developers and auditors who want to inspect the storage state of a specific contract at a particular point in time. This method can also help in debugging and identifying potential issues with contract storage, as well as understanding how storage evolves as transactions are executed.
`debug_storageRangeAt` is an RPC method - my test change - that allows you to retrieve the contract storage range for a given block and address. This can be useful for developers and auditors who want to inspect the storage state of a specific contract at a particular point in time. This method can also help in debugging and identifying potential issues with contract storage, as well as understanding how storage evolves as transactions are executed.

## Parameters

Expand Down

0 comments on commit a5d0fa2

Please sign in to comment.