📌UpgradableNFTContract

Overview

UpgradeableNFTContract utilizes OpenZeppelin's upgradeable contract patterns, providing an ERC721 NFT contract that can be upgraded post-deployment.

Methods

initialize

Initializes the contract with a name and symbol for the NFT collection.

Parameters

NameTypeDescription

_name

string

Name of the NFT collection.

_symbol

string

Symbol of the NFT collection.

safeMint

Mints a new NFT to a specified address.

Parameters

NameTypeDescription

to

address

Recipient address of the new NFT.

Last updated