Hey guys,
I need help. I am trying to divide the total supply and distribute it to some 3 wallets. I want that this is done as the contract is deployed so I need to do in the constructor.
I tried everything but I can’t get this to work.
If I try this:
_tOwned[marketingWallet] = _devAmt;
_tOwned[_msgSender()] = _tTotal.sub(_devAmt);
I get this:
