web3p / web3.php

A php interface for interacting with the Ethereum blockchain and ecosystem. Native ABI parsing and smart contract interactions.
MIT License
1.16k stars 543 forks source link

ErrorException: Undefined index: inputs in.. #289

Open klkuee opened 2 years ago

klkuee commented 2 years ago

Hi, I'm trying this $contract->bytecode($bytecode)->estimateGas($params, $callback); to estimate cost for deploying my contract. this is my actual code: - image

when i tried in ganache and testnet. both giving me this error. image

I tried google it but so far no luck. anyone can help?