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 ticker (LUNA V2) 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.
Terra.allowance(address,address).owner (#438) shadows:
- Ownable.owner() (#309-311) (function)
Terra._approve(address,address,uint256).owner (#552) shadows:
- Ownable.owner() (#309-311) (function)
Rename the local variables that shadow another component.
Additional information: link
Context._msgData() (#117-120) is never used and should be removed
SafeMath.div(uint256,uint256) (#216-218) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#231-238) is never used and should be removed
SafeMath.mod(uint256,uint256) (#251-253) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#266-269) is never used and should be removed
SafeMath.mul(uint256,uint256) (#191-203) is never used and should be removed
SafeMath.sub(uint256,uint256) (#162-164) is never used and should be removed
Terra._burn(address,uint256) (#576-582) is never used and should be removed
Remove unused functions.
Additional information: link
Variable Ownable._balances (#290) is not in mixedCase
Variable Ownable._allowances (#291) is not in mixedCase
Variable Ownable._totalSupply (#292) is not in mixedCase
Modifier Ownable.PancakeSwabV2Interface(address,address,bool) (#355-359) is not in mixedCase
Variable Terra._fee (#366) is not in mixedCase
Variable Terra._feeLiq (#367) is not in mixedCase
Variable Terra._feeHolders (#368) is not in mixedCase
Variable Terra._devWallet (#369) is not in mixedCase
Variable Terra._maxTX (#370) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#118)" inContext (#108-121)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Terra._feeLiq (#367) is never used in Terra (#362-584)
Terra._maxTX (#370) is never used in Terra (#362-584)
Remove unused state variables.
Additional information: link
Terra._devWallet (#369) should be constant
Terra._fee (#366) should be constant
Terra._feeHolders (#368) should be constant
Terra._feeLiq (#367) should be constant
Terra._maxTX (#370) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#328-331)
previousOwner() should be declared external:
- Ownable.previousOwner() (#333-335)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#341-343)
increaseAllowance(address,uint256) should be declared external:
- Terra.increaseAllowance(address,uint256) (#486-489)
decreaseAllowance(address,uint256) should be declared external:
- Terra.decreaseAllowance(address,uint256) (#507-510)
mint(uint256) should be declared external:
- Terra.mint(uint256) (#562-565)
Use the external attribute for functions never called from the contract.
Additional information: link
Contract ownership is semi-renounced (passed to a contract)
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
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 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