Giter VIP home page Giter VIP logo

Comments (6)

ricmoo avatar ricmoo commented on May 18, 2024

There is now a method on Contract that can generate the deployment transaction. The bytecode and ABI are required, followed by any parameters the contract constructor takes.

var transaction = Contract.getDeployTransaction(bytecode, abi, "Hello World");

from ethers.js.

sohelmk avatar sohelmk commented on May 18, 2024

Hi
I tried above but does not work, I am using version 3.0.25 [using in ionic]

Error: Uncaught (in promise): Error: too many constructor arguments (count=1, expectedCount=0)

Thanks,
Sohel

from ethers.js.

ricmoo avatar ricmoo commented on May 18, 2024

What parameters does your Contract have in its constructor? What parameters are you passing to getDeployTransaction?

from ethers.js.

sohelmk avatar sohelmk commented on May 18, 2024

I tried passing 4 so it failed, so I just tried your example of passing one string, that also failed. The error msg is same in all cases...
here is my constructor code
function Contract(address buyer_address, address seller_address, address token_address, address arbit_address) payable public {

from ethers.js.

sohelmk avatar sohelmk commented on May 18, 2024

On a related note, is there any way to set value of a deployed contract? i tried following but failed:

var setTransaction = contract.functions.owner.set(this._owner)
var callPromise = wallet.sendTransaction(setTransaction);

from ethers.js.

ricmoo avatar ricmoo commented on May 18, 2024

I've updated issue #136 (comment) with more details.

The contract.functions.something send the transaction to the network, there is no need to use wallet.sendTransaction yourself. If you wish to manually construct transactions, you will need to use the Interface class, not the Contract class; but this is something low-level frameworks would be more likely to require.

from ethers.js.

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.