MetaMask - RPC Error: Internal JSON-RPC error.
Is this error due to the RPC from the Blockchain I'm using? Cause calling read functions are working fine (though kind of slow)
I've double-checked my function call, converting to strings and all, but this error keeps bugging me
Oct 28, 2022, 10:52 PM
Gas estimation errored with the following message (see below). The transaction execution will likely fail. Do you want to force sending?
Internal JSON-RPC error.
{
"code": -32000,
"message": "execution reverted"
}
Tried to test on Remix, got this alert error
Internal JSON-RPC error.
{
"code": -32000,
"message": "execution reverted"
}
Tried to test on Remix, got this alert error
Oct 28, 2022, 10:57 PM
Do you have any router address in your smart contract?
Oct 28, 2022, 11:10 PM
No, but don't worry anymore, found the error to be with me interacting wrongly with the smart contract
The values I was sending were not in the right format
The values I was sending were not in the right format
Oct 28, 2022, 11:34 PM