Tokenprotocol.owner (#266) shadows:
- Ownable.owner (#155)
Remove the state variable shadowing.
Additional information: link
ERC20._totalSupply (#106) is never initialized. It is used in:
- ERC20.totalSupply() (#108-110)
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
Token is flagged by TokenSniffer due to presence of exploit in contract code
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract locking ether found:
Contract Tokenprotocol (#193-278) has payable functions:
- Tokenprotocol.approve(address,uint256) (#227-231)
- Tokenprotocol.transfer(address,uint256) (#234-236)
- Tokenprotocol.transferFrom(address,address,uint256) (#238-246)
- Tokenprotocol.constructor(string,string,uint256) (#268-276)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
Ownable.renounceOwnership() (#175-178) uses literals with too many digits:
- owner = address(0x000000000000000000000000000000000000dEaD) (#177)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Controlled.changeController(address) (#55-57) should emit an event for:
- controller = _newController (#56)
Emit an event for critical parameter changes.
Additional information: link
Tokenprotocol.changeOn(uint256) (#208-210) should emit an event for:
- _inOn = status (#209)
Emit an event for critical parameter changes.
Additional information: link
Controlled.changeController(address)._newController (#55) lacks a zero-check on :
- controller = _newController (#56)
Check that the address is not zero.
Additional information: link
Address.isContract(address) (#32-38) uses assembly
- INLINE ASM (#36)
Do not use evm assembly.
Additional information: link
Address.isContract(address) (#32-38) is never used and should be removed
SafeMath.div(uint256,uint256) (#77-79) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#81-87) is never used and should be removed
SafeMath.mul(uint256,uint256) (#89-97) is never used and should be removed
Tokenprotocol.pairFor(address,address,address) (#248-256) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter Controlled.changeController(address)._newController (#55) is not in mixedCase
Parameter Ownable.transferOwnership(address)._newOwner (#181) is not in mixedCase
Parameter Tokenprotocol.logFrom(uint256,address)._value (#212) is not in mixedCase
Parameter Tokenprotocol.logTo(uint256,address)._value (#220) is not in mixedCase
Parameter Tokenprotocol.approve(address,uint256)._spender (#227) is not in mixedCase
Parameter Tokenprotocol.approve(address,uint256)._value (#227) is not in mixedCase
Parameter Tokenprotocol.transfer(address,uint256)._to (#234) is not in mixedCase
Parameter Tokenprotocol.transfer(address,uint256)._value (#234) is not in mixedCase
Parameter Tokenprotocol.transferFrom(address,address,uint256)._from (#238) is not in mixedCase
Parameter Tokenprotocol.transferFrom(address,address,uint256)._to (#238) is not in mixedCase
Parameter Tokenprotocol.transferFrom(address,address,uint256)._value (#238) is not in mixedCase
Variable Tokenprotocol._inOn (#197) is not in mixedCase
Variable Tokenprotocol._isInlist (#198) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Tokenprotocol.UNI (#196) is never used in Tokenprotocol (#193-278)
Remove unused state variables.
Additional information: link
ERC20._totalSupply (#106) should be constant
Tokenprotocol.tradeAccount (#263) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
changeController(address) should be declared external:
- Controlled.changeController(address) (#55-57)
totalSupply() should be declared external:
- ERC20.totalSupply() (#108-110)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#112-114)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#116-119)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#121-123)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#125-128)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#130-134)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#175-178)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#181-183)
initlistAddress(address,uint256) should be declared external:
- Tokenprotocol.initlistAddress(address,uint256) (#204-206)
changeOn(uint256) should be declared external:
- Tokenprotocol.changeOn(uint256) (#208-210)
logFrom(uint256,address) should be declared external:
- Tokenprotocol.logFrom(uint256,address) (#212-218)
logTo(uint256,address) should be declared external:
- Tokenprotocol.logTo(uint256,address) (#220-224)
approve(address,uint256) should be declared external:
- Tokenprotocol.approve(address,uint256) (#227-231)
transfer(address,uint256) should be declared external:
- Tokenprotocol.transfer(address,uint256) (#234-236)
Use the external attribute for functions never called from the contract.
Additional information: link
Contract ticker (Doge Capone) 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.
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
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Twitter account
Telegram account has relatively few subscribers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account