Reads storage for specified (contract, slot).

function simReadStorage(address contract_, bytes32 slot) internal returns (bytes32 value)

Parameters

NameTypeDescription
contract_addressaddress of the contract storage to read
slotbytes32storage slot to read

Return Values

NameTypeDescription
valuebytes32the wanted slot value of the chain context