Thought of the possibility of celebrating every day as Christmas because your Crypto investment is giving you returns? #Cryptmas
TG: https://t.co/KVods42VrU
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
CRYPTMAS.allowance(address,address).owner (#545) shadows:
- Ownable.owner() (#456-458) (function)
CRYPTMAS._approve(address,address,uint256).owner (#626) shadows:
- Ownable.owner() (#456-458) (function)
Rename the local variables that shadow another component.
Additional information: link
Address.isContract(address) (#304-313) uses assembly
- INLINE ASM (#311)
Address._functionCallWithValue(address,bytes,uint256,string) (#397-418) uses assembly
- INLINE ASM (#410-413)
Do not use evm assembly.
Additional information: link
Different versions of Solidity is used:
- Version used: ['^0.6.0', '^0.6.2']
- ^0.6.0 (#12)
- ^0.6.0 (#39)
- ^0.6.0 (#119)
- ^0.6.2 (#281)
- ^0.6.0 (#425)
- ^0.6.2 (#492)
Use one Solidity version.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#397-418) is never used and should be removed
Address.functionCall(address,bytes) (#357-359) is never used and should be removed
Address.functionCall(address,bytes,string) (#367-369) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#382-384) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#392-395) is never used and should be removed
Address.isContract(address) (#304-313) is never used and should be removed
Address.sendValue(address,uint256) (#331-337) is never used and should be removed
Context._msgData() (#29-32) is never used and should be removed
SafeMath.mod(uint256,uint256) (#255-257) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#271-274) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.6.0 (#12) allows old versions
Pragma version^0.6.0 (#39) allows old versions
Pragma version^0.6.0 (#119) allows old versions
Pragma version^0.6.2 (#281) allows old versions
Pragma version^0.6.0 (#425) allows old versions
Pragma version^0.6.2 (#492) allows old versions
solc-0.6.2 is not recommended for deployment
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.sendValue(address,uint256) (#331-337):
- (success) = recipient.call{value: amount}() (#335)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#397-418):
- (success,returndata) = target.call{value: weiValue}(data) (#401)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Constant CRYPTMAS._tTotal (#506) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#30)" inContext (#24-33)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable CRYPTMAS._transferFromExcluded(address,address,uint256).rTransferAmount (#669) is too similar to CRYPTMAS._transferToExcluded(address,address,uint256).tTransferAmount (#660)
Variable CRYPTMAS._transferFromExcluded(address,address,uint256).rTransferAmount (#669) is too similar to CRYPTMAS._transferBothExcluded(address,address,uint256).tTransferAmount (#678)
Variable CRYPTMAS._getValues(uint256).rTransferAmount (#695) is too similar to CRYPTMAS._transferToExcluded(address,address,uint256).tTransferAmount (#660)
Variable CRYPTMAS._transferFromExcluded(address,address,uint256).rTransferAmount (#669) is too similar to CRYPTMAS._getTValues(uint256).tTransferAmount (#701)
Variable CRYPTMAS._getValues(uint256).rTransferAmount (#695) is too similar to CRYPTMAS._transferBothExcluded(address,address,uint256).tTransferAmount (#678)
Variable CRYPTMAS._getRValues(uint256,uint256,uint256).rTransferAmount (#708) is too similar to CRYPTMAS._transferToExcluded(address,address,uint256).tTransferAmount (#660)
Variable CRYPTMAS._getValues(uint256).rTransferAmount (#695) is too similar to CRYPTMAS._getTValues(uint256).tTransferAmount (#701)
Variable CRYPTMAS.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to CRYPTMAS._transferToExcluded(address,address,uint256).tTransferAmount (#660)
Variable CRYPTMAS._transferBothExcluded(address,address,uint256).rTransferAmount (#678) is too similar to CRYPTMAS._transferToExcluded(address,address,uint256).tTransferAmount (#660)
Variable CRYPTMAS._transferFromExcluded(address,address,uint256).rTransferAmount (#669) is too similar to CRYPTMAS._transferFromExcluded(address,address,uint256).tTransferAmount (#669)
Variable CRYPTMAS._transferBothExcluded(address,address,uint256).rTransferAmount (#678) is too similar to CRYPTMAS._transferBothExcluded(address,address,uint256).tTransferAmount (#678)
Variable CRYPTMAS._getRValues(uint256,uint256,uint256).rTransferAmount (#708) is too similar to CRYPTMAS._getTValues(uint256).tTransferAmount (#701)
Variable CRYPTMAS.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to CRYPTMAS._getTValues(uint256).tTransferAmount (#701)
Variable CRYPTMAS._transferBothExcluded(address,address,uint256).rTransferAmount (#678) is too similar to CRYPTMAS._getTValues(uint256).tTransferAmount (#701)
Variable CRYPTMAS._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to CRYPTMAS._transferToExcluded(address,address,uint256).tTransferAmount (#660)
Variable CRYPTMAS._transferToExcluded(address,address,uint256).rTransferAmount (#660) is too similar to CRYPTMAS._transferToExcluded(address,address,uint256).tTransferAmount (#660)
Variable CRYPTMAS._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to CRYPTMAS._getTValues(uint256).tTransferAmount (#701)
Variable CRYPTMAS._transferToExcluded(address,address,uint256).rTransferAmount (#660) is too similar to CRYPTMAS._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable CRYPTMAS._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to CRYPTMAS._transferFromExcluded(address,address,uint256).tTransferAmount (#669)
Variable CRYPTMAS._transferBothExcluded(address,address,uint256).rTransferAmount (#678) is too similar to CRYPTMAS._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable CRYPTMAS.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to CRYPTMAS._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable CRYPTMAS._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to CRYPTMAS._getValues(uint256).tTransferAmount (#693)
Variable CRYPTMAS._transferToExcluded(address,address,uint256).rTransferAmount (#660) is too similar to CRYPTMAS._transferFromExcluded(address,address,uint256).tTransferAmount (#669)
Variable CRYPTMAS._transferFromExcluded(address,address,uint256).rTransferAmount (#669) is too similar to CRYPTMAS._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable CRYPTMAS._transferBothExcluded(address,address,uint256).rTransferAmount (#678) is too similar to CRYPTMAS._transferFromExcluded(address,address,uint256).tTransferAmount (#669)
Variable CRYPTMAS._getRValues(uint256,uint256,uint256).rTransferAmount (#708) is too similar to CRYPTMAS._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable CRYPTMAS.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to CRYPTMAS._transferFromExcluded(address,address,uint256).tTransferAmount (#669)
Variable CRYPTMAS._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to CRYPTMAS._transferBothExcluded(address,address,uint256).tTransferAmount (#678)
Variable CRYPTMAS._transferToExcluded(address,address,uint256).rTransferAmount (#660) is too similar to CRYPTMAS._getValues(uint256).tTransferAmount (#693)
Variable CRYPTMAS._transferBothExcluded(address,address,uint256).rTransferAmount (#678) is too similar to CRYPTMAS._getValues(uint256).tTransferAmount (#693)
Variable CRYPTMAS.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to CRYPTMAS._getValues(uint256).tTransferAmount (#693)
Variable CRYPTMAS._getRValues(uint256,uint256,uint256).rTransferAmount (#708) is too similar to CRYPTMAS._transferFromExcluded(address,address,uint256).tTransferAmount (#669)
Variable CRYPTMAS._transferToExcluded(address,address,uint256).rTransferAmount (#660) is too similar to CRYPTMAS._transferBothExcluded(address,address,uint256).tTransferAmount (#678)
Variable CRYPTMAS._getValues(uint256).rTransferAmount (#695) is too similar to CRYPTMAS._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable CRYPTMAS._transferFromExcluded(address,address,uint256).rTransferAmount (#669) is too similar to CRYPTMAS._getValues(uint256).tTransferAmount (#693)
Variable CRYPTMAS._transferToExcluded(address,address,uint256).rTransferAmount (#660) is too similar to CRYPTMAS._getTValues(uint256).tTransferAmount (#701)
Variable CRYPTMAS._getRValues(uint256,uint256,uint256).rTransferAmount (#708) is too similar to CRYPTMAS._getValues(uint256).tTransferAmount (#693)
Variable CRYPTMAS.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to CRYPTMAS._transferBothExcluded(address,address,uint256).tTransferAmount (#678)
Variable CRYPTMAS._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to CRYPTMAS._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable CRYPTMAS._getRValues(uint256,uint256,uint256).rTransferAmount (#708) is too similar to CRYPTMAS._transferBothExcluded(address,address,uint256).tTransferAmount (#678)
Variable CRYPTMAS._getValues(uint256).rTransferAmount (#695) is too similar to CRYPTMAS._transferFromExcluded(address,address,uint256).tTransferAmount (#669)
Variable CRYPTMAS._getValues(uint256).rTransferAmount (#695) is too similar to CRYPTMAS._getValues(uint256).tTransferAmount (#693)
Prevent variables from having similar names.
Additional information: link
CRYPTMAS._decimals (#512) should be constant
CRYPTMAS._name (#510) should be constant
CRYPTMAS._symbol (#511) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
owner() should be declared external:
- Ownable.owner() (#456-458)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#475-478)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#484-488)
name() should be declared external:
- CRYPTMAS.name() (#519-521)
symbol() should be declared external:
- CRYPTMAS.symbol() (#523-525)
decimals() should be declared external:
- CRYPTMAS.decimals() (#527-529)
totalSupply() should be declared external:
- CRYPTMAS.totalSupply() (#531-533)
balanceOf(address) should be declared external:
- CRYPTMAS.balanceOf(address) (#535-538)
transfer(address,uint256) should be declared external:
- CRYPTMAS.transfer(address,uint256) (#540-543)
allowance(address,address) should be declared external:
- CRYPTMAS.allowance(address,address) (#545-547)
approve(address,uint256) should be declared external:
- CRYPTMAS.approve(address,uint256) (#549-552)
transferFrom(address,address,uint256) should be declared external:
- CRYPTMAS.transferFrom(address,address,uint256) (#554-558)
increaseAllowance(address,uint256) should be declared external:
- CRYPTMAS.increaseAllowance(address,uint256) (#560-563)
decreaseAllowance(address,uint256) should be declared external:
- CRYPTMAS.decreaseAllowance(address,uint256) (#565-568)
isExcluded(address) should be declared external:
- CRYPTMAS.isExcluded(address) (#570-572)
totalFees() should be declared external:
- CRYPTMAS.totalFees() (#574-576)
reflect(uint256) should be declared external:
- CRYPTMAS.reflect(uint256) (#578-585)
reflectionFromToken(uint256,bool) should be declared external:
- CRYPTMAS.reflectionFromToken(uint256,bool) (#587-596)
Use the external attribute for functions never called from the contract.
Additional information: link
CRYPTMAS.includeAccount(address) (#613-624) has costly operations inside a loop:
- _excluded.pop() (#620)
Use a local variable to hold the loop computation result.
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.
Contract has 5% buy tax and 4% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.
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.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to verify that token and website are owned by the same team (no listings + unable to find contract on website)
Unable to find token/project description on the website or on BscScan, CoinMarketCap
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to verify token contract address on the website
Unable to find Telegram link on the website
Unable to find Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token is marked as risky (blacklisted creator, fake name, dead project, 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
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Twitter account has less than 100 followers
Telegram account has relatively few subscribers
Last post in Twitter was more than 30 days ago
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts