Wondered if anyone can assist me with an error I'm encountering with deploying MasterChef.sol

*** Deployment Failed *** -> "MasterChef" -- Invalid number of parameters for "undefined". Got 0 expected 5!.

I have tried parsing the params which I believe are

Object, Object, Address, Uint256, Uint256

Which in my instance is CakeToken, SyrupBar, 'devaddy', 1000000000000000000 , 1000000000000000000

1000000000000000000 uint256 = 1int

But this still fails

Apr 10, 2021, 7:07 PM
are you using truffle ?
parameters are (Address, Address, Address, Uint256, Uint256)
Apr 10, 2021, 7:30 PM

© 2024 Draquery.com All rights reserved.