I am trying to deploy a contract but remix keeps giving me this error back:
errored: Error encoding arguments: Error: invalid address (argument="address", value="", code=INVALID_ARGUMENT, version=address/5.3.0) (argument=null, value="", code=INVALID_ARGUMENT, version=abi/5.3.1)
Jun 24, 2021, 5:48 PM
My contract has a "marketing" wallet that you can set once it is deployed
But I don't really get what's wrong with it
Jun 24, 2021, 5:49 PM
It says you are not giving address while deploying..
Jun 24, 2021, 5:52 PM