"Internal JSON-RPC error" with certain contract calls
Overview
when calling the create action on the following contract, https://testnet.teloscan.io/address/0x6F174B0a2c6B6807CcCc18b6643dbf755E31400c/#contract , there is an RPC error.
Blocked by #104
Steps to reproduce
- Go to 'testnet teloscan'
- Input the information as indicated in the screenshot below
- Click the Write button, sign the transaction.
- See the error

Current behavior
Method call fails with an RPC error
Expected behavior
The transaction should be successful.
Note: issue may be related to parameter type handing, as contract has args of type uint8 . see #104
@EJSG is this still happening?
@karynemayer it seems there is a different error message now. metamask error code is -32603, which I was able to find this info about:
https://community.metamask.io/t/error-32603-just-started-today-on-polygon/17778
which suggests there is an issue with how the smart contract is written. further investigation required.