Skip to main content

Solidity API

Contract: ILicensed_ERC

External Functions

getLicenseInfo

function getLicenseInfofunction getLicenseInfo(uint256 tokenId) external view returns (struct ILicensed_ERC.LicenseInfo licenseInfo)
Retrieves all information about a rights token

Parameters

NameDescription
tokenIdThe identifier of the token

Return Values

Description
A struct containing all rights information including name, description,
royalty split, creator address, parent rights, and terms URI
Dev: Returns the complete LicenseInfo struct for a given token

Events

ProductTokenMinted

event ProductTokenMintedevent ProductTokenMinted(uint256 tokenId, address minter, address owner, string digitalAssetName, string digitalAssetDescription, struct ILicensed_ERC.ParentDigitalAsset[] parentDigitalAsset, string termsURI, bool isLicensed)