Closed Nicca42 closed 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.
js
The console.log ablove prints the contract object (fully populated, wallet, provider, bytecode, abi etc).
console.log
But as soon as I try fire a function against the contract, I get the error.
Ganache says a contract is deployed:
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"
🤦♀️Hadn't implemented all inherited functions. All gucci
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.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.
Ganache says a contract is deployed:
But no matter what I do it will not let me interact with the contract.
Project set up: