ethcall icon indicating copy to clipboard operation
ethcall copied to clipboard

ethers.js-compatible wrapper around Multicall

Results 18 ethcall issues
Sort by recently updated
recently updated
newest added

Hello! I've fork the library to make write queries possible. Though it is not yet production ready. Please feel free to use it as a prototype for making write to...

As `ethcall` is using `assert` keyword inside `lib/call.js` and `lib/calls.js` to import ABI's. Using ethcall in typescript project giving `importAssertions` error. It's a `CRA` which is customized using `react-app-rewired` ![image](https://github.com/Destiner/ethcall/assets/57614947/798af84a-8954-4913-af90-5faa62d46ec9)...

Need to refresh the list of multicall contracts to keep it up to date. Also would be nice to have some API to add more contracts an runtime, would also...

It would be nice if there is `queryFilter` on contract class like etherjs `contract.queryFilter `