ethereum-php icon indicating copy to clipboard operation
ethereum-php copied to clipboard

PHP interface to Ethereum JSON-RPC API. Fully typed Web3 for PHP 7.X

Results 28 ethereum-php issues
Sort by recently updated
recently updated
newest added

Using the `pragma abicoder v2` in my solidity smart contract, I have this error when the result of the method called returns an array of struct. Thx for your work...

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.3.3 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...

dependencies

``` PHP 7.4.25 (cli) (built: Nov 13 2021 09:50:49) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies with Zend OPcache v7.4.25, Copyright (c),...

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.4.2 to 1.8.5. Release notes Sourced from guzzlehttp/psr7's releases. 1.8.5 See change log for changes. 1.8.4 See change log for changes. 1.8.3 See change log for changes....

dependencies

graze/guzzle-jsonrpc[3.0.0, ..., 3.2.1] require guzzlehttp/guzzle ^6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.0.1). - digitaldonkey/ethereum-php dev-master requires graze/guzzle-jsonrpc ~3.0 -> satisfiable by graze/guzzle-jsonrpc[3.0.0,...

PHP Fatal error: Uncaught Exception: Graze\GuzzleHttp\JsonRpc\Exception\ClientException: Client RPC error response [uri] / [method] eth_getBlockByNumber [error code] -32602 [error message] invalid argument 0: hex number with leading zero digits this is...

Without this change trying to call a function with `_` in its name fails with a `No valid (solidity) signature string provided.` error. I'm also updating the regex101 link since...

I'm starting to use your library, it looks fantastic. I would like to decode the 'input' field of transactions, using the ABI of the involved contract (especially for ERC20 contracts)....

Please provide an example for call sendRawTransaction

Hi sir do u have a repo of creating a NFT using php , if u have kindly provide, Thank you !