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/contracts@4.9.0/token/ERC20/ERC20.sol"; import"@openzeppelin/contracts@4.9.0/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