Does Bolide mint new tokens?
Last updated
Last updated
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); } --