IPResolver.sol
Canonical IP resolver contract used for Story Protocol.
name
string name
Returns the string identifier associated with the module.
constructor
constructor(address accessController, address ipAssetRegistry) public
supportsInterface
function supportsInterface(bytes4 id) public view virtual returns (bool)
IERC165 interface support.
Updated 2 months ago