LogoLogo
HomeBlog
  • πŸ‘‹Welcome to Bolide App
  • 🀩Why Bolide
  • πŸ“ƒDocuments
    • πŸ“ŽBolide Listing Guidelines and Disclaimers
    • πŸ“œPrivacy Policy
    • πŸ“ƒTerms of use (mobile app)
    • πŸ“ƒPrivacy Policy (mobile app)
    • πŸ“œReferral Program Terms and Conditions
    • πŸ“œRisk Summary
  • Additional resources
    • Twitter
    • Telegram
    • Youtube
    • GitHub
    • app.bolide.fi
Powered by GitBook
On this page
  1. Bolide Earn
  2. FAQ

Does Bolide mint new tokens?

Last updated 1 year ago

Bolide does not mint new tokens and we explain below why: 1. Token BLID was minted on Ethereum mainnet and function mint cant be called again according to the code: -- function mint(address account, uint256 amount) onlyOwner external { require(timestampCreated+1 days> block.timestamp,β€œMint time was finished”); _mint(account,amount); } --

πŸš€
❓
https://etherscan.io/address/0x8A7aDc1B690E81c758F1BD0F72DFe27Ae6eC56A5#code