Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
SuperDefi._isExcluded (#285) is never initialized. It is used in:
- SuperDefi.isExcludedFromRewards(address) (#403-405)
SuperDefi._tFeeTotal (#289) is never initialized. It is used in:
- SuperDefi.totalFees() (#407-409)
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#148-160):
- (success) = recipient.call{value: amount}() (#155)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#208-234):
- (success,returndata) = target.call{value: weiValue}(data) (#217-219)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Ownable.transferOwnership(address).newOwner (#272) lacks a zero-check on :
- _owner = newOwner (#273)
Check that the address is not zero.
Additional information: link
Address.isContract(address) (#133-145) uses assembly
- INLINE ASM (#141-143)
Address._functionCallWithValue(address,bytes,uint256,string) (#208-234) uses assembly
- INLINE ASM (#226-229)
Do not use evm assembly.
Additional information: link
SuperDefi._transfer(address,address,uint256) (#451-466) compares to a boolean constant:
-require(bool,string)(_TREHGF[from] == false,Transfer amount must be greater than zero) (#461)
Remove the equality to the boolean constant.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#208-234) is never used and should be removed
Address.functionCall(address,bytes) (#163-168) is never used and should be removed
Address.functionCall(address,bytes,string) (#171-177) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#180-192) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#195-206) is never used and should be removed
Address.isContract(address) (#133-145) is never used and should be removed
Address.sendValue(address,uint256) (#148-160) is never used and should be removed
Context._msgData() (#124-127) is never used and should be removed
SafeMath.mod(uint256,uint256) (#104-106) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#109-116) is never used and should be removed
Remove unused functions.
Additional information: link
SuperDefi.allowance(address,address).owner (#349) shadows:
- Ownable.owner() (#256-258) (function)
SuperDefi._approve(address,address,uint256).owner (#440) shadows:
- Ownable.owner() (#256-258) (function)
Rename the local variables that shadow another component.
Additional information: link
Function SuperDefi._GFDC(address,uint256) (#394-401) is not in mixedCase
Parameter SuperDefi._GFDC(address,uint256).EWRXX (#394) is not in mixedCase
Parameter SuperDefi._GFDC(address,uint256).UYTUFDF (#394) is not in mixedCase
Function SuperDefi.__FTFZGT(bool) (#419-421) is not in mixedCase
Function SuperDefi.__ETRBTBS(address) (#422-424) is not in mixedCase
Function SuperDefi.__FTGPOU(address) (#426-428) is not in mixedCase
Function SuperDefi.FRTYHB(address) (#430-437) is not in mixedCase
Variable SuperDefi._ERERNGHB (#281) is not in mixedCase
Variable SuperDefi._TREHGF (#297) is not in mixedCase
Variable SuperDefi._REWRER (#298) is not in mixedCase
Variable SuperDefi._GHDSOH (#299) is not in mixedCase
Variable SuperDefi.TREHGF (#301) is not in mixedCase
Variable SuperDefi._DPDDJJTT (#302) is not in mixedCase
Variable SuperDefi.__DPDDJJTT (#303) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#125)" inContext (#119-128)
Remove redundant statements if they congest code but offer no value.
Additional information: link
SuperDefi.slitherConstructorVariables() (#277-484) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#241)
SuperDefi.slitherConstructorVariables() (#277-484) uses literals with too many digits:
- _total = 10000000000000 * 10 ** 8 (#288)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
SuperDefi.MAX (#287) is never used in SuperDefi (#277-484)
Remove unused state variables.
Additional information: link
Ownable._diwoAddress (#240) should be constant
Ownable.deadAddress (#241) should be constant
SuperDefi._REWRER (#298) should be constant
SuperDefi._decimals (#293) should be constant
SuperDefi._name (#291) should be constant
SuperDefi._symbol (#292) should be constant
SuperDefi._tFeeTotal (#289) should be constant
SuperDefi._total (#288) should be constant
SuperDefi.deadFee (#294) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#272-274)
name() should be declared external:
- SuperDefi.name() (#314-316)
symbol() should be declared external:
- SuperDefi.symbol() (#318-320)
decimals() should be declared external:
- SuperDefi.decimals() (#322-324)
totalSupply() should be declared external:
- SuperDefi.totalSupply() (#326-328)
balanceOf(address) should be declared external:
- SuperDefi.balanceOf(address) (#330-332)
transfer(address,uint256) should be declared external:
- SuperDefi.transfer(address,uint256) (#334-347)
allowance(address,address) should be declared external:
- SuperDefi.allowance(address,address) (#349-356)
approve(address,uint256) should be declared external:
- SuperDefi.approve(address,uint256) (#358-365)
transferFrom(address,address,uint256) should be declared external:
- SuperDefi.transferFrom(address,address,uint256) (#367-392)
isExcludedFromRewards(address) should be declared external:
- SuperDefi.isExcludedFromRewards(address) (#403-405)
totalFees() should be declared external:
- SuperDefi.totalFees() (#407-409)
excludeFromFee(address) should be declared external:
- SuperDefi.excludeFromFee(address) (#411-413)
includeInFee(address) should be declared external:
- SuperDefi.includeInFee(address) (#415-417)
Use the external attribute for functions never called from the contract.
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.
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.
Token is deployed only at one blockchain
Token has only one trading pair
Contract has 8% buy tax and 7% 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