Git Source Inherits: ApplicationERC721 Author: @ShaneDuncan602, @oscarsernarosero, @TJ-Everett This is an example implementation of the protocol ERC721 where minting is only available for app administrators or contract owners.Documentation Index
Fetch the complete documentation index at: https://thrackle.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Functions
constructor
Constructor sets the name, symbol and base URI of NFT along with the App Manager and Handler Address| Name | Type | Description |
|---|---|---|
_name | string | Name of NFT |
_symbol | string | Symbol for the NFT |
_tokenAdmin | address | Token Admin address |
_baseUri | string | URI for the base token |