Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in BLACKCAT._taxedTransfer(address,address,uint256,bool,bool) (#931-1000):
External calls:
- claim(sender) (#965)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1165-1169)
- _swapContractToken() (#979)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1239-1246)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1227-1233)
External calls sending eth:
- claim(sender) (#965)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1165-1169)
- _swapContractToken() (#979)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1239-1246)
State variables written after the call(s):
- _removeToken(sender,amount) (#988)
- _balances[addr] = newAmount (#1091)
- _balances[addr] = newAmount (#1098)
- _balances[address(this)] += contractToken (#991)
- _addToken(recipient,taxedAmount) (#996)
- _balances[addr] = newAmount (#1070)
- _balances[addr] = newAmount (#1081)
- _circulatingSupply -= tokensToBeBurnt (#993)
- _removeToken(sender,amount) (#988)
- alreadyPaidShares[addr] = profitPerShare * newAmount (#1100)
- _addToken(recipient,taxedAmount) (#996)
- alreadyPaidShares[addr] = profitPerShare * newAmount (#1077)
- _swapContractToken() (#979)
- profitPerShare += ((amount * DistributionMultiplier) / totalShares) (#1132)
- _removeToken(sender,amount) (#988)
- toBePaid[addr] += payment (#1102)
- _addToken(recipient,taxedAmount) (#996)
- toBePaid[addr] += payment (#1079)
Reentrancy in BLACKCAT.claim(address) (#1139-1173):
External calls:
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1165-1169)
State variables written after the call(s):
- _isWithdrawing = false (#1172)
Apply the check-effects-interactions pattern.
Additional information: link
BLACKCAT.TeamReleaseLiquidity() (#1449-1459) ignores return value by liquidityToken.transfer(TeamWallet,amount) (#1457)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
BLACKCAT.claim(address) (#1139-1173) uses a dangerous strict equality:
- amount == 0 (#1156)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Contract ticker (🐈) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
BLACKCAT.constructor() (#810-852) ignores return value by _excluded.add(TeamWallet) (#843)
BLACKCAT.constructor() (#810-852) ignores return value by _excluded.add(walletTwo) (#844)
BLACKCAT.constructor() (#810-852) ignores return value by _excluded.add(msg.sender) (#845)
BLACKCAT.constructor() (#810-852) ignores return value by _excludedFromStaking.add(address(_pancakeRouter)) (#847)
BLACKCAT.constructor() (#810-852) ignores return value by _excludedFromStaking.add(_pancakePairAddress) (#848)
BLACKCAT.constructor() (#810-852) ignores return value by _excludedFromStaking.add(address(this)) (#849)
BLACKCAT.constructor() (#810-852) ignores return value by _excludedFromStaking.add(0x000000000000000000000000000000000000dEaD) (#850)
BLACKCAT._addLiquidity(uint256,uint256) (#1236-1247) ignores return value by _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1239-1246)
BLACKCAT.AddWalletExclusion(address) (#1373-1375) ignores return value by _excluded.add(exclusionAdd) (#1374)
BLACKCAT.TeamRemoveLiquidity(bool) (#1461-1490) ignores return value by liquidityToken.approve(address(_pancakeRouter),amount) (#1468)
BLACKCAT.TeamRemoveLiquidity(bool) (#1461-1490) ignores return value by _pancakeRouter.removeLiquidityETHSupportingFeeOnTransferTokens(address(this),amount,0,0,address(this),block.timestamp) (#1474-1481)
Ensure that all the return values of the function calls are used.
Additional information: link
BLACKCAT.allowance(address,address)._owner (#1535) shadows:
- Ownable._owner (#205) (state variable)
BLACKCAT._approve(address,address,uint256).owner (#1543) shadows:
- Ownable.owner() (#221-223) (function)
Rename the local variables that shadow another component.
Additional information: link
BLACKCAT.set_swap_threshold_1000(uint256) (#876-878) should emit an event for:
- swap_threshold = (InitialSupply * percent) / 1000 (#877)
BLACKCAT.set_gas(uint256) (#888-890) should emit an event for:
- gas = g (#889)
BLACKCAT.TeamWithdrawXMarketingBNB(uint256) (#1326-1331) should emit an event for:
- marketingBalance -= amount (#1328)
BLACKCAT.TeamChangeAntiWhale(uint256) (#1338-1340) should emit an event for:
- antiWhale = newAntiWhale * 10 ** _decimals (#1339)
BLACKCAT.TeamSetSellLockTime(uint256) (#1361-1364) should emit an event for:
- sellLockTime = sellLockSeconds (#1363)
BLACKCAT.TeamSetBuyLockTime(uint256) (#1367-1370) should emit an event for:
- buyLockTime = buyLockSeconds (#1369)
BLACKCAT.TeamSetTaxes(uint8,uint8,uint8,uint8,uint8,uint8) (#1378-1389) should emit an event for:
- _burnTax = burnTaxes (#1382)
- _liquidityTax = liquidityTaxes (#1383)
- _stakingTax = stakingTaxes (#1384)
- _buyTax = buyTax (#1386)
- _sellTax = sellTax (#1387)
- _transferTax = transferTax (#1388)
BLACKCAT.TeamChangeMarketingShare(uint8) (#1392-1395) should emit an event for:
- marketingShare = newShare (#1394)
BLACKCAT.TeamUpdateLimits(uint256,uint256) (#1402-1419) should emit an event for:
- balanceLimit = newBalanceLimit (#1417)
- sellLimit = newSellLimit (#1418)
Emit an event for critical parameter changes.
Additional information: link
BLACKCAT.TeamChangeTeamWallet(address).newTeamWallet (#1342) lacks a zero-check on :
- TeamWallet = address(newTeamWallet) (#1343)
BLACKCAT.TeamChangeWalletTwo(address).newWalletTwo (#1346) lacks a zero-check on :
- walletTwo = address(newWalletTwo) (#1347)
BLACKCAT.SetupLiquidityTokenAddress(address).liquidityTokenAddress (#1431) lacks a zero-check on :
- _liquidityTokenAddress = liquidityTokenAddress (#1432)
Check that the address is not zero.
Additional information: link
Reentrancy in BLACKCAT.TeamRemoveLiquidity(bool) (#1461-1490):
External calls:
- liquidityToken.approve(address(_pancakeRouter),amount) (#1468)
- _pancakeRouter.removeLiquidityETHSupportingFeeOnTransferTokens(address(this),amount,0,0,address(this),block.timestamp) (#1474-1481)
State variables written after the call(s):
- _distributeStake(newBNBBalance) (#1484)
- marketingBalance += marketingSplit (#1122)
- marketingBalance += amount (#1129)
- marketingBalance += newBNBBalance (#1487)
- _distributeStake(newBNBBalance) (#1484)
- profitPerShare += ((amount * DistributionMultiplier) / totalShares) (#1132)
- _distributeStake(newBNBBalance) (#1484)
- totalStakingReward += amount (#1125)
Reentrancy in BLACKCAT._swapContractToken() (#1189-1219):
External calls:
- _swapTokenForBNB(swapToken) (#1209)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1227-1233)
- _addLiquidity(liqToken,liqBNB) (#1213)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1239-1246)
External calls sending eth:
- _addLiquidity(liqToken,liqBNB) (#1213)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1239-1246)
State variables written after the call(s):
- _addLiquidity(liqToken,liqBNB) (#1213)
- _allowances[owner][spender] = amount (#1547)
- _distributeStake(distributeBNB) (#1218)
- marketingBalance += marketingSplit (#1122)
- marketingBalance += amount (#1129)
- _distributeStake(distributeBNB) (#1218)
- profitPerShare += ((amount * DistributionMultiplier) / totalShares) (#1132)
- _distributeStake(distributeBNB) (#1218)
- totalStakingReward += amount (#1125)
Reentrancy in BLACKCAT._taxedTransfer(address,address,uint256,bool,bool) (#931-1000):
External calls:
- claim(sender) (#965)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1165-1169)
- _swapContractToken() (#979)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1239-1246)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1227-1233)
External calls sending eth:
- claim(sender) (#965)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1165-1169)
- _swapContractToken() (#979)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1239-1246)
State variables written after the call(s):
- _swapContractToken() (#979)
- _allowances[owner][spender] = amount (#1547)
Reentrancy in BLACKCAT.constructor() (#810-852):
External calls:
- _pancakePairAddress = IPancakeFactory(_pancakeRouter.factory()).createPair(address(this),_pancakeRouter.WETH()) (#818)
State variables written after the call(s):
- _burnTax = 0 (#838)
- _buyTax = 4 (#834)
- _liquidityTax = 25 (#839)
- _sellTax = 4 (#835)
- _stakingTax = 75 (#840)
- _transferTax = 60 (#836)
- balanceLimit = InitialSupply / BalanceLimitDivider (#823)
- buyLockTime = 0 (#830)
- addSingleToMembers(msg.sender) (#820)
- members[_address] = true (#855)
- sellLimit = InitialSupply / SellLimitDivider (#824)
- sellLockTime = 0 (#827)
Reentrancy in BLACKCAT.transferFrom(address,address,uint256) (#1551-1559):
External calls:
- _transfer(sender,recipient,amount) (#1552)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1239-1246)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1227-1233)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1165-1169)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1552)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1239-1246)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1165-1169)
State variables written after the call(s):
- _approve(sender,msg.sender,currentAllowance - amount) (#1557)
- _allowances[owner][spender] = amount (#1547)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in BLACKCAT._swapContractToken() (#1189-1219):
External calls:
- _swapTokenForBNB(swapToken) (#1209)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1227-1233)
- _addLiquidity(liqToken,liqBNB) (#1213)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1239-1246)
External calls sending eth:
- _addLiquidity(liqToken,liqBNB) (#1213)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1239-1246)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1548)
- _addLiquidity(liqToken,liqBNB) (#1213)
Reentrancy in BLACKCAT._taxedTransfer(address,address,uint256,bool,bool) (#931-1000):
External calls:
- claim(sender) (#965)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1165-1169)
- _swapContractToken() (#979)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1239-1246)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1227-1233)
External calls sending eth:
- claim(sender) (#965)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1165-1169)
- _swapContractToken() (#979)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1239-1246)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1548)
- _swapContractToken() (#979)
- Transfer(sender,recipient,taxedAmount) (#998)
Reentrancy in BLACKCAT.claim(address) (#1139-1173):
External calls:
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1165-1169)
Event emitted after the call(s):
- OnWithdrawXRP(amount,addr) (#1171)
Reentrancy in BLACKCAT.transferFrom(address,address,uint256) (#1551-1559):
External calls:
- _transfer(sender,recipient,amount) (#1552)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1239-1246)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1227-1233)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1165-1169)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1552)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1239-1246)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1165-1169)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1548)
- _approve(sender,msg.sender,currentAllowance - amount) (#1557)
Apply the check-effects-interactions pattern.
Additional information: link
BLACKCAT._taxedTransfer(address,address,uint256,bool,bool) (#931-1000) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(_sellLock[sender] <= block.timestamp || sellLockDisabled,Seller in sellLock) (#940)
- require(bool,string)(_buyLock[recipient] <= block.timestamp || buyLockDisabled,Buyer in buyLock) (#952)
- require(bool,string)(_sellLock[sender] <= block.timestamp || sellLockDisabled,Sender in Lock) (#971)
BLACKCAT.getLiquidityReleaseTimeInSeconds() (#1251-1256) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp < _liquidityUnlockTime (#1252)
BLACKCAT.getAddressSellLockTimeInSeconds(address) (#1271-1278) uses timestamp for comparisons
Dangerous comparisons:
- lockTime <= block.timestamp (#1273)
BLACKCAT.getAddressBuyLockTimeInSeconds(address) (#1284-1291) uses timestamp for comparisons
Dangerous comparisons:
- lockTime <= block.timestamp (#1286)
BLACKCAT._prolongLiquidityLock(uint256) (#1442-1446) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(newUnlockTime > _liquidityUnlockTime) (#1444)
BLACKCAT.TeamReleaseLiquidity() (#1449-1459) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp >= _liquidityUnlockTime,Not yet unlocked) (#1451)
BLACKCAT.TeamRemoveLiquidity(bool) (#1461-1490) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp >= _liquidityUnlockTime,Not yet unlocked) (#1463)
BLACKCAT.TeamRemoveRemainingBNB() (#1492-1497) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp >= _liquidityUnlockTime,Not yet unlocked) (#1493)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#277-286) uses assembly
- INLINE ASM (#284)
Address._verifyCallResult(bool,bytes,string) (#422-439) uses assembly
- INLINE ASM (#431-434)
Do not use evm assembly.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (#422-439) is never used and should be removed
Address.functionCall(address,bytes) (#330-332) is never used and should be removed
Address.functionCall(address,bytes,string) (#340-342) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#355-357) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#365-372) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#404-406) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#414-420) is never used and should be removed
Address.functionStaticCall(address,bytes) (#380-382) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#390-396) is never used and should be removed
Address.isContract(address) (#277-286) is never used and should be removed
Address.sendValue(address,uint256) (#304-310) is never used and should be removed
BLACKCAT._isTeam(address) (#804-806) is never used and should be removed
EnumerableSet._remove(EnumerableSet.Set,bytes32) (#509-541) is never used and should be removed
EnumerableSet.add(EnumerableSet.Bytes32Set,bytes32) (#584-586) is never used and should be removed
EnumerableSet.add(EnumerableSet.UintSet,uint256) (#692-694) is never used and should be removed
EnumerableSet.at(EnumerableSet.Bytes32Set,uint256) (#622-624) is never used and should be removed
EnumerableSet.at(EnumerableSet.UintSet,uint256) (#730-732) is never used and should be removed
EnumerableSet.contains(EnumerableSet.Bytes32Set,bytes32) (#601-603) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UintSet,uint256) (#709-711) is never used and should be removed
EnumerableSet.length(EnumerableSet.Bytes32Set) (#608-610) is never used and should be removed
EnumerableSet.length(EnumerableSet.UintSet) (#716-718) is never used and should be removed
EnumerableSet.remove(EnumerableSet.AddressSet,address) (#648-650) is never used and should be removed
EnumerableSet.remove(EnumerableSet.Bytes32Set,bytes32) (#594-596) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UintSet,uint256) (#702-704) is never used and should be removed
Remove unused functions.
Additional information: link
BLACKCAT.balanceLimit (#779) is set pre-construction with a non-constant function or state variable:
- _circulatingSupply
BLACKCAT.sellLimit (#780) is set pre-construction with a non-constant function or state variable:
- _circulatingSupply
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
Low level call in Address.sendValue(address,uint256) (#304-310):
- (success) = recipient.call{value: amount}() (#308)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#365-372):
- (success,returndata) = target.call{value: value}(data) (#370)
Low level call in Address.functionStaticCall(address,bytes,string) (#390-396):
- (success,returndata) = target.staticcall(data) (#394)
Low level call in Address.functionDelegateCall(address,bytes,string) (#414-420):
- (success,returndata) = target.delegatecall(data) (#418)
Low level call in BLACKCAT.TeamRemoveRemainingBNB() (#1492-1497):
- (sent) = TeamWallet.call{value: (address(this).balance)}() (#1495)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function IPancakeERC20.DOMAIN_SEPARATOR() (#38) is not in mixedCase
Function IPancakeERC20.PERMIT_TYPEHASH() (#39) is not in mixedCase
Function IPancakeRouter01.WETH() (#142) is not in mixedCase
Parameter BLACKCAT.addSingleToMembers(address)._address (#854) is not in mixedCase
Parameter BLACKCAT.addToMembers(address[])._addresses (#858) is not in mixedCase
Parameter BLACKCAT.removedFromMembers(address[])._addresses (#865) is not in mixedCase
Parameter BLACKCAT.isMember(address)._address (#872) is not in mixedCase
Function BLACKCAT.set_swap_threshold_1000(uint256) (#876-878) is not in mixedCase
Function BLACKCAT.set_gas(uint256) (#888-890) is not in mixedCase
Function BLACKCAT._getTotalShares() (#1054-1062) is not in mixedCase
Parameter BLACKCAT.getAddressSellLockTimeInSeconds(address).AddressToCheck (#1271) is not in mixedCase
Parameter BLACKCAT.getAddressBuyLockTimeInSeconds(address).AddressToCheck (#1284) is not in mixedCase
Function BLACKCAT.AddressResetSellLock() (#1298-1300) is not in mixedCase
Function BLACKCAT.AddressResetBuyLock() (#1303-1306) is not in mixedCase
Function BLACKCAT.TeamWithdrawALLMarketingBNB() (#1320-1325) is not in mixedCase
Function BLACKCAT.TeamWithdrawXMarketingBNB(uint256) (#1326-1331) is not in mixedCase
Function BLACKCAT.TeamSwitchManualBNBConversion(bool) (#1334-1336) is not in mixedCase
Function BLACKCAT.TeamChangeAntiWhale(uint256) (#1338-1340) is not in mixedCase
Function BLACKCAT.TeamChangeTeamWallet(address) (#1342-1344) is not in mixedCase
Function BLACKCAT.TeamChangeWalletTwo(address) (#1346-1348) is not in mixedCase
Function BLACKCAT.TeamDisableSellLock(bool) (#1351-1353) is not in mixedCase
Function BLACKCAT.TeamDisableBuyLock(bool) (#1356-1358) is not in mixedCase
Function BLACKCAT.TeamSetSellLockTime(uint256) (#1361-1364) is not in mixedCase
Function BLACKCAT.TeamSetBuyLockTime(uint256) (#1367-1370) is not in mixedCase
Function BLACKCAT.AddWalletExclusion(address) (#1373-1375) is not in mixedCase
Function BLACKCAT.TeamSetTaxes(uint8,uint8,uint8,uint8,uint8,uint8) (#1378-1389) is not in mixedCase
Function BLACKCAT.TeamChangeMarketingShare(uint8) (#1392-1395) is not in mixedCase
Function BLACKCAT.TeamCreateLPandBNB() (#1397-1399) is not in mixedCase
Function BLACKCAT.TeamUpdateLimits(uint256,uint256) (#1402-1419) is not in mixedCase
Function BLACKCAT.SetupEnableTrading() (#1427-1429) is not in mixedCase
Function BLACKCAT.SetupLiquidityTokenAddress(address) (#1431-1433) is not in mixedCase
Function BLACKCAT.TeamUnlockLiquidityInSeconds(uint256) (#1439-1441) is not in mixedCase
Function BLACKCAT.TeamReleaseLiquidity() (#1449-1459) is not in mixedCase
Function BLACKCAT.TeamRemoveLiquidity(bool) (#1461-1490) is not in mixedCase
Function BLACKCAT.TeamRemoveRemainingBNB() (#1492-1497) is not in mixedCase
Parameter BLACKCAT.allowance(address,address)._owner (#1535) is not in mixedCase
Constant BLACKCAT._name (#752) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BLACKCAT._symbol (#753) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BLACKCAT._decimals (#754) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BLACKCAT.InitialSupply (#755) is not in UPPER_CASE_WITH_UNDERSCORES
Variable BLACKCAT.swap_threshold (#756) is not in mixedCase
Constant BLACKCAT.BalanceLimitDivider (#759) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BLACKCAT.SellLimitDivider (#761) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BLACKCAT.MaxSellLockTime (#763) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BLACKCAT.MaxBuyLockTime (#765) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BLACKCAT.DefaultLiquidityLockTime (#767) is not in UPPER_CASE_WITH_UNDERSCORES
Variable BLACKCAT.TeamWallet (#769) is not in mixedCase
Constant BLACKCAT.PancakeRouter (#774) is not in UPPER_CASE_WITH_UNDERSCORES
Variable BLACKCAT.gas_enabled (#793) is not in mixedCase
Variable BLACKCAT.enable_members (#797) is not in mixedCase
Constant BLACKCAT.DistributionMultiplier (#1028) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#61) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#62)
Prevent variables from having similar names.
Additional information: link
BLACKCAT.constructor() (#810-852) uses literals with too many digits:
- _excludedFromStaking.add(0x000000000000000000000000000000000000dEaD) (#850)
BLACKCAT.slitherConstructorVariables() (#737-1577) uses literals with too many digits:
- antiWhale = 1500000 * 10 ** _decimals (#781)
BLACKCAT.slitherConstructorVariables() (#737-1577) uses literals with too many digits:
- gas = 13000000000 (#794)
BLACKCAT.slitherConstructorConstantVariables() (#737-1577) uses literals with too many digits:
- InitialSupply = 100000000 * 10 ** _decimals (#755)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#240-243)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#249-253)
addToMembers(address[]) should be declared external:
- BLACKCAT.addToMembers(address[]) (#858-863)
removedFromMembers(address[]) should be declared external:
- BLACKCAT.removedFromMembers(address[]) (#865-870)
getLiquidityReleaseTimeInSeconds() should be declared external:
- BLACKCAT.getLiquidityReleaseTimeInSeconds() (#1251-1256)
getBurnedTokens() should be declared external:
- BLACKCAT.getBurnedTokens() (#1258-1260)
getLimits() should be declared external:
- BLACKCAT.getLimits() (#1262-1264)
getTaxes() should be declared external:
- BLACKCAT.getTaxes() (#1266-1268)
getAddressSellLockTimeInSeconds(address) should be declared external:
- BLACKCAT.getAddressSellLockTimeInSeconds(address) (#1271-1278)
getSellLockTimeInSeconds() should be declared external:
- BLACKCAT.getSellLockTimeInSeconds() (#1279-1281)
getAddressBuyLockTimeInSeconds(address) should be declared external:
- BLACKCAT.getAddressBuyLockTimeInSeconds(address) (#1284-1291)
getBuyLockTimeInSeconds() should be declared external:
- BLACKCAT.getBuyLockTimeInSeconds() (#1292-1294)
AddressResetSellLock() should be declared external:
- BLACKCAT.AddressResetSellLock() (#1298-1300)
AddressResetBuyLock() should be declared external:
- BLACKCAT.AddressResetBuyLock() (#1303-1306)
getDividents(address) should be declared external:
- BLACKCAT.getDividents(address) (#1307-1310)
TeamWithdrawALLMarketingBNB() should be declared external:
- BLACKCAT.TeamWithdrawALLMarketingBNB() (#1320-1325)
TeamWithdrawXMarketingBNB(uint256) should be declared external:
- BLACKCAT.TeamWithdrawXMarketingBNB(uint256) (#1326-1331)
TeamSwitchManualBNBConversion(bool) should be declared external:
- BLACKCAT.TeamSwitchManualBNBConversion(bool) (#1334-1336)
TeamChangeAntiWhale(uint256) should be declared external:
- BLACKCAT.TeamChangeAntiWhale(uint256) (#1338-1340)
TeamChangeTeamWallet(address) should be declared external:
- BLACKCAT.TeamChangeTeamWallet(address) (#1342-1344)
TeamChangeWalletTwo(address) should be declared external:
- BLACKCAT.TeamChangeWalletTwo(address) (#1346-1348)
TeamDisableSellLock(bool) should be declared external:
- BLACKCAT.TeamDisableSellLock(bool) (#1351-1353)
TeamDisableBuyLock(bool) should be declared external:
- BLACKCAT.TeamDisableBuyLock(bool) (#1356-1358)
TeamSetSellLockTime(uint256) should be declared external:
- BLACKCAT.TeamSetSellLockTime(uint256) (#1361-1364)
TeamSetBuyLockTime(uint256) should be declared external:
- BLACKCAT.TeamSetBuyLockTime(uint256) (#1367-1370)
AddWalletExclusion(address) should be declared external:
- BLACKCAT.AddWalletExclusion(address) (#1373-1375)
TeamSetTaxes(uint8,uint8,uint8,uint8,uint8,uint8) should be declared external:
- BLACKCAT.TeamSetTaxes(uint8,uint8,uint8,uint8,uint8,uint8) (#1378-1389)
TeamChangeMarketingShare(uint8) should be declared external:
- BLACKCAT.TeamChangeMarketingShare(uint8) (#1392-1395)
TeamCreateLPandBNB() should be declared external:
- BLACKCAT.TeamCreateLPandBNB() (#1397-1399)
SetupEnableTrading() should be declared external:
- BLACKCAT.SetupEnableTrading() (#1427-1429)
SetupLiquidityTokenAddress(address) should be declared external:
- BLACKCAT.SetupLiquidityTokenAddress(address) (#1431-1433)
TeamUnlockLiquidityInSeconds(uint256) should be declared external:
- BLACKCAT.TeamUnlockLiquidityInSeconds(uint256) (#1439-1441)
TeamReleaseLiquidity() should be declared external:
- BLACKCAT.TeamReleaseLiquidity() (#1449-1459)
TeamRemoveLiquidity(bool) should be declared external:
- BLACKCAT.TeamRemoveLiquidity(bool) (#1461-1490)
TeamRemoveRemainingBNB() should be declared external:
- BLACKCAT.TeamRemoveRemainingBNB() (#1492-1497)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap liquidity is low.
Average 30d number of PancakeSwap swaps is low.
Number of Binance Smart Chain (BSC) token holders is low.
Token is deployed only at one blockchain
Token has only one trading pair
Contract has 4% buy tax and 4% sell tax.
Taxes are low and contract ownership is renounced.
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
Unable to find Telegram and Twitter accounts