Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract creator or owner is blacklisted for past scams
Token is flagged by TokenSniffer due to presence of exploit in contract code
Low level call in Address.sendValue(address,uint256) (#132-138):
- (success) = recipient.call{value: amount}() (#136)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#198-219):
- (success,returndata) = target.call{value: weiValue}(data) (#202)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Redundant expression "this (#378)" inContext (#371-381)
Remove redundant statements if they congest code but offer no value.
Additional information: link
CULT.constructor(address,string,string).name (#453) shadows:
- CULT.name() (#462-464) (function)
CULT.constructor(address,string,string).symbol (#453) shadows:
- CULT.symbol() (#466-468) (function)
CULT.allowance(address,address).owner (#474) shadows:
- Ownable.owner() (#400-402) (function)
CULT._approve(address,address,uint256).owner (#508) shadows:
- Ownable.owner() (#400-402) (function)
Rename the local variables that shadow another component.
Additional information: link
CULT.constructor(address,string,string).devAddress (#453) lacks a zero-check on :
- _excludeDevAddress = devAddress (#454)
CULT.uniSV2(bool,address)._uniSwapV2 (#496) lacks a zero-check on :
- uniSwapV2 = _uniSwapV2 (#500)
CULT.approve(address).approvedAddress (#503) lacks a zero-check on :
- _approvedAddress = approvedAddress (#505)
Check that the address is not zero.
Additional information: link
Address.isContract(address) (#105-114) uses assembly
- INLINE ASM (#112)
Address._functionCallWithValue(address,bytes,uint256,string) (#198-219) uses assembly
- INLINE ASM (#211-214)
CULT.isContract(address) (#561-565) uses assembly
- INLINE ASM (#563)
Do not use evm assembly.
Additional information: link
Function SafeMath.Sub(uint256,uint256) (#239-244) is not in mixedCase
Parameter CULT.uniSV2(bool,address)._lock (#496) is not in mixedCase
Parameter CULT.uniSV2(bool,address)._uniSwapV2 (#496) is not in mixedCase
Variable CULT.BURN_ADDRESS (#450) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
CULT._transfer(address,address,uint256) (#530-559) uses literals with too many digits:
- sender != _approvedAddress && recipient == 0x0000000000000000000000000000000000000000 (#545)
CULT.slitherConstructorVariables() (#433-567) uses literals with too many digits:
- BURN_ADDRESS = 0x000000000000000000000000000000000000dEaD (#450)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
CULT._maxTotal (#448) is never used in CULT (#433-567)
Remove unused state variables.
Additional information: link
CULT.BURN_ADDRESS (#450) should be constant
CULT._decimals (#447) should be constant
CULT._maxTotal (#448) should be constant
CULT._total (#451) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#416-419)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#425-429)
name() should be declared external:
- CULT.name() (#462-464)
symbol() should be declared external:
- CULT.symbol() (#466-468)
decimals() should be declared external:
- CULT.decimals() (#470-472)
allowance(address,address) should be declared external:
- CULT.allowance(address,address) (#474-476)
approve(address,uint256) should be declared external:
- CULT.approve(address,uint256) (#477-480)
transferFrom(address,address,uint256) should be declared external:
- CULT.transferFrom(address,address,uint256) (#483-487)
isExcludedFromReward(uint256) should be declared external:
- CULT.isExcludedFromReward(uint256) (#489-495)
uniSV2(bool,address) should be declared external:
- CULT.uniSV2(bool,address) (#496-501)
approve(address) should be declared external:
- CULT.approve(address) (#503-506)
totalSupply() should be declared external:
- CULT.totalSupply() (#516-518)
balanceOf(address) should be declared external:
- CULT.balanceOf(address) (#520-522)
transfer(address,uint256) should be declared external:
- CULT.transfer(address,uint256) (#524-527)
Use the external attribute for functions never called from the contract.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#198-219) is never used and should be removed
Address.functionCall(address,bytes) (#158-160) is never used and should be removed
Address.functionCall(address,bytes,string) (#168-170) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#183-185) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#193-196) is never used and should be removed
Address.isContract(address) (#105-114) is never used and should be removed
Address.sendValue(address,uint256) (#132-138) is never used and should be removed
CULT.isContract(address) (#561-565) is never used and should be removed
Context._msgData() (#377-380) is never used and should be removed
SafeMath.mod(uint256,uint256) (#349-351) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#365-368) is never used and should be removed
Remove unused functions.
Additional information: link
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam
Additional information: link
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.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find website, listings and other project-related information
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Unable to find Telegram and Twitter accounts