Giter Site home page Giter Site logo

Comments (4)

mrcolak avatar mrcolak commented on June 26, 2024

I am also having the same issue with bytes[] for following ABI.
This Contract is used by every BSC related platform, but I couldn't make it work with ethereum-php.

@asihud sorry for the tag, I saw that you solved the issue #40. Maybe you can also help us with this.
@digitaldonkey is this repo abondoned?

https://bscscan.com/address/0x1ee38d535d541c55c9dae27b12edf090c608e6fb#code

[
  {
    "constant": true,
    "inputs": [
      {
        "components": [
          {
            "name": "target",
            "type": "address"
          },
          {
            "name": "callData",
            "type": "bytes"
          }
        ],
        "name": "calls",
        "type": "tuple[]"
      }
    ],
    "name": "aggregate",
    "outputs": [
      {
        "name": "blockNumber",
        "type": "uint256"
      },
      {
        "name": "returnData",
        "type": "bytes[]"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "addr",
        "type": "address"
      }
    ],
    "name": "getEthBalance",
    "outputs": [
      {
        "name": "balance",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  }
]

from ethereum-php.

ynohtna92 avatar ynohtna92 commented on June 26, 2024

I haven't tested for this case but can you try use this fix I made a pull request for?
7d3610a

from ethereum-php.

digitaldonkey avatar digitaldonkey commented on June 26, 2024

@mrcolak I just migrated the pipeline. For PR uncluding tests I promise faster response. Otherwise I work on it when I find time, which is currently not very often.

from ethereum-php.

JSanchezFDZ avatar JSanchezFDZ commented on June 26, 2024

Same problem. Any update?

@digitaldonkey @ynohtna92

Thanks!

from ethereum-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.