NFTContract

This object describes the properties of an NFT contract.

Signature:

{
    name?: string;
    description?: string;
    address: string;
    symbol?: string;
    url?: string;
    imageUrl?: string;
    type?: string;
    media?: string;
}

Parameters:

ParameterRequiredTypeDescription
nameFalseStringThe name of the contract / application
descriptionFalseStringThe description of the contract / application
addressTrueStringThe contract address (on the blockchain)
symbolFalseStringSymbol of the contract
urlFalseStringThe (external) URL of the contract / application
imageUrlFalseStringThe image of the contract / application
typeFalseStringThe type of the contract, ex. ERC721/ERC1155
mediaFalseStringMedia associated with this contract, ex. a youtube video

Function Reference

📘