simReadStorageReads storage for specified (contract, slot)Solidityfunction simReadStorage(address contract_, bytes32 slot) internal returns (bytes32 value) Parameters NameTypeDescriptioncontract_addressaddress of the contract storage to readslotbytes32storage slot to read Return Values NameTypeDescriptionvaluebytes32the wanted slot value of the chain context