Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract creator or owner is blacklisted for past scams
TeslaToken._writeCheckpoint(address,uint32,uint256,uint256) (contracts/TeslaToken.sol#268-286) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (contracts/TeslaToken.sol#278)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
BEP20._approve(address,address,uint256).owner (contracts/libs/token/BEP20/BEP20.sol#363) shadows:
- Ownable.owner() (contracts/libs/access/Ownable.sol#36-38) (function)
Rename the local variables that shadow another component.
Additional information: link
BEP20.dev(address)._devaddr (contracts/libs/token/BEP20/BEP20.sol#76) lacks a zero-check on :
- devaddr = _devaddr (contracts/libs/token/BEP20/BEP20.sol#78)
Check that the address is not zero.
Additional information: link
TeslaToken.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (contracts/TeslaToken.sol#134-175) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,TESLA::delegateBySig: signature expired) (contracts/TeslaToken.sol#173)
Avoid relying on block.timestamp.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (contracts/libs/utils/Address.sol#171-188) uses assembly
- INLINE ASM (contracts/libs/utils/Address.sol#180-183)
Do not use evm assembly.
Additional information: link
Different versions of Solidity is used:
- Version used: ['0.6.12', '>=0.4.0', '>=0.6.2<0.8.0']
- 0.6.12 (contracts/TeslaToken.sol#2)
- 0.6.12 (contracts/interfaces/ISellToken.sol#2)
- >=0.4.0 (contracts/libs/GSN/Context.sol#3)
- >=0.4.0 (contracts/libs/access/Ownable.sol#3)
- >=0.4.0 (contracts/libs/math/SafeMath.sol#3)
- >=0.4.0 (contracts/libs/token/BEP20/BEP20.sol#3)
- >=0.4.0 (contracts/libs/token/BEP20/IBEP20.sol#3)
- >=0.6.2<0.8.0 (contracts/libs/utils/Address.sol#3)
Use one Solidity version.
Additional information: link
SafeMath.sqrt(uint256) (contracts/libs/math/SafeMath.sol#177-188) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.6.2<0.8.0 (contracts/libs/utils/Address.sol#3) is too complex
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.functionDelegateCall(address,bytes,string) (contracts/libs/utils/Address.sol#163-169):
- (success,returndata) = target.delegatecall(data) (contracts/libs/utils/Address.sol#167)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Parameter BEP20.removeTransferBurnAddress(address)._transferBurnAddress (contracts/libs/token/BEP20/BEP20.sol#275) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (contracts/libs/GSN/Context.sol#25)" inContext (contracts/libs/GSN/Context.sol#15-28)
Remove redundant statements if they congest code but offer no value.
Additional information: link
removeTransferBurnAddress(address) should be declared external:
- BEP20.removeTransferBurnAddress(address) (contracts/libs/token/BEP20/BEP20.sol#275-278)
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.
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.
Unable to find website, listings and other project-related information
Token is marked as risky (blacklisted creator, fake name, dead project, 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