fn set_cold_slot<CTX: ContextTr<Journal: JournalExt>>(
ccx: &mut CheatsCtxt<'_, CTX>,
target: Address,
slot: U256,
cold: bool,
)Expand description
Helper function to set / unset cold storage slot of the target address.
fn set_cold_slot<CTX: ContextTr<Journal: JournalExt>>(
ccx: &mut CheatsCtxt<'_, CTX>,
target: Address,
slot: U256,
cold: bool,
)Helper function to set / unset cold storage slot of the target address.