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

Last updated