?
otherwise, anyone can bypass the maxPerWallet by simply minting and transfering..
do you know what you are saying?
Imagine this: uint256 public _maxChampPerWallet = 1; require( amount + balanceOf(msg.sender) <= _maxPerWallet && amount > 0, "!Exceed" ); what if someone buy 1, transfer it to another wallet and then buy another one.. Is it possible to prevent this?
Обсуждают сегодня