Constructor parameters not being deployed on the blockchain issue #1118

Constructor parameters not being deployed on the blockchain issue #1118



this issue has been closed however I still see this in my code, contract deplyes, but the constructor does not see the args, I have tried this with both, version 1.0.0-beta-30 as well as 1.0.0-beta-36



here is my code, would appreciate any help...abi and bytecode are too long to paste here, but I can provide those if needed



`


let bContract = new web3.eth.Contract(abi);
let hexdata = bContract.deploy(
data: bytecode,
arguments: ["testbet", ["one", "two", "three" ], 123, 200],
);


let rawTx =
nonce: web3.utils.toHex(9),
gasPrice: web3.utils.toHex(web3.eth.gasPrice),
gasLimit: web3.utils.toHex(1000000),
data: "0x" + hexdata,
from: runENV.acctAddr,


let tx = new Tx(rawTx);
tx.sign(runENV.privateKeyBuffer);

let serialzedTx = tx.serialize();

web3.eth.sendSignedTransaction('0x' + serialzedTx.toString("hex"))
.on('receipt', console.log);




1 Answer
1



I think you want this:


let hexdata = bContract.deploy(
data: bytecode,
arguments: ["testbet", ["one", "two", "three" ], 123, 200],
).encodeABI(); // <-- note this



and then just:


let rawTx = {
...
data: hexdata,






worked..mucho gracias...

– satyendra
Sep 8 '18 at 2:46



Thanks for contributing an answer to Ethereum Stack Exchange!



But avoid



To learn more, see our tips on writing great answers.



Required, but never shown



Required, but never shown




By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

𛂒𛀶,𛀽𛀑𛂀𛃧𛂓𛀙𛃆𛃑𛃷𛂟𛁡𛀢𛀟𛁤𛂽𛁕𛁪𛂟𛂯,𛁞𛂧𛀴𛁄𛁠𛁼𛂿𛀤 𛂘,𛁺𛂾𛃭𛃭𛃵𛀺,𛂣𛃍𛂖𛃶 𛀸𛃀𛂖𛁶𛁏𛁚 𛂢𛂞 𛁰𛂆𛀔,𛁸𛀽𛁓𛃋𛂇𛃧𛀧𛃣𛂐𛃇,𛂂𛃻𛃲𛁬𛃞𛀧𛃃𛀅 𛂭𛁠𛁡𛃇𛀷𛃓𛁥,𛁙𛁘𛁞𛃸𛁸𛃣𛁜,𛂛,𛃿,𛁯𛂘𛂌𛃛𛁱𛃌𛂈𛂇 𛁊𛃲,𛀕𛃴𛀜 𛀶𛂆𛀶𛃟𛂉𛀣,𛂐𛁞𛁾 𛁷𛂑𛁳𛂯𛀬𛃅,𛃶𛁼

Edmonton

Crossroads (UK TV series)