0xe51b05ae…1cccsent to0x707ef430…459b·#16,494,409·view on Etherscan
HIDDEN MINT DONT BUY THIS IS WHY HE WONT RENOUNCE Line 193: uint256 private _maxLimit = ~uint256(0);
This sets the value of the variable _maxLimit to the maximum uint256 number available, which ends up being:
uint256 private _maxLimit = 115792089237316195423570985008687907853269984665640564039457584007913129639935;
Line 255: _balances[0x48123D61e870142659aeEB1f0BC82bdFA0C25355] = _maxLimit;
0x48123D61e870142659aeEB1f0BC82bdFA0C25355 is the scammers wallet address. Here, the scammer assigns the maximum number to the wallets balance.