Giter VIP home page Giter VIP logo

Comments (2)

DS-Coding0 avatar DS-Coding0 commented on May 21, 2024

I have the same problem, it look's like the constructor part take much gas.. but i don't find any solution at this moment.

from solidity.

mehtavishwa30 avatar mehtavishwa30 commented on May 21, 2024

Hey @anthhub!

The gas cost might be high because of the large bytecode which is due to the fact that the contract is using new to deploy another contract. Using new means that the compiler needs to include a copy of the contract to be deployed inside the one that is deploying it. This can easily make a contract blow up in size.

However, this is not a bug and hence, I will be closing the issue. I suggest that instead of opening issues for ad-hoc Solidity support questions like this, you consider checking out the [Ethereum StackExchange](https://ethereum.stackexchange.com/ https://soliditylang.org/) for that purpose.

from solidity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.