MultiversX Tracker is Live!

Remix Gas Allowance error

Etherum Reddit

More / Etherum Reddit 75 Views

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.

submitted by /u/otiliamarculescuxx
[link] [comments]
Get BONUS $200 for FREE!

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