On this pageIERC165_0 Git Source Functions supportsInterface Query if a contract implements an interface Interface identification is specified in ERC-165. This function uses less than 30,000 gas. function supportsInterface(bytes4 interfaceID) external view returns (bool); Parameters NameTypeDescriptioninterfaceIDbytes4The interface identifier, as specified in ERC-165 Returns NameTypeDescription<none>booltrue if the contract implements interfaceID and interfaceID is not 0xffffffff, false otherwise