Feature Functions
Last updated
Last updated
There are various features in the ERC721J contract. Here are the functions related to each feature.
mintPrice - From
tokenMintPrice - From
setMintPrice - Sets the mint price in ETH
setTokenMintPrice - Sets the mint price in an ERC20 token
setMaxEditions - Sets the max supply for a song
songSupply - From
maxSongSupply - From
publicMint - From
togglePublicMint - Toggles public minting on a token id. Also known as staking.
togglePublicMints - Toggles more than one token id at once. For staking multiple songs at once.
recycleEnabled - Returns whether or not recycling is enabled for the collection
toggleRecycleMint - Toggles recycling mode on/off
splits - Returns the split address for the song id
setSplit - Sets the split address for the song id
setRarityMultiplier - Sets the % rarity multiplier for a rarity. This lets you have different rarities be different amounts relative to the regular mint price.
royaltyBPS - Returns the basis points for royalties to be used in royaltyInfo.
setRoyalty - Sets the royalty basis points.
rarityMultiplier - From
royaltyInfo - From