furqansiddiqui / erc20-php

Interact with Ethereum ERC20 Tokens
MIT License
164 stars 97 forks source link

ABI Factory can't Parsing inputs be empty #29

Closed PHPJourney closed 1 year ago

PHPJourney commented 4 years ago

I get this error. Please check it.

 [FurqanSiddiqui\Ethereum\Exception\ContractABIException] Bad value for param "type" of "inputs"
   at index 1

In my application. I'm trying to use fromFile or array. It is not passable @furqansiddiqui