require_non_staticcall

Macro require_non_staticcall 

macro_rules! require_non_staticcall {
    ($interpreter:expr) => { ... };
}
Available on crate feature evm only.
Expand description

Fails the instruction if the current call is static.