Track and assert all values assigned to a specific storage variable during a transaction’s execution, including intermediate states.
getStateChanges(address aa, bytes32 slot)
getStateChangesTYPE()
helper functions return the changes for the given slot cast to the respective typegetStateChanges()
function returns the changes in order of changes being madechanges1[1]
and changes2[1]
held the value at the same time