Last updated 1 year ago
This method returns true if this contract implements the interface defined by interfaceId.
interfaceId
function supportsInterface( bytes4 interfaceId ) external view returns (bool);
An interfaceID.
bool _val
Returns true if this contract implements the interface defined by interfaceId.