Panda inu PWT Token Logo

pandainu [Panda inu PWT] Token

ALERT: dead

About pandainu

Listings

Not Found
Token 3 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 23 March 2023

report
Token seems to be unmaintained (no trading, inactive website, inactive socials, etc.).

Reentrancy in pandainupwt._transfer(address,address,uint256) (#1112-1156):
External calls:
- swapAndLiquify(contractTokenBalance) (#1143)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1204-1211)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1190-1196)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1143)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1204-1211)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1155)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1051)
- _rOwned[_projectWalletAddress] = _rOwned[_projectWalletAddress].add(rCharity) (#1059)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1247)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1237)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1238)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#960)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1259)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1260)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1249)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#962)
- _tokenTransfer(from,to,amount,takeFee) (#1155)
- _rTotal = _rTotal.sub(rFee) (#1004)
- _tokenTransfer(from,to,amount,takeFee) (#1155)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1053)
- _tOwned[_projectWalletAddress] = _tOwned[_projectWalletAddress].add(tCharity) (#1061)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1258)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#959)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1248)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#961)
Apply the check-effects-interactions pattern.

Additional information: link


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


Contract ownership is not renounced (belongs to a wallet)


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

pandainupwt.addLiquidity(uint256,uint256) (#1199-1212) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1204-1211)
Ensure that all the return values of the function calls are used.

Additional information: link

pandainupwt.includeInReward(address) (#945-956) has costly operations inside a loop:
- _excluded.pop() (#952)
Use a local variable to hold the loop computation result.

Additional information: link

pandainupwt._approve(address,address,uint256).owner (#1104) shadows:
- Ownable.owner() (#540-542) (function)
pandainupwt.allowance(address,address).owner (#876) shadows:
- Ownable.owner() (#540-542) (function)
Rename the local variables that shadow another component.

Additional information: link

pandainupwt.setTaxFeePercent(uint256) (#977-979) should emit an event for:
- _taxFee = taxFee (#978)
pandainupwt.setLiquidityFeePercent(uint256) (#985-987) should emit an event for:
- _liquidityFee = liquidityFee (#986)
pandainupwt.setMaxTxPercent(uint256) (#989-993) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#990-992)
pandainupwt.setProjectFeePercent(uint256) (#981-983) should emit an event for:
- _ProjectFee = charityFee (#982)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in pandainupwt._transfer(address,address,uint256) (#1112-1156):
External calls:
- swapAndLiquify(contractTokenBalance) (#1143)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1204-1211)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1190-1196)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1143)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1204-1211)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1155)
- _ProjectFee = _previousProjectFee (#1096)
- _ProjectFee = 0 (#1090)
- _tokenTransfer(from,to,amount,takeFee) (#1155)
- _liquidityFee = _previousLiquidityFee (#1097)
- _liquidityFee = 0 (#1091)
- _tokenTransfer(from,to,amount,takeFee) (#1155)
- _previousLiquidityFee = _liquidityFee (#1087)
- _tokenTransfer(from,to,amount,takeFee) (#1155)
- _previousProjectFee = _ProjectFee (#1086)
- _tokenTransfer(from,to,amount,takeFee) (#1155)
- _previousTaxFee = _taxFee (#1085)
- _tokenTransfer(from,to,amount,takeFee) (#1155)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1005)
- _tokenTransfer(from,to,amount,takeFee) (#1155)
- _taxFee = _previousTaxFee (#1095)
- _taxFee = 0 (#1089)
Reentrancy in pandainupwt.transferFrom(address,address,uint256) (#885-889):
External calls:
- _transfer(sender,recipient,amount) (#886)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1204-1211)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1190-1196)
External calls sending eth:
- _transfer(sender,recipient,amount) (#886)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1204-1211)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#887)
- _allowances[owner][spender] = amount (#1108)
Reentrancy in pandainupwt.swapAndLiquify(uint256) (#1158-1179):
External calls:
- swapTokensForEth(half) (#1170)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1190-1196)
- addLiquidity(otherHalf,newBalance) (#1176)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1204-1211)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1176)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1204-1211)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1176)
- _allowances[owner][spender] = amount (#1108)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in pandainupwt.swapAndLiquify(uint256) (#1158-1179):
External calls:
- swapTokensForEth(half) (#1170)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1190-1196)
- addLiquidity(otherHalf,newBalance) (#1176)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1204-1211)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1176)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1204-1211)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1109)
- addLiquidity(otherHalf,newBalance) (#1176)
- SwapAndLiquify(half,newBalance,otherHalf) (#1178)
Reentrancy in pandainupwt.transferFrom(address,address,uint256) (#885-889):
External calls:
- _transfer(sender,recipient,amount) (#886)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1204-1211)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1190-1196)
External calls sending eth:
- _transfer(sender,recipient,amount) (#886)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1204-1211)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1109)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#887)
Reentrancy in pandainupwt._transfer(address,address,uint256) (#1112-1156):
External calls:
- swapAndLiquify(contractTokenBalance) (#1143)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1204-1211)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1190-1196)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1143)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1204-1211)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1242)
- _tokenTransfer(from,to,amount,takeFee) (#1155)
- Transfer(sender,recipient,tTransferAmount) (#1253)
- _tokenTransfer(from,to,amount,takeFee) (#1155)
- Transfer(sender,recipient,tTransferAmount) (#1264)
- _tokenTransfer(from,to,amount,takeFee) (#1155)
- Transfer(sender,recipient,tTransferAmount) (#966)
- _tokenTransfer(from,to,amount,takeFee) (#1155)
Apply the check-effects-interactions pattern.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#492-509) uses assembly
- INLINE ASM (#501-504)
Address.isContract(address) (#347-356) uses assembly
- INLINE ASM (#354)
Do not use evm assembly.

Additional information: link

SafeMath.tryDiv(uint256,uint256) (#148-153) is never used and should be removed
Address.sendValue(address,uint256) (#374-380) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#425-427) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#160-165) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#484-490) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#474-476) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#106-112) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#297-302) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#435-442) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#275-280) is never used and should be removed
Context._msgData() (#320-323) is never used and should be removed
Address.functionStaticCall(address,bytes) (#450-452) is never used and should be removed
SafeMath.mod(uint256,uint256) (#235-237) is never used and should be removed
Address._verifyCallResult(bool,bytes,string) (#492-509) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#131-141) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#119-124) is never used and should be removed
Address.isContract(address) (#347-356) is never used and should be removed
Address.functionCall(address,bytes,string) (#410-412) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#460-466) is never used and should be removed
Address.functionCall(address,bytes) (#400-402) is never used and should be removed
Remove unused functions.

Additional information: link

pandainupwt._previousLiquidityFee (#807) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
pandainupwt._previousTaxFee (#802) is set pre-construction with a non-constant function or state variable:
- _taxFee
pandainupwt._previousProjectFee (#805) is set pre-construction with a non-constant function or state variable:
- _ProjectFee
pandainupwt._rTotal (#794) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _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

Pragma version^0.8.3 (#14) allows old versions
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.functionDelegateCall(address,bytes,string) (#484-490):
- (success,returndata) = target.delegatecall(data) (#488)
Low level call in Address.sendValue(address,uint256) (#374-380):
- (success) = recipient.call{value: amount}() (#378)
Low level call in Address.functionStaticCall(address,bytes,string) (#460-466):
- (success,returndata) = target.staticcall(data) (#464)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#435-442):
- (success,returndata) = target.call{value: value}(data) (#440)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter pandainupwt.calculateTaxFee(uint256)._amount (#1064) is not in mixedCase
Parameter pandainupwt.calculateCharityFee(uint256)._amount (#1070) is not in mixedCase
Parameter pandainupwt.setSwapAndLiquifyEnabled(bool)._enabled (#995) is not in mixedCase
Contract pandainupwt (#777-1292) is not in CapWords
Variable pandainupwt._liquidityFee (#806) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#607) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#624) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#606) is not in mixedCase
Function pandainupwt._burn(uint256) (#1277-1289) is not in mixedCase
Parameter pandainupwt.calculateLiquidityFee(uint256)._amount (#1076) is not in mixedCase
Function IUniswapV2Router01.WETH() (#644) is not in mixedCase
Variable pandainupwt._maxTxAmount (#815) is not in mixedCase
Variable pandainupwt._taxFee (#801) is not in mixedCase
Variable pandainupwt._ProjectFee (#804) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#321)" inContext (#315-324)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable pandainupwt._getValues(uint256).rTransferAmount (#1010) is too similar to pandainupwt._getValues(uint256).tTransferAmount (#1009)
Variable pandainupwt._transferFromExcluded(address,address,uint256).rTransferAmount (#1257) is too similar to pandainupwt._transferStandard(address,address,uint256).tTransferAmount (#1236)
Variable pandainupwt._transferBothExcluded(address,address,uint256).rTransferAmount (#958) is too similar to pandainupwt._transferBothExcluded(address,address,uint256).tTransferAmount (#958)
Variable pandainupwt._transferToExcluded(address,address,uint256).rTransferAmount (#1246) is too similar to pandainupwt._getTValues(uint256).tTransferAmount (#1018)
Variable pandainupwt._transferBothExcluded(address,address,uint256).rTransferAmount (#958) is too similar to pandainupwt._getTValues(uint256).tTransferAmount (#1018)
Variable pandainupwt._transferStandard(address,address,uint256).rTransferAmount (#1236) is too similar to pandainupwt._transferFromExcluded(address,address,uint256).tTransferAmount (#1257)
Variable pandainupwt._transferFromExcluded(address,address,uint256).rTransferAmount (#1257) is too similar to pandainupwt._getTValues(uint256).tTransferAmount (#1018)
Variable pandainupwt._transferStandard(address,address,uint256).rTransferAmount (#1236) is too similar to pandainupwt._transferToExcluded(address,address,uint256).tTransferAmount (#1246)
Variable pandainupwt._getValues(uint256).rTransferAmount (#1010) is too similar to pandainupwt._getTValues(uint256).tTransferAmount (#1018)
Variable pandainupwt._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1027) is too similar to pandainupwt._transferFromExcluded(address,address,uint256).tTransferAmount (#1257)
Variable pandainupwt._transferBothExcluded(address,address,uint256).rTransferAmount (#958) is too similar to pandainupwt._transferStandard(address,address,uint256).tTransferAmount (#1236)
Variable pandainupwt._transferToExcluded(address,address,uint256).rTransferAmount (#1246) is too similar to pandainupwt._getValues(uint256).tTransferAmount (#1009)
Variable pandainupwt._transferBothExcluded(address,address,uint256).rTransferAmount (#958) is too similar to pandainupwt._transferToExcluded(address,address,uint256).tTransferAmount (#1246)
Variable pandainupwt._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1027) is too similar to pandainupwt._transferBothExcluded(address,address,uint256).tTransferAmount (#958)
Variable pandainupwt._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1027) is too similar to pandainupwt._getValues(uint256).tTransferAmount (#1009)
Variable pandainupwt._getValues(uint256).rTransferAmount (#1010) is too similar to pandainupwt._transferStandard(address,address,uint256).tTransferAmount (#1236)
Variable pandainupwt._transferBothExcluded(address,address,uint256).rTransferAmount (#958) is too similar to pandainupwt._transferFromExcluded(address,address,uint256).tTransferAmount (#1257)
Variable pandainupwt._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1027) is too similar to pandainupwt._transferToExcluded(address,address,uint256).tTransferAmount (#1246)
Variable pandainupwt.reflectionFromToken(uint256,bool).rTransferAmount (#924) is too similar to pandainupwt._transferStandard(address,address,uint256).tTransferAmount (#1236)
Variable pandainupwt._transferBothExcluded(address,address,uint256).rTransferAmount (#958) is too similar to pandainupwt._getValues(uint256).tTransferAmount (#1009)
Variable pandainupwt.reflectionFromToken(uint256,bool).rTransferAmount (#924) is too similar to pandainupwt._transferFromExcluded(address,address,uint256).tTransferAmount (#1257)
Variable pandainupwt._transferFromExcluded(address,address,uint256).rTransferAmount (#1257) is too similar to pandainupwt._transferBothExcluded(address,address,uint256).tTransferAmount (#958)
Variable pandainupwt.reflectionFromToken(uint256,bool).rTransferAmount (#924) is too similar to pandainupwt._transferBothExcluded(address,address,uint256).tTransferAmount (#958)
Variable pandainupwt._transferFromExcluded(address,address,uint256).rTransferAmount (#1257) is too similar to pandainupwt._transferToExcluded(address,address,uint256).tTransferAmount (#1246)
Variable pandainupwt._transferToExcluded(address,address,uint256).rTransferAmount (#1246) is too similar to pandainupwt._transferBothExcluded(address,address,uint256).tTransferAmount (#958)
Variable pandainupwt._transferStandard(address,address,uint256).rTransferAmount (#1236) is too similar to pandainupwt._getTValues(uint256).tTransferAmount (#1018)
Variable pandainupwt.reflectionFromToken(uint256,bool).rTransferAmount (#924) is too similar to pandainupwt._transferToExcluded(address,address,uint256).tTransferAmount (#1246)
Variable pandainupwt._transferFromExcluded(address,address,uint256).rTransferAmount (#1257) is too similar to pandainupwt._getValues(uint256).tTransferAmount (#1009)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#649) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#650)
Variable pandainupwt._getValues(uint256).rTransferAmount (#1010) is too similar to pandainupwt._transferFromExcluded(address,address,uint256).tTransferAmount (#1257)
Variable pandainupwt.reflectionFromToken(uint256,bool).rTransferAmount (#924) is too similar to pandainupwt._getValues(uint256).tTransferAmount (#1009)
Variable pandainupwt._getValues(uint256).rTransferAmount (#1010) is too similar to pandainupwt._transferBothExcluded(address,address,uint256).tTransferAmount (#958)
Variable pandainupwt._transferToExcluded(address,address,uint256).rTransferAmount (#1246) is too similar to pandainupwt._transferFromExcluded(address,address,uint256).tTransferAmount (#1257)
Variable pandainupwt.reflectionFromToken(uint256,bool).rTransferAmount (#924) is too similar to pandainupwt._getTValues(uint256).tTransferAmount (#1018)
Variable pandainupwt._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1027) is too similar to pandainupwt._getTValues(uint256).tTransferAmount (#1018)
Variable pandainupwt._transferStandard(address,address,uint256).rTransferAmount (#1236) is too similar to pandainupwt._transferStandard(address,address,uint256).tTransferAmount (#1236)
Variable pandainupwt._transferToExcluded(address,address,uint256).rTransferAmount (#1246) is too similar to pandainupwt._transferStandard(address,address,uint256).tTransferAmount (#1236)
Variable pandainupwt._transferFromExcluded(address,address,uint256).rTransferAmount (#1257) is too similar to pandainupwt._transferFromExcluded(address,address,uint256).tTransferAmount (#1257)
Variable pandainupwt._transferStandard(address,address,uint256).rTransferAmount (#1236) is too similar to pandainupwt._transferBothExcluded(address,address,uint256).tTransferAmount (#958)
Variable pandainupwt._transferToExcluded(address,address,uint256).rTransferAmount (#1246) is too similar to pandainupwt._transferToExcluded(address,address,uint256).tTransferAmount (#1246)
Variable pandainupwt._transferStandard(address,address,uint256).rTransferAmount (#1236) is too similar to pandainupwt._getValues(uint256).tTransferAmount (#1009)
Variable pandainupwt._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1027) is too similar to pandainupwt._transferStandard(address,address,uint256).tTransferAmount (#1236)
Variable pandainupwt._getValues(uint256).rTransferAmount (#1010) is too similar to pandainupwt._transferToExcluded(address,address,uint256).tTransferAmount (#1246)
Prevent variables from having similar names.

Additional information: link

pandainupwt.numTokensSellToAddToLiquidity (#816) should be constant
pandainupwt._decimals (#799) should be constant
pandainupwt._name (#797) should be constant
pandainupwt._symbol (#798) should be constant
pandainupwt._projectWalletAddress (#790) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

totalSupply() should be declared external:
- pandainupwt.totalSupply() (#862-864)
totalFees() should be declared external:
- pandainupwt.totalFees() (#905-907)
deliver(uint256) should be declared external:
- pandainupwt.deliver(uint256) (#909-916)
approve(address,uint256) should be declared external:
- pandainupwt.approve(address,uint256) (#880-883)
includeInFee(address) should be declared external:
- pandainupwt.includeInFee(address) (#973-975)
allowance(address,address) should be declared external:
- pandainupwt.allowance(address,address) (#876-878)
projectFarming(address,uint256) should be declared external:
- pandainupwt.projectFarming(address,uint256) (#1274-1277)
symbol() should be declared external:
- pandainupwt.symbol() (#854-856)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#559-562)
decimals() should be declared external:
- pandainupwt.decimals() (#858-860)
transferFrom(address,address,uint256) should be declared external:
- pandainupwt.transferFrom(address,address,uint256) (#885-889)
name() should be declared external:
- pandainupwt.name() (#850-852)
setSwapAndLiquifyEnabled(bool) should be declared external:
- pandainupwt.setSwapAndLiquifyEnabled(bool) (#995-998)
excludeFromFee(address) should be declared external:
- pandainupwt.excludeFromFee(address) (#969-971)
isExcludedFromFee(address) should be declared external:
- pandainupwt.isExcludedFromFee(address) (#1100-1102)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#568-572)
isExcludedFromReward(address) should be declared external:
- pandainupwt.isExcludedFromReward(address) (#901-903)
reflectionFromToken(uint256,bool) should be declared external:
- pandainupwt.reflectionFromToken(uint256,bool) (#918-927)
decreaseAllowance(address,uint256) should be declared external:
- pandainupwt.decreaseAllowance(address,uint256) (#896-899)
increaseAllowance(address,uint256) should be declared external:
- pandainupwt.increaseAllowance(address,uint256) (#891-894)
_burn(uint256) should be declared external:
- pandainupwt._burn(uint256) (#1277-1289)
transfer(address,uint256) should be declared external:
- pandainupwt.transfer(address,uint256) (#871-874)
excludeFromReward(address) should be declared external:
- pandainupwt.excludeFromReward(address) (#935-943)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Token has no transactions for more than 100 days. It seems dead / abandoned.


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.

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


Number of Binance Smart Chain (BSC) token holders is low.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


Token has a considerable age, but we're still unable to find its website


Token is marked as risky (blacklisted creator, fake name, dead project, etc.)

Additional information: link


Token has a considerable age, but social accounts / website are missing or have few users


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for pandainu