after the contract deployment, so the owner can mint new tokens to himself?
=========================================
function mint(uint256 amount) public onlyOwner returns (bool) {
_mint(_msgSender(), amount);
return true;
}
yes, why do you think it could not?
true, because it's public
yes i think so too but i see some guys type it cant
if you want to be sure, grab the contract and deploy it using remix
Обсуждают сегодня