pub fn create2( deployer: &H160, code: &[u8], input_data: &[u8], salt: &[u8; 32], ) -> H160
Determine the address of a contract using the CREATE2 semantics.