tenderly_getStorageChanges - ApeChain


Summary

Returns an array of storage changes for a given contract address starting from the specified offset. This method returns:

  • Storage slot changes
  • Block numbers where changes occurred
  • Transaction hashes that caused the changes
  • Previous and new values for each change

    The changes are returned in chronological order, with newer changes appearing first.

Parameters

1. Storage Query Parameters

Contract Address Address

The address of the contract to fetch storage changes for
Example: 0x34f4000132d6bc5dd550c0417407cab1a6389dee

Offset Hex

The storage slot offset to start querying from
Example: 0x0

Code Examples