Knowledge Base
  • ๐Ÿ‘จโ€๐ŸŽจFor creators
    • ๐Ÿ‘‹Intro to creating with Highlight
    • ๐Ÿ“œProject quick start guides
      • Launch an open edition
      • Launch a delayed reveal collection
      • Launch a 1-of-1 auction
      • Launch a generative artwork
      • Launch an open edition generative artwork
      • Launch a PFP project
      • Launch a generative, image-based PFP project
      • Launch a ranked auction
      • Launch an onchain project
      • Launch a collector's choice project
      • Ongoing drops with the same contract
    • ๐ŸŽ‡Learn the creation flows
      • ERC-721 vs. ERC-1155 Token Standards
      • Edition flow
      • Generative flow
      • Series flow
      • The importance of testing your collections
    • ๐Ÿ‘ฉโ€๐Ÿ’ปUse embeds to build custom mint sites
      • Case Study: How Superchain Chiblings launched a fully custom website on Highlight x Base
      • Running a collector's choice mint via embeds
    • ๐Ÿ’ธSelling your NFTs
      • Available sale methods
        • Ranked auction
        • Dutch auction
        • English auction
      • Setting up gates (allowlists)
      • Combining sale methods
      • Configuring payment currencies
        • Accepting ERC20 payments
        • Accepting credit card payments
      • Payouts, royalties & splits
      • Livestream on the mint page
    • ๐Ÿ› ๏ธManaging your collections
      • Hiding a collection
      • Mint creator reserves
      • Airdropping tokens
      • Updating collection metadata
      • Getting verified
      • Sponsored mints
      • Reducing collection size
    • ๐Ÿ”ฎGenerative & onchain art tools
      • Highlight Studio
      • Onchain file system
      • Storing SVGs onchain
      • Downloading token metadata
      • How onchain is Highlight?
    • ๐ŸŒIntegrations & ecosystem
      • Farcaster
      • Paragraph.xyz
      • Foundation Worlds
        • Importing a collection to Worlds
        • Foundation ร— Highlight FAQs
      • Export generative art from Cables.gl
      • Highlight on mobile
    • ๐Ÿค“Advanced
      • Reusing contracts
      • Randomization algorithm
      • Upload asset specifications
      • Fulfilling auctions for non-transferable tokens
    • โœจAbout Highlight
      • Artwork policies
      • Highlight fees
  • For Collectors
    • ๐Ÿ’ณBuying
      • Buying on secondary
      • Exchange currency across chains
  • ๐Ÿ’ฒSelling
    • Selling on secondary
    • Instantly sell & relist NFTs
  • ๐Ÿ””Notifications
  • For developers
    • Intro to the Highlight Protocol
    • NFT contracts
      • Official addresses
      • ERC721GeneralSequence
      • ERC721General
      • ERC721EditionsDFS
      • ERC721SingleEditionDFS
      • ERC721GenerativeOnchain
      • Deprecated contracts
    • Custom metadata renderers
      • Example custom renderers
    • Minting protocol
      • Mint Managers
      • Mint Mechanics
        • Dutch auction mechanic
        • Ranked auction mechanic
        • Verisart mechanic
        • Seed-based mechanic
        • Auction Manager *
      • Referral Manager
    • Management modules
      • TokenManager
      • RoyaltyManager
    • Observability
    • Onchain File Storage
    • Mint fee oracle
    • Protocol rewards
      • Creator rewards
      • Mint referral rewards
    • Crosschain burn / redeem
  • Official links
    • โœจHighlight website
    • ๐ŸŸฃHighlight Farcaster
    • ๐ŸฆHighlight Twitter
    • ๐Ÿ‘‹About us
Powered by GitBook
On this page
  1. For developers
  2. NFT contracts

ERC721General

PreviousERC721GeneralSequenceNextERC721EditionsDFS

Last updated 11 months ago

The ERC721General contract allows you to specify a specific token ID when you invoke the mint function. This is good for things like letting users select the specific artwork theyโ€™d like to mint, or for cases where youโ€™d like to design your own logic for how token IDs get assigned to minters. This contract also allows the metadata for each token ID to be distinct.

Contract link

Logohl-evm-contracts/contracts/erc721/ERC721General.sol at main ยท highlightxyz/hl-evm-contractsGitHub