BasePolicyFrameworkManager.sol
Base contract for policy framework managers.
name
string name
Returns the name to be show in license NFT (LNFT) metadata
licenseTextUrl
string licenseTextUrl
Returns the URL to the off chain legal agreement template text
constructor
constructor(address licensing, string name_, string licenseTextUrl_) internal
supportsInterface
function supportsInterface(bytes4 interfaceId) public view virtual returns (bool)
IERC165 interface support.
Updated 2 months ago