Access the value of a storage variable at a specific address. Even if the variable is not publicly accessible and not part of the contract’s state.
load(address target, bytes32 slot)
- Reads the raw storage value at the given slot for the specified contract addressgetStateChanges()
to capture all intermediate values