Expand description
Module containing a contract’s types and functions.
interface IERC165 {
function supportsInterface(bytes4 interfaceId) external view returns (bool);
}Structs§
- IERC165
Instance - A
IERC165instance. - supports
Interface Call - Function with signature
supportsInterface(bytes4)and selector0x01ffc9a7. - supports
Interface Return - Container type for the return parameters of the
supportsInterface(bytes4)function.
Enums§
- IERC165
Calls - Container for all the
IERC165function calls.