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

Tuple support #299

Closed slawomir-pryczek closed 1 year ago

slawomir-pryczek commented 1 year ago

Adds ability to pass requested data layout to decoders and tuple support (decoding).

parse-code commented 1 year ago

@sc0Vu Please consider merge this pr

PixelHeroMedia commented 1 year ago

Do not merge. Breaks if the tuple contains a high integer in it. Tries to pass a resulting float in to mb_substr and won't work.