LimeChain / etherlime

Dapp Development framework based on ethers.js
MIT License
185 stars 41 forks source link

"Error: contract not deployed" when all indications say it is deployed #297

Closed Nicca42 closed 5 years ago

Nicca42 commented 5 years ago

In a js test, I'm deploying a contract the same way I always do, but I keep getting "Error: contract not deployed" when I try interact with it. image

The console.log ablove prints the contract object (fully populated, wallet, provider, bytecode, abi etc).

But as soon as I try fire a function against the contract, I get the error. image

Ganache says a contract is deployed: image

But no matter what I do it will not let me interact with the contract.

Project set up:

    "bignumber.js": "9.0.0",
    "dotenv": "8.0.0",
    "etherlime": "2.2.0",
    "etherlime-lib": "1.1.3",
    "ethers": "4.0.31",
    "solc": "0.5.10"
Nicca42 commented 5 years ago

🤦‍♀️Hadn't implemented all inherited functions. All gucci