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