Xyxyx
  • Overview
  • Introduction
  • Technology
  • Xyxyx Text-Based Tokenization Architecture (XTBTA)
  • Text-Based Tokens (TBTs)
  • Tokenization Models
    • 1x1
      • Specifications
    • A4
      • Specifications
  • Token Standards
    • ERC-721F
      • Parameters
    • ERC-404
      • Parameters
    • ERC-721
      • Parameters
  • Products & Services
    • API
    • Launchpad
      • Using Launchpad
        • Usage Policies
      • Xy
      • Changelog
    • Tokenizer
  • Explorer
  • Protocol
    • XYXYX
      • Architecture
        • XYHASH
      • Tokenomics
      • Xyxyx Issuer Nodes (XINs)
    • Governance
      • Xyxyx Improvement Proposals (XIPs)
      • Treasury Management Proposals (TMPs)
      • Resubmit a proposal
    • Treasury
  • Miscellaneous
    • Addresses
    • Links
    • Brand Assets
Powered by GitBook
On this page
  1. Token Standards
  2. ERC-721

Parameters

Name
Description
Default

name

Defines the name of the smart contract

required

symbol

Defines the symbol of the token to be issued by the smart contract

required

supply

Defines the max supply. If set to 0, the collection has infinite supply.

0 or e.g., 10000

mintPrice

Defines the minting cost per token. If set to 0, the minting is free.

0 or e.g., 0.05 ETH

restrictToOwner

If set to true, only the contract owner can mint tokens. If false, minting is public.

true or false

PreviousERC-721NextAPI

Last updated 1 month ago