Minting Powerups

Minting Powerups is Simple!

You do need to to have some $MOOLAH in you wallet before getting started so make sure you check check out our guide and grab some on Pancakeswap first!

MINTING COST

Minting new POWERUP NFTs requires you to burn $MOOLAH. The mint cost is always listed above the mint button and is based on a Bonding Curve. Each time a new POWERUP is minted the price of the next POWERUP increases slightly. This does two things, rewards early users & helps to control inflation.

Bonding Curve Logic

uint increase = amount.div(100000).mul(curveValue.mul(100));
mintCost = mintCost.add(increase);

POWERUP DETAILS

There are 7 different rarities of POWERUP NFTs that you have a chance to mint. Each one has unique look and properties and have different drop rates listed below:

Drop Rates:

  • Godlike = 0.1%

  • Mythic = 1%

  • Legendary = 3.5%

  • Epic = 5%

  • Rare = 10%

  • Uncommon = 20%

  • Common = 60%

Boost Rates:

  • Godlike = 20

  • Mythic = 15

  • Legendary = 10

  • Epic = 8

  • Rare = 4

  • Uncommon = 2

  • Common = 1

Each Powerup has a unique id, can be traded, and will work inside the Block Creatures ecosystem unless it is burnt.

Last updated