EIP-165 defines a standard method to publish and detect what interfaces a smart contract implements. But the contracts in scope define custom-made checks that are not standard and make integrations more difficult.
Instances:
Implement the EIP-165 standard with supportsInterface().
