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 542 forks source link

Tuple output issue shorted by modifying decodeParameters function in … #358

Open ShravanVerma opened 1 month ago

ShravanVerma commented 1 month ago

…Ethabi.php

Tuple type output have components array and was not handled properly, now fixed