Documentation Index
Fetch the complete documentation index at: https://docs.cultura.xyz/llms.txt
Use this file to discover all available pages before exploring further.
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
| Name | Description |
|---|
tokenId | The 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)