📑
BUIDL - Web3 Dapp Builder for Wordpress
  • 👋Welcome to BUIDL Documentation
  • Overview
    • 🖥️Installation
    • ⚙️Configuration
    • 📃dApp Integration
  • Smart Contract
    • 📑Customization
    • 🔨Manage On-Chain
      • 🎨Metadata
      • 🎭Reveal Mode
      • 💵Mint Price
    • 👫Whitelist
    • ☁️Deployment
Powered by GitBook
On this page
  1. Smart Contract
  2. Manage On-Chain

Mint Price

PreviousReveal ModeNextWhitelist

Last updated 2 years ago

Here you will see how to change prices at any time. It's quite simple. The functions "setPricePublic" and "setPricePreSale" allow you to easily change the selling price when the contract is already deployed. Note, the mint price is in WEI. Check example below.

Get value in WEI

  1. Write the amount in Ether

  2. Copy the WEI amount

  3. Paste it and confirm transaction

🔨
💵
https://eth-converter.com/
In this example, we change the mint prices. (presales to 0.65 ETH and public to 1 ETH.