Macro require_non_staticcall   
macro_rules! require_non_staticcall {
    ($interpreter:expr) => { ... };
}Expand description
Fails the instruction if the current call is static.
macro_rules! require_non_staticcall {
    ($interpreter:expr) => { ... };
}Fails the instruction if the current call is static.