Closed BobTheBuidler closed 2 years ago
encode_single and decode_single were both deprecated in eth_abi v4.0.0.
encode_single
decode_single
The lowest web3 version supported is v5.27.0, which requires, at minimum, eth_abi v2.0.0b6.
This PR adapts multicall lib to all eth_abi versions from 2.0.0b6 to the latest 4.0.0 release.
encode_single
anddecode_single
were both deprecated in eth_abi v4.0.0.The lowest web3 version supported is v5.27.0, which requires, at minimum, eth_abi v2.0.0b6.
This PR adapts multicall lib to all eth_abi versions from 2.0.0b6 to the latest 4.0.0 release.