ApplicationERC721AdminOrOwnerMint.sol
ApplicationERC721AdminOrOwnerMint
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.
Functions
constructor
Constructor sets the name, symbol and base URI of NFT along with the App Manager and Handler Address
Parameters
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 |