[Ethereum] Metamask – Trying to call a function on a non-contract address

metamask

I am receiving the following alert from Metamask.

ALERT: Trying to call a function on a non-contract address.

The address is most certainly a contract address, I can interact with it perfectly through the geth console.

Best Answer

Make sure that you are connected to the proper network through Metamask, the network that the contract is deployed on.

Related Topic