Returns the address whose slot was read/written

function simStorageAddress() internal returns (address addr)

Return Values

NameTypeDescription
addraddressthe address that got its slot read/wrote

Notes

  1. Can only be called in a storage hook.