Strict TypeScript types for Ethereum ABIs

abi ethereum static-types type-inference types typescript web3
2 Open Issues Need Help Last updated: Sep 5, 2025

Open Issues Need Help

View All on GitHub
good first issue

Strict TypeScript types for Ethereum ABIs

TypeScript
#abi#ethereum#static-types#type-inference#types#typescript#web3

AI Summary: The task is to fix a bug in the `abitype` library where it fails to correctly parse Solidity function parameters containing `address payable`. The issue arises when using the `parseAbi` function with an ABI containing an `address payable` type. The solution likely involves updating the library's parsing logic to handle this specific type correctly.

Complexity: 4/5
good first issue

Strict TypeScript types for Ethereum ABIs

TypeScript
#abi#ethereum#static-types#type-inference#types#typescript#web3