Overwrites the contents of any (contract, slot)

function simSetStorage(address contract_, bytes32 slot, bytes32 value) internal

Change the value of a storage slot, for the duration of the probe transaction

Parameters

NameTypeDescription
contract_addressthe contract to which change the value
slotbytes32the slot to which change the value
valuebytes32the new value to set in the slot