_marketingWallet;
That means if I fork it, I need to add a marketing wallet like this,
address private _marektingWallet = (address);
Or I could make it public if I wish,
address public _marektingWallet = (address);
I guess to clarify my question; If I can't see a marketing wallet address in this persons contract, I am assuming that 'private' part removes the address from being seen in the contract code, correct ?
you can set address private _marektingWallet = 0x45334435...
Ah so brackets isn't necessary, thanks.
yes bro
Обсуждают сегодня