// SPDX-License-Identifier: MIT pragma solidity ^0.7.0; interface OracleInterface2 { function fulfillOracleRequest2( bytes32 requestId, uint256 payment, address callbackAddress, bytes4 callbackFunctionId, uint256 expiration, bytes calldata data ) external returns (bool); }