Apederman Inu Token Logo

APEDERMAN [Apederman Inu] Token

ALERT: honeypot scam

About APEDERMAN

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 30 May 2022

report
Token seems to be a scam (type: honeypot scam).


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

Reentrancy in ApedermanInu._transfer(address,address,uint256) (#582-620):
External calls:
- swapAndLiquify(contractTokenBalance) (#604)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#678-685)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#662-668)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#604)
- recipient.transfer(amount) (#564)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#678-685)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#607)
- _balances[recipient] = _balances[recipient].add(finalAmount) (#615)
- finalAmount = takeFee(sender,recipient,amount) (#609-610)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (#700)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

Redundant expression "this (#14)" inContext (#7-17)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in ApedermanInu._transfer(address,address,uint256) (#582-620):
External calls:
- swapAndLiquify(contractTokenBalance) (#604)
- recipient.transfer(amount) (#564)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#604)
- recipient.transfer(amount) (#564)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#678-685)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#607)
- _balances[recipient] = _balances[recipient].add(finalAmount) (#615)
- finalAmount = takeFee(sender,recipient,amount) (#609-610)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (#700)
Event emitted after the call(s):
- Transfer(sender,address(this),feeAmount) (#701)
- finalAmount = takeFee(sender,recipient,amount) (#609-610)
- Transfer(sender,recipient,finalAmount) (#617)
Reentrancy in ApedermanInu.swapAndLiquify(uint256) (#629-651):
External calls:
- transferToAddressETH(marketingWalletAddress,amountBNBMarketing) (#644)
- recipient.transfer(amount) (#564)
- transferToAddressETH(teamWalletAddress,amountBNBTeam) (#647)
- recipient.transfer(amount) (#564)
External calls sending eth:
- transferToAddressETH(marketingWalletAddress,amountBNBMarketing) (#644)
- recipient.transfer(amount) (#564)
- transferToAddressETH(teamWalletAddress,amountBNBTeam) (#647)
- recipient.transfer(amount) (#564)
- addLiquidity(tokensForLP,amountBNBLiquidity) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#678-685)
State variables written after the call(s):
- addLiquidity(tokensForLP,amountBNBLiquidity) (#650)
- _allowances[owner][spender] = amount (#518)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#519)
- addLiquidity(tokensForLP,amountBNBLiquidity) (#650)
Reentrancy in ApedermanInu.transferFrom(address,address,uint256) (#576-580):
External calls:
- _transfer(sender,recipient,amount) (#577)
- recipient.transfer(amount) (#564)
External calls sending eth:
- _transfer(sender,recipient,amount) (#577)
- recipient.transfer(amount) (#564)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#678-685)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#578)
- _allowances[owner][spender] = amount (#518)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#519)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#578)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#234) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#235)
Prevent variables from having similar names.

Additional information: link

ApedermanInu.slitherConstructorVariables() (#362-708) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#373)
ApedermanInu.slitherConstructorVariables() (#362-708) uses literals with too many digits:
- _totalSupply = 1000000000000000 * 10 ** _decimals (#399)
ApedermanInu.slitherConstructorVariables() (#362-708) uses literals with too many digits:
- _maxTxAmount = 300000000000000 * 10 ** _decimals (#400)
ApedermanInu.slitherConstructorVariables() (#362-708) uses literals with too many digits:
- _walletMax = 300000000000000 * 10 ** _decimals (#401)
ApedermanInu.slitherConstructorVariables() (#362-708) uses literals with too many digits:
- minimumTokensBeforeSwap = 1000000000000000 * 10 ** 9 (#402)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

ApedermanInu._decimals (#369) should be constant
ApedermanInu._liquidityShare (#391) should be constant
ApedermanInu._marketingShare (#392) should be constant
ApedermanInu._name (#367) should be constant
ApedermanInu._symbol (#368) should be constant
ApedermanInu._teamShare (#393) should be constant
ApedermanInu.checkWalletLimit (#410) should be constant
ApedermanInu.marketingWalletAddress (#371) should be constant
ApedermanInu.minimumTokensBeforeSwap (#402) should be constant
ApedermanInu.swapAndLiquifyByLimitOnly (#409) should be constant
ApedermanInu.teamWalletAddress (#372) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#156-159)
name() should be declared external:
- ApedermanInu.name() (#471-473)
symbol() should be declared external:
- ApedermanInu.symbol() (#475-477)
decimals() should be declared external:
- ApedermanInu.decimals() (#479-481)
totalSupply() should be declared external:
- ApedermanInu.totalSupply() (#483-485)
allowance(address,address) should be declared external:
- ApedermanInu.allowance(address,address) (#491-493)
increaseAllowance(address,uint256) should be declared external:
- ApedermanInu.increaseAllowance(address,uint256) (#495-498)
decreaseAllowance(address,uint256) should be declared external:
- ApedermanInu.decreaseAllowance(address,uint256) (#500-503)
minimumTokensBeforeSwapAmount() should be declared external:
- ApedermanInu.minimumTokensBeforeSwapAmount() (#505-507)
approve(address,uint256) should be declared external:
- ApedermanInu.approve(address,uint256) (#509-512)
setSwapAndLiquifyEnabled(bool) should be declared external:
- ApedermanInu.setSwapAndLiquifyEnabled(bool) (#554-557)
getCirculatingSupply() should be declared external:
- ApedermanInu.getCirculatingSupply() (#559-561)
transfer(address,uint256) should be declared external:
- ApedermanInu.transfer(address,uint256) (#571-574)
transferFrom(address,address,uint256) should be declared external:
- ApedermanInu.transferFrom(address,address,uint256) (#576-580)
Use the external attribute for functions never called from the contract.

Additional information: link

ApedermanInu.addLiquidity(uint256,uint256) (#673-686) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#678-685)
Ensure that all the return values of the function calls are used.

Additional information: link

ApedermanInu.allowance(address,address).owner (#491) shadows:
- Ownable.owner() (#149-151) (function)
ApedermanInu._approve(address,address,uint256).owner (#514) shadows:
- Ownable.owner() (#149-151) (function)
Rename the local variables that shadow another component.

Additional information: link

ApedermanInu.setBuyTaxes(uint256,uint256,uint256) (#526-532) should emit an event for:
- _totalTaxIfBuying = _buyLiquidityFee.add(_buyMarketingFee).add(_buyTeamFee) (#531)
ApedermanInu.setSellTaxes(uint256,uint256,uint256) (#534-540) should emit an event for:
- _totalTaxIfSelling = _sellLiquidityFee.add(_sellMarketingFee).add(_sellTeamFee) (#539)
ApedermanInu.setMaxTxAmount(uint256) (#542-544) should emit an event for:
- _maxTxAmount = maxTxAmount (#543)
ApedermanInu.setWalletLimit(uint256) (#550-552) should emit an event for:
- _walletMax = newLimit (#551)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in ApedermanInu.constructor() (#435-469):
External calls:
- uniswapPair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#439-440)
State variables written after the call(s):
- _allowances[address(this)][address(uniswapV2Router)] = _totalSupply (#443)
- _balances[_msgSender()] = _totalSupply (#467)
- _totalDistributionShares = _liquidityShare.add(_marketingShare).add(_teamShare) (#452)
- _totalTaxIfBuying = _buyLiquidityFee.add(_buyMarketingFee).add(_buyTeamFee) (#450)
- _totalTaxIfSelling = _sellLiquidityFee.add(_sellMarketingFee).add(_sellTeamFee) (#451)
- isExcludedFromFee[owner()] = true (#445)
- isExcludedFromFee[marketingWalletAddress] = true (#446)
- isExcludedFromFee[teamWalletAddress] = true (#447)
- isExcludedFromFee[address(this)] = true (#448)
- isMarketPair[address(uniswapPair)] = true (#465)
- isTxLimitExempt[owner()] = true (#460)
- isTxLimitExempt[address(this)] = true (#461)
- isTxLimitExempt[marketingWalletAddress] = true (#462)
- isTxLimitExempt[teamWalletAddress] = true (#463)
- isWalletLimitExempt[owner()] = true (#454)
- isWalletLimitExempt[address(uniswapPair)] = true (#455)
- isWalletLimitExempt[address(this)] = true (#456)
- isWalletLimitExempt[marketingWalletAddress] = true (#457)
- isWalletLimitExempt[teamWalletAddress] = true (#458)
- uniswapV2Router = _uniswapV2Router (#442)
Reentrancy in ApedermanInu.swapAndLiquify(uint256) (#629-651):
External calls:
- swapTokensForEth(tokensForSwap) (#634)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#662-668)
- addLiquidity(tokensForLP,amountBNBLiquidity) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#678-685)
External calls sending eth:
- transferToAddressETH(marketingWalletAddress,amountBNBMarketing) (#644)
- recipient.transfer(amount) (#564)
- transferToAddressETH(teamWalletAddress,amountBNBTeam) (#647)
- recipient.transfer(amount) (#564)
- addLiquidity(tokensForLP,amountBNBLiquidity) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#678-685)
State variables written after the call(s):
- addLiquidity(tokensForLP,amountBNBLiquidity) (#650)
- _allowances[owner][spender] = amount (#518)
Reentrancy in ApedermanInu.transferFrom(address,address,uint256) (#576-580):
External calls:
- _transfer(sender,recipient,amount) (#577)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#678-685)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#662-668)
External calls sending eth:
- _transfer(sender,recipient,amount) (#577)
- recipient.transfer(amount) (#564)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#678-685)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#578)
- _allowances[owner][spender] = amount (#518)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in ApedermanInu._transfer(address,address,uint256) (#582-620):
External calls:
- swapAndLiquify(contractTokenBalance) (#604)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#678-685)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#662-668)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#604)
- recipient.transfer(amount) (#564)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#678-685)
Event emitted after the call(s):
- Transfer(sender,address(this),feeAmount) (#701)
- finalAmount = takeFee(sender,recipient,amount) (#609-610)
- Transfer(sender,recipient,finalAmount) (#617)
Reentrancy in ApedermanInu.constructor() (#435-469):
External calls:
- uniswapPair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#439-440)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_totalSupply) (#468)
Reentrancy in ApedermanInu.swapAndLiquify(uint256) (#629-651):
External calls:
- swapTokensForEth(tokensForSwap) (#634)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#662-668)
- addLiquidity(tokensForLP,amountBNBLiquidity) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#678-685)
External calls sending eth:
- transferToAddressETH(marketingWalletAddress,amountBNBMarketing) (#644)
- recipient.transfer(amount) (#564)
- transferToAddressETH(teamWalletAddress,amountBNBTeam) (#647)
- recipient.transfer(amount) (#564)
- addLiquidity(tokensForLP,amountBNBLiquidity) (#650)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#678-685)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#519)
- addLiquidity(tokensForLP,amountBNBLiquidity) (#650)
Reentrancy in ApedermanInu.swapTokensForEth(uint256) (#653-671):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#662-668)
Event emitted after the call(s):
- SwapTokensForETH(tokenAmount,path) (#670)
Reentrancy in ApedermanInu.transferFrom(address,address,uint256) (#576-580):
External calls:
- _transfer(sender,recipient,amount) (#577)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#678-685)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#662-668)
External calls sending eth:
- _transfer(sender,recipient,amount) (#577)
- recipient.transfer(amount) (#564)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#678-685)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#519)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#578)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#86-95) uses assembly
- INLINE ASM (#93)
Address._functionCallWithValue(address,bytes,uint256,string) (#122-139) uses assembly
- INLINE ASM (#131-134)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#122-139) is never used and should be removed
Address.functionCall(address,bytes) (#105-107) is never used and should be removed
Address.functionCall(address,bytes,string) (#109-111) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#113-115) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#117-120) is never used and should be removed
Address.isContract(address) (#86-95) is never used and should be removed
Address.sendValue(address,uint256) (#97-103) is never used and should be removed
Context._msgData() (#13-16) is never used and should be removed
SafeMath.mod(uint256,uint256) (#74-76) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#78-81) is never used and should be removed
Remove unused functions.

Additional information: link

ApedermanInu._totalSupply (#399) is set pre-construction with a non-constant function or state variable:
- 1000000000000000 * 10 ** _decimals
ApedermanInu._maxTxAmount (#400) is set pre-construction with a non-constant function or state variable:
- 300000000000000 * 10 ** _decimals
ApedermanInu._walletMax (#401) is set pre-construction with a non-constant function or state variable:
- 300000000000000 * 10 ** _decimals
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.12 (#5) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.12 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) (#97-103):
- (success) = recipient.call{value: amount}() (#101)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#122-139):
- (success,returndata) = target.call{value: weiValue}(data) (#125)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#193) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#194) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#210) is not in mixedCase
Function IUniswapV2Router01.WETH() (#229) is not in mixedCase
Parameter ApedermanInu.setSwapAndLiquifyEnabled(bool)._enabled (#554) is not in mixedCase
Variable ApedermanInu._balances (#375) is not in mixedCase
Variable ApedermanInu._buyLiquidityFee (#383) is not in mixedCase
Variable ApedermanInu._buyMarketingFee (#384) is not in mixedCase
Variable ApedermanInu._buyTeamFee (#385) is not in mixedCase
Variable ApedermanInu._sellLiquidityFee (#387) is not in mixedCase
Variable ApedermanInu._sellMarketingFee (#388) is not in mixedCase
Variable ApedermanInu._sellTeamFee (#389) is not in mixedCase
Variable ApedermanInu._liquidityShare (#391) is not in mixedCase
Variable ApedermanInu._marketingShare (#392) is not in mixedCase
Variable ApedermanInu._teamShare (#393) is not in mixedCase
Variable ApedermanInu._totalTaxIfBuying (#395) is not in mixedCase
Variable ApedermanInu._totalTaxIfSelling (#396) is not in mixedCase
Variable ApedermanInu._totalDistributionShares (#397) is not in mixedCase
Variable ApedermanInu._maxTxAmount (#400) is not in mixedCase
Variable ApedermanInu._walletMax (#401) is not in mixedCase
Follow the Solidity naming convention.

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.


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


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

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


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


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 APEDERMAN