Solidity API
Contract: CulturaDigitalAsset
safeMint
Parameters
| Name | Description |
|---|---|
to | Address that will receive the minted token |
digitalAssetName | Name of the digital digitalAsset |
digitalAssetDescription | Description of the digital digitalAsset |
parentDigitalAsset | Array of parent digitalAsset information for derivative works |
termsURI | URI pointing to the detailed terms of the digitalAsset |
culturaDigitalAssetTokenURI | URI pointing to the tokenURI of the digitalAsset, this is the standard tokenURI on ERC721 |
Return Values
| Description |
|---|
| uint256 The ID of the newly minted token |
Public Functions
constructor
tokenURI
supportsInterface
Parameters
| Name | Description |
|---|---|
interfaceId | The interface identifier, as specified in ERC-165 |
Return Values
| Description |
|---|
| bool True if the contract supports interfaceId |

