We have decided to find a way to help our crypto community to avoid scams projects and honeypot smart contracts. Therefore, we are working on developing an awareness program where you can get yourself informed about the new Crypto Projects if they are secure for future investment. There will be a subscribe option, if you wish to get updates every time when our platform will detect a fraud scheme project.
Also, we have in mind to implement a feature where you can place your wallet address to check all the tokens that have been airdropped without your approval, if they are a scam or real airdrop.
Reentrancy in AnimeInu._transfer(address,address,uint256) (#947-977):
External calls:
- swapETHForTokens(100000000000000000) (#965)
- pancakeSwapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,address(0),block.timestamp.add(300)) (#1019-1024)
- swapAndLiquify(numTokensSellToAddToLiquidity) (#967)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1032-1039)
- pancakeSwapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1005-1011)
External calls sending eth:
- swapETHForTokens(100000000000000000) (#965)
- pancakeSwapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,address(0),block.timestamp.add(300)) (#1019-1024)
- swapAndLiquify(numTokensSellToAddToLiquidity) (#967)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1032-1039)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#976)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#916)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1083)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1092)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1103)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1113)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1084)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1094)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1104)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1115)
- _tokenTransfer(from,to,amount,takeFee) (#976)
- _rTotal = _rTotal.sub(rFee) (#863)
- _tokenTransfer(from,to,amount,takeFee) (#976)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#918)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1112)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1102)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1093)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1114)
- swapAndLiquify(numTokensSellToAddToLiquidity) (#967)
- inSwapAndLiquify = true (#688)
- inSwapAndLiquify = false (#690)
Apply the check-effects-interactions pattern.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
AnimeInu.addLiquidity(uint256,uint256) (#1027-1040) ignores return value by pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1032-1039)
Ensure that all the return values of the function calls are used.
Additional information: link
AnimeInu._approve(address,address,uint256).owner (#939) shadows:
- Ownable.owner() (#585-587) (function)
Rename the local variables that shadow another component.
Additional information: link
AnimeInu.setLiquidityFeePercent(uint256) (#815-817) should emit an event for:
- _liquidityFee = liquidityFee (#816)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in AnimeInu.transferFrom(address,address,uint256) (#747-751):
External calls:
- _transfer(sender,recipient,amount) (#748)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1032-1039)
- pancakeSwapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,address(0),block.timestamp.add(300)) (#1019-1024)
- pancakeSwapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1005-1011)
External calls sending eth:
- _transfer(sender,recipient,amount) (#748)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1032-1039)
- pancakeSwapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,address(0),block.timestamp.add(300)) (#1019-1024)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#749)
- _allowances[owner][spender] = amount (#943)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in AnimeInu.transferFrom(address,address,uint256) (#747-751):
External calls:
- _transfer(sender,recipient,amount) (#748)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1032-1039)
- pancakeSwapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,address(0),block.timestamp.add(300)) (#1019-1024)
- pancakeSwapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1005-1011)
External calls sending eth:
- _transfer(sender,recipient,amount) (#748)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1032-1039)
- pancakeSwapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,address(0),block.timestamp.add(300)) (#1019-1024)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#944)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#749)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#632-637) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#634)
Avoid relying on block.timestamp.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#542-563) uses assembly
- INLINE ASM (#555-558)
Do not use evm assembly.
Additional information: link
SafeMath.mod(uint256,uint256,string) (#414-417) is never used and should be removed
Remove unused functions.
Additional information: link
AnimeInu._previousLiquidityFee (#668) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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
solc-0.8.7 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._functionCallWithValue(address,bytes,uint256,string) (#542-563):
- (success,returnData) = target.call{value: weiValue}(data) (#546)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable AnimeInu._liquidityFee (#667) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#426)" inContext (#420-429)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable AnimeInu._getValues(uint256).rTransferAmount (#873) is too similar to AnimeInu._getValues(uint256).tTransferAmount (#872)
Prevent variables from having similar names.
Additional information: link
AnimeInu.slitherConstructorVariables() (#642-1121) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 18 (#676)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
AnimeInu.numTokensSellToAddToLiquidity (#676) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
reflectionFromToken(uint256,bool) should be declared external:
- AnimeInu.reflectionFromToken(uint256,bool) (#842-851)
Use the external attribute for functions never called from the contract.
Additional information: link
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
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 PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute volume.
Unable to find PancakeSwap trading pair to compute number of swaps.
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account