OracleProviderPullBasedBase.sol
OracleProviderPullBasedBase
supportsInterface
function supportsInterface(bytes4 interfaceID) public pure returns (bool)
receive
receive() external payable
Fallback function to receive ETH payments.
fallback
fallback() external payable
Fallback function to receive ETH payments.