Skip to main content

IERC165Extended

View Source: contracts/interfaces/diamond/IERC165Extended.sol

IERC165Extended

Extension of ERC165 interface
The ERC-165 identifier for this interface is: 0x2ae6ea10

Functions

addSupportedInterface

Adds a supported interface to the Diamond.

function addSupportedInterface(bytes4 _interfaceId) 
external

Arguments

NameTypeDescription
_interfaceIdbytes4the interface to add

removeSupportedInterface

Removes a supported interface from the Diamond.

function removeSupportedInterface(bytes4 _interfaceId) 
external

Arguments

NameTypeDescription
_interfaceIdbytes4the interface to remove