IERC1820Implementer
IERC1820Implementer
¶
The interface a contract MUST implement if it is the implementer of some (other) interface for any address other than itself.
canImplementInterfaceForAddress(bytes32 interfaceHash, address addr) → bytes32
(external)¶
Indicates whether the contract implements the interface ‘interfaceHash’ for the address ‘addr’ or not.