[][src]Function mantle::ext::static_call

pub fn static_call(
    gas: U256,
    address: &Address,
    input: &[u8]
) -> Result<Vec<u8>, ExtCallError>

Like call, but this call and any of it's subcalls are disallowed to modify any storage. It will return an error in this case.