Make the `readContract` type inferred from the ABI - [X] The function names should be suggested based on the ABI provided - [x] The input (args) types should be inferred based on the ABI and the function name - [x] The output (return) types should be inferred based on the ABI and the function name - [x] The return type should be decoded based on the ABI provided - [ ] It should be extended to `writeContract` and the corresponding react hooks
Make the
readContracttype inferred from the ABIwriteContractand the corresponding react hooks