ERC 1820 Implementer

Implementation of the {IERC1820Implementer} interface. Contracts may inherit from this and call {_registerInterfaceForAddress} to declare their willingness to be implementers. {IERC1820Registry-setInterfaceImplementer} should then be called for the registration to be complete.

Methods

canImplementInterfaceForAddress

function canImplementInterfaceForAddress(bytes32 interfaceHash, address account) external view returns (bytes32)

See {IERC1820Implementer-canImplementInterfaceForAddress}.

Parameters

NameTypeDescription

interfaceHash

bytes32

undefined

account

address

undefined

Returns

NameTypeDescription

_0

bytes32

undefined

Last updated