have this basic contract made on Openzeppelin Wizard , but everytime i try to deploy it on Mainnet i get the same error " exceeds gas allowance".I succesfully deployed it on Goerli. I've tried everything online but can t solve it.
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/[email protected]/token/ERC20/ERC20.sol"; import"@openzeppelin/[email protected]/token/ERC20/extensions/ERC20Burnable.sol";
contract Muiasa is ERC20, ERC20Burnable { constructor() ERC20("Muiasa", "MUI") { _mint(msg.sender, 1000000000 * 10 ** decimals()); } }
Please help me.
[link] [comments]
You can get bonuses upto $100 FREE BONUS when you:
π° Install these recommended apps:
π² SocialGood - 100% Crypto Back on Everyday Shopping
π² xPortal - The DeFi For The Next Billion
π² CryptoTab Browser - Lightweight, fast, and ready to mine!
π° Register on these recommended exchanges:
π‘ Binanceπ‘ Bitfinexπ‘ Bitmartπ‘ Bittrexπ‘ Bitget
π‘ CoinExπ‘ Crypto.comπ‘ Gate.ioπ‘ Huobiπ‘ Kucoin.
Comments