Pink Piggy Token Logo

PIGGY [Pink Piggy] Token

About PIGGY

Listings

Token 3 years
white paper

Pink Piggy is a community-driven meme cryptocurrency on Binance Smart Chain. We have medium tax on buys and sells.

Social

Laser Scorebeta Last Audit: 9 May 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

Reentrancy in PinkPiggy._transfer(address,address,uint256) (#1341-1406):
External calls:
- swapAndLiquify(contractTokenBalance) (#1379)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1454-1461)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1440-1446)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1379)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1454-1461)
State variables written after the call(s):
- _tokenTransfer(from,MARKETING_ADDRESS,mktAmount,false) (#1401)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1293)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1521)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1501)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1502)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1543)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1152)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1523)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1544)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1154)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1402)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1293)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1521)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1501)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1502)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1543)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1152)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1523)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1544)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1154)
- _tokenTransfer(from,to,amount,takeFee) (#1404)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1293)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1521)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1501)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1502)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1543)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1152)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1523)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1544)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1154)
- _tokenTransfer(from,MARKETING_ADDRESS,mktAmount,false) (#1401)
- _rTotal = _rTotal.sub(rFee) (#1204)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1402)
- _rTotal = _rTotal.sub(rFee) (#1204)
- _tokenTransfer(from,to,amount,takeFee) (#1404)
- _rTotal = _rTotal.sub(rFee) (#1204)
- _tokenTransfer(from,MARKETING_ADDRESS,mktAmount,false) (#1401)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1295)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1542)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1151)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1522)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1153)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1402)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1295)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1542)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1151)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1522)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1153)
- _tokenTransfer(from,to,amount,takeFee) (#1404)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1295)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1542)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1151)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1522)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1153)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

PinkPiggy.setMarketingWallet(address)._add (#1185) lacks a zero-check on :
- MARKETING_ADDRESS = _add (#1187)
Check that the address is not zero.

Additional information: link

Pragma version^0.8.9 (#5) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.9 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#320-332):
- (success) = recipient.call{value: amount}() (#327)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#417-444):
- (success,returndata) = target.call{value: weiValue}(data) (#426-427)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

PinkPiggy.addLiquidity(uint256,uint256) (#1449-1462) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1454-1461)
Ensure that all the return values of the function calls are used.

Additional information: link

PinkPiggy.allowance(address,address).owner (#1003) shadows:
- Ownable.owner() (#481-483) (function)
PinkPiggy._approve(address,address,uint256).owner (#1330) shadows:
- Ownable.owner() (#481-483) (function)
Rename the local variables that shadow another component.

Additional information: link

PinkPiggy.setTaxFeePercent(uint256) (#1168-1170) should emit an event for:
- _taxFee = taxFee (#1169)
PinkPiggy.setLiquidityFeePercent(uint256) (#1172-1174) should emit an event for:
- _liquidityFee = liquidityFee (#1173)
PinkPiggy.setMaxTxPercent(uint256) (#1176-1178) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1177)
PinkPiggy.setMarketingFeePercent(uint256) (#1180-1183) should emit an event for:
- _MKTshare = marketingFee (#1182)
PinkPiggy.changeNumTokensSellToAddToLiquidity(uint256) (#1195-1198) should emit an event for:
- numTokensSellToAddToLiquidity = _numTokensSellToAddToLiquidity (#1197)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in PinkPiggy._transfer(address,address,uint256) (#1341-1406):
External calls:
- swapAndLiquify(contractTokenBalance) (#1379)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1454-1461)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1440-1446)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1379)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1454-1461)
State variables written after the call(s):
- _tokenTransfer(from,MARKETING_ADDRESS,mktAmount,false) (#1401)
- _liquidityFee = _previousLiquidityFee (#1322)
- _liquidityFee = 0 (#1317)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1402)
- _liquidityFee = _previousLiquidityFee (#1322)
- _liquidityFee = 0 (#1317)
- _tokenTransfer(from,to,amount,takeFee) (#1404)
- _liquidityFee = _previousLiquidityFee (#1322)
- _liquidityFee = 0 (#1317)
- _tokenTransfer(from,MARKETING_ADDRESS,mktAmount,false) (#1401)
- _previousLiquidityFee = _liquidityFee (#1314)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1402)
- _previousLiquidityFee = _liquidityFee (#1314)
- _tokenTransfer(from,to,amount,takeFee) (#1404)
- _previousLiquidityFee = _liquidityFee (#1314)
- _tokenTransfer(from,MARKETING_ADDRESS,mktAmount,false) (#1401)
- _previousTaxFee = _taxFee (#1313)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1402)
- _previousTaxFee = _taxFee (#1313)
- _tokenTransfer(from,to,amount,takeFee) (#1404)
- _previousTaxFee = _taxFee (#1313)
- _tokenTransfer(from,MARKETING_ADDRESS,mktAmount,false) (#1401)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1205)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1402)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1205)
- _tokenTransfer(from,to,amount,takeFee) (#1404)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1205)
- _tokenTransfer(from,MARKETING_ADDRESS,mktAmount,false) (#1401)
- _taxFee = _previousTaxFee (#1321)
- _taxFee = 0 (#1316)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1402)
- _taxFee = _previousTaxFee (#1321)
- _taxFee = 0 (#1316)
- _tokenTransfer(from,to,amount,takeFee) (#1404)
- _taxFee = _previousTaxFee (#1321)
- _taxFee = 0 (#1316)
Reentrancy in PinkPiggy.constructor() (#953-971):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#960-961)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#967)
- _isExcludedFromFee[address(this)] = true (#968)
- uniswapV2Router = _uniswapV2Router (#964)
Reentrancy in PinkPiggy.swapAndLiquify(uint256) (#1408-1429):
External calls:
- swapTokensForEth(half) (#1420)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1440-1446)
- addLiquidity(otherHalf,newBalance) (#1426)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1454-1461)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1426)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1454-1461)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1426)
- _allowances[owner][spender] = amount (#1337)
Reentrancy in PinkPiggy.transferFrom(address,address,uint256) (#1021-1036):
External calls:
- _transfer(sender,recipient,amount) (#1026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1454-1461)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1440-1446)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1454-1461)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC0: transfer amount exceeds allowance)) (#1027-1034)
- _allowances[owner][spender] = amount (#1337)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in PinkPiggy._transfer(address,address,uint256) (#1341-1406):
External calls:
- swapAndLiquify(contractTokenBalance) (#1379)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1454-1461)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1440-1446)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1379)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1454-1461)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1505)
- _tokenTransfer(from,to,amount,takeFee) (#1404)
- Transfer(sender,recipient,tTransferAmount) (#1505)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1402)
- Transfer(sender,recipient,tTransferAmount) (#1505)
- _tokenTransfer(from,MARKETING_ADDRESS,mktAmount,false) (#1401)
- Transfer(sender,recipient,tTransferAmount) (#1547)
- _tokenTransfer(from,MARKETING_ADDRESS,mktAmount,false) (#1401)
- Transfer(sender,recipient,tTransferAmount) (#1526)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1402)
- Transfer(sender,recipient,tTransferAmount) (#1547)
- _tokenTransfer(from,to,amount,takeFee) (#1404)
- Transfer(sender,recipient,tTransferAmount) (#1526)
- _tokenTransfer(from,MARKETING_ADDRESS,mktAmount,false) (#1401)
- Transfer(sender,recipient,tTransferAmount) (#1547)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1402)
- Transfer(sender,recipient,tTransferAmount) (#1526)
- _tokenTransfer(from,to,amount,takeFee) (#1404)
- Transfer(sender,recipient,tTransferAmount) (#1157)
- _tokenTransfer(from,to,amount,takeFee) (#1404)
- Transfer(sender,recipient,tTransferAmount) (#1157)
- _tokenTransfer(from,to,sendAmount,takeFee) (#1402)
- Transfer(sender,recipient,tTransferAmount) (#1157)
- _tokenTransfer(from,MARKETING_ADDRESS,mktAmount,false) (#1401)
Reentrancy in PinkPiggy.constructor() (#953-971):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#960-961)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#970)
Reentrancy in PinkPiggy.swapAndLiquify(uint256) (#1408-1429):
External calls:
- swapTokensForEth(half) (#1420)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1440-1446)
- addLiquidity(otherHalf,newBalance) (#1426)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1454-1461)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1426)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1454-1461)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1338)
- addLiquidity(otherHalf,newBalance) (#1426)
- SwapAndLiquify(half,newBalance,otherHalf) (#1428)
Reentrancy in PinkPiggy.transferFrom(address,address,uint256) (#1021-1036):
External calls:
- _transfer(sender,recipient,amount) (#1026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1454-1461)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1440-1446)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1454-1461)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1338)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC0: transfer amount exceeds allowance)) (#1027-1034)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#290-302) uses assembly
- INLINE ASM (#298-300)
Address._functionCallWithValue(address,bytes,uint256,string) (#417-444) uses assembly
- INLINE ASM (#436-439)
Do not use evm assembly.

Additional information: link

PinkPiggy.includeInReward(address) (#1125-1136) has costly operations inside a loop:
- _excluded.pop() (#1132)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#417-444) is never used and should be removed
Address.functionCall(address,bytes) (#352-357) is never used and should be removed
Address.functionCall(address,bytes,string) (#365-371) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#384-396) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#404-415) is never used and should be removed
Address.isContract(address) (#290-302) is never used and should be removed
Address.sendValue(address,uint256) (#320-332) is never used and should be removed
Context._msgData() (#263-266) is never used and should be removed
SafeMath.mod(uint256,uint256) (#232-234) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#248-255) is never used and should be removed
Remove unused functions.

Additional information: link

PinkPiggy._rTotal (#914) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
PinkPiggy._previousTaxFee (#922) is set pre-construction with a non-constant function or state variable:
- _taxFee
PinkPiggy._previousLiquidityFee (#925) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
PinkPiggy._maxTxAmount (#935) is set pre-construction with a non-constant function or state variable:
- _tTotal
PinkPiggy._maxWalletAmount (#936) is set pre-construction with a non-constant function or state variable:
- _tTotal
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#609) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#611) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#642) is not in mixedCase
Function IUniswapV2Router01.WETH() (#690) is not in mixedCase
Parameter PinkPiggy.setMarketingWallet(address)._add (#1185) is not in mixedCase
Parameter PinkPiggy.setSwapAndLiquifyEnabled(bool)._enabled (#1190) is not in mixedCase
Parameter PinkPiggy.changeNumTokensSellToAddToLiquidity(uint256)._numTokensSellToAddToLiquidity (#1195) is not in mixedCase
Parameter PinkPiggy.calculateTaxFee(uint256)._amount (#1298) is not in mixedCase
Parameter PinkPiggy.calculateLiquidityFee(uint256)._amount (#1302) is not in mixedCase
Variable PinkPiggy.MARKETING_ADDRESS (#900-901) is not in mixedCase
Variable PinkPiggy._taxFee (#921) is not in mixedCase
Variable PinkPiggy._liquidityFee (#924) is not in mixedCase
Variable PinkPiggy._MKTshare (#927) is not in mixedCase
Variable PinkPiggy._maxTxAmount (#935) is not in mixedCase
Variable PinkPiggy._maxWalletAmount (#936) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#264)" inContext (#258-267)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#695) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#696)
Variable PinkPiggy._getValues(uint256).rTransferAmount (#1222) is too similar to PinkPiggy._transferToExcluded(address,address,uint256).tTransferAmount (#1517)
Variable PinkPiggy.reflectionFromToken(uint256,bool).rTransferAmount (#1097) is too similar to PinkPiggy._getValues(uint256).tTransferAmount (#1220)
Variable PinkPiggy.reflectionFromToken(uint256,bool).rTransferAmount (#1097) is too similar to PinkPiggy._getTValues(uint256).tTransferAmount (#1245)
Variable PinkPiggy._transferFromExcluded(address,address,uint256).rTransferAmount (#1536) is too similar to PinkPiggy._transferFromExcluded(address,address,uint256).tTransferAmount (#1538)
Variable PinkPiggy._getValues(uint256).rTransferAmount (#1222) is too similar to PinkPiggy._getTValues(uint256).tTransferAmount (#1245)
Variable PinkPiggy._transferToExcluded(address,address,uint256).rTransferAmount (#1515) is too similar to PinkPiggy._transferFromExcluded(address,address,uint256).tTransferAmount (#1538)
Variable PinkPiggy._transferStandard(address,address,uint256).rTransferAmount (#1495) is too similar to PinkPiggy._transferFromExcluded(address,address,uint256).tTransferAmount (#1538)
Variable PinkPiggy.reflectionFromToken(uint256,bool).rTransferAmount (#1097) is too similar to PinkPiggy._transferBothExcluded(address,address,uint256).tTransferAmount (#1147)
Variable PinkPiggy._transferToExcluded(address,address,uint256).rTransferAmount (#1515) is too similar to PinkPiggy._transferToExcluded(address,address,uint256).tTransferAmount (#1517)
Variable PinkPiggy._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1266) is too similar to PinkPiggy._transferFromExcluded(address,address,uint256).tTransferAmount (#1538)
Variable PinkPiggy._transferBothExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to PinkPiggy._transferFromExcluded(address,address,uint256).tTransferAmount (#1538)
Variable PinkPiggy._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1266) is too similar to PinkPiggy._transferToExcluded(address,address,uint256).tTransferAmount (#1517)
Variable PinkPiggy._getValues(uint256).rTransferAmount (#1222) is too similar to PinkPiggy._transferBothExcluded(address,address,uint256).tTransferAmount (#1147)
Variable PinkPiggy._transferToExcluded(address,address,uint256).rTransferAmount (#1515) is too similar to PinkPiggy._getTValues(uint256).tTransferAmount (#1245)
Variable PinkPiggy._transferBothExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to PinkPiggy._transferBothExcluded(address,address,uint256).tTransferAmount (#1147)
Variable PinkPiggy._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1266) is too similar to PinkPiggy._getTValues(uint256).tTransferAmount (#1245)
Variable PinkPiggy.reflectionFromToken(uint256,bool).rTransferAmount (#1097) is too similar to PinkPiggy._transferFromExcluded(address,address,uint256).tTransferAmount (#1538)
Variable PinkPiggy._transferToExcluded(address,address,uint256).rTransferAmount (#1515) is too similar to PinkPiggy._transferBothExcluded(address,address,uint256).tTransferAmount (#1147)
Variable PinkPiggy.reflectionFromToken(uint256,bool).rTransferAmount (#1097) is too similar to PinkPiggy._transferToExcluded(address,address,uint256).tTransferAmount (#1517)
Variable PinkPiggy._transferStandard(address,address,uint256).rTransferAmount (#1495) is too similar to PinkPiggy._transferBothExcluded(address,address,uint256).tTransferAmount (#1147)
Variable PinkPiggy._getValues(uint256).rTransferAmount (#1222) is too similar to PinkPiggy._transferFromExcluded(address,address,uint256).tTransferAmount (#1538)
Variable PinkPiggy._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1266) is too similar to PinkPiggy._transferBothExcluded(address,address,uint256).tTransferAmount (#1147)
Variable PinkPiggy._transferFromExcluded(address,address,uint256).rTransferAmount (#1536) is too similar to PinkPiggy._getValues(uint256).tTransferAmount (#1220)
Variable PinkPiggy._transferBothExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to PinkPiggy._transferStandard(address,address,uint256).tTransferAmount (#1497)
Variable PinkPiggy._transferToExcluded(address,address,uint256).rTransferAmount (#1515) is too similar to PinkPiggy._getValues(uint256).tTransferAmount (#1220)
Variable PinkPiggy._transferBothExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to PinkPiggy._transferToExcluded(address,address,uint256).tTransferAmount (#1517)
Variable PinkPiggy._transferBothExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to PinkPiggy._getTValues(uint256).tTransferAmount (#1245)
Variable PinkPiggy._transferStandard(address,address,uint256).rTransferAmount (#1495) is too similar to PinkPiggy._transferStandard(address,address,uint256).tTransferAmount (#1497)
Variable PinkPiggy._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1266) is too similar to PinkPiggy._transferStandard(address,address,uint256).tTransferAmount (#1497)
Variable PinkPiggy._transferStandard(address,address,uint256).rTransferAmount (#1495) is too similar to PinkPiggy._transferToExcluded(address,address,uint256).tTransferAmount (#1517)
Variable PinkPiggy._transferStandard(address,address,uint256).rTransferAmount (#1495) is too similar to PinkPiggy._getTValues(uint256).tTransferAmount (#1245)
Variable PinkPiggy._getValues(uint256).rTransferAmount (#1222) is too similar to PinkPiggy._transferStandard(address,address,uint256).tTransferAmount (#1497)
Variable PinkPiggy._transferFromExcluded(address,address,uint256).rTransferAmount (#1536) is too similar to PinkPiggy._transferStandard(address,address,uint256).tTransferAmount (#1497)
Variable PinkPiggy._transferFromExcluded(address,address,uint256).rTransferAmount (#1536) is too similar to PinkPiggy._transferToExcluded(address,address,uint256).tTransferAmount (#1517)
Variable PinkPiggy._transferFromExcluded(address,address,uint256).rTransferAmount (#1536) is too similar to PinkPiggy._getTValues(uint256).tTransferAmount (#1245)
Variable PinkPiggy._transferToExcluded(address,address,uint256).rTransferAmount (#1515) is too similar to PinkPiggy._transferStandard(address,address,uint256).tTransferAmount (#1497)
Variable PinkPiggy._transferBothExcluded(address,address,uint256).rTransferAmount (#1145) is too similar to PinkPiggy._getValues(uint256).tTransferAmount (#1220)
Variable PinkPiggy._transferFromExcluded(address,address,uint256).rTransferAmount (#1536) is too similar to PinkPiggy._transferBothExcluded(address,address,uint256).tTransferAmount (#1147)
Variable PinkPiggy._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1266) is too similar to PinkPiggy._getValues(uint256).tTransferAmount (#1220)
Variable PinkPiggy._transferStandard(address,address,uint256).rTransferAmount (#1495) is too similar to PinkPiggy._getValues(uint256).tTransferAmount (#1220)
Variable PinkPiggy._getValues(uint256).rTransferAmount (#1222) is too similar to PinkPiggy._getValues(uint256).tTransferAmount (#1220)
Variable PinkPiggy.reflectionFromToken(uint256,bool).rTransferAmount (#1097) is too similar to PinkPiggy._transferStandard(address,address,uint256).tTransferAmount (#1497)
Prevent variables from having similar names.

Additional information: link

PinkPiggy.slitherConstructorVariables() (#895-1550) uses literals with too many digits:
- _tTotal = 100000000000000000 * 10 ** 9 (#913)
PinkPiggy.slitherConstructorVariables() (#895-1550) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 1000000000 * 10 ** 9 (#937)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

PinkPiggy._decimals (#919) should be constant
PinkPiggy._name (#917) should be constant
PinkPiggy._symbol (#918) should be constant
PinkPiggy._tTotal (#913) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#500-503)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#509-516)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#518-520)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#523-528)
unlock() should be declared external:
- Ownable.unlock() (#531-539)
name() should be declared external:
- PinkPiggy.name() (#973-975)
symbol() should be declared external:
- PinkPiggy.symbol() (#977-979)
decimals() should be declared external:
- PinkPiggy.decimals() (#981-983)
totalSupply() should be declared external:
- PinkPiggy.totalSupply() (#985-987)
transfer(address,uint256) should be declared external:
- PinkPiggy.transfer(address,uint256) (#994-1001)
allowance(address,address) should be declared external:
- PinkPiggy.allowance(address,address) (#1003-1010)
approve(address,uint256) should be declared external:
- PinkPiggy.approve(address,uint256) (#1012-1019)
transferFrom(address,address,uint256) should be declared external:
- PinkPiggy.transferFrom(address,address,uint256) (#1021-1036)
increaseAllowance(address,uint256) should be declared external:
- PinkPiggy.increaseAllowance(address,uint256) (#1038-1049)
decreaseAllowance(address,uint256) should be declared external:
- PinkPiggy.decreaseAllowance(address,uint256) (#1051-1065)
isExcludedFromReward(address) should be declared external:
- PinkPiggy.isExcludedFromReward(address) (#1067-1069)
totalFees() should be declared external:
- PinkPiggy.totalFees() (#1071-1073)
deliver(uint256) should be declared external:
- PinkPiggy.deliver(uint256) (#1075-1085)
reflectionFromToken(uint256,bool) should be declared external:
- PinkPiggy.reflectionFromToken(uint256,bool) (#1087-1100)
excludeFromReward(address) should be declared external:
- PinkPiggy.excludeFromReward(address) (#1115-1123)
excludeFromFee(address) should be declared external:
- PinkPiggy.excludeFromFee(address) (#1160-1162)
includeInFee(address) should be declared external:
- PinkPiggy.includeInFee(address) (#1164-1166)
setSwapAndLiquifyEnabled(bool) should be declared external:
- PinkPiggy.setSwapAndLiquifyEnabled(bool) (#1190-1193)
isExcludedFromFee(address) should be declared external:
- PinkPiggy.isExcludedFromFee(address) (#1325-1327)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.

Contract has 9% buy tax and 9% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Average 30d PancakeSwap liquidity is low.


Average 30d PancakeSwap volume is low.


Token is deployed only at one blockchain


Token has only one trading pair


Telegram account has relatively few subscribers


Twitter account has relatively few followers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find code repository for the project


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for PIGGY

News for PIGGY