Private ERC721
Core
Usage
// SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
import "@coti-io/coti-contracts/contracts/token/PrivateERC721/PrivateERC721.sol";
contract MyNFT is PrivateERC721 {
constructor() PrivateERC721("Private NFT", "PNFT") {}
}Functions
constructor(string memory name_, string memory symbol_)function supportsInterface(bytes4 interfaceId) view returns (bool)function balanceOf(address owner) view returns (uint256)function ownerOf(uint256 tokenId) view returns (address)Events
Errors
Extensions
PrivateERC721URIStorage
Usage
Functions
Errors
Last updated
Was this helpful?