debug_storageRangeAt - Ronin

Archive Method

Complex queries might take longer and incur additional cost

The 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.

Body Params
integer
Defaults to 1
string
Defaults to 2.0
string
Defaults to debug_storageRangeAt
params
array
length between 5 and 5
Defaults to 0x2406d01871386ddd5a4ff95f43730f3eded5ce0dd085c2ae03c48076acebec1f,0,0xd0c7e5820644d197cb5fcfc61f94a90d583a19c9,0x0000000000000000000000000000000000000000000000000000000000000000,1
  1. string - Block hash for the block to get storage from
  2. integer - The transaction index for the point in which we want the list of accounts
  3. `string - 20 Bytes - Address of the account
  4. string - The offset key to start the range from
  5. limit - The number of entries to return
params
Response

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json