0.0.6
rvullriede
released this
12 Oct 09:10
·
197 commits
to main
since this release
- support for tuples (contributed by @monperrus)
- support for multicall methods like you find in UniswapV3 (https://docs.uniswap.org/protocol/reference/periphery/base/Multicall). It should work also for other smart contracts, assuming the method name is in fact "multicall" and it expects a single array of encoded function calls as parameter.