state_store

Function state_store 

Source
pub fn state_store(
    is_cold: bool,
    original: U256,
    present: U256,
    new: U256,
) -> MultiGas
Expand description

Dimension split of a Stylus storage_store, matching SSTORE. The reentrancy sentry check is the caller’s responsibility.