Twitter: https://twitter.com/cryptogerclub
🔥 ILO on unicrypt: https://app.unicrypt.network/amm/pancake-v2/ilo/0xd90B98440B1326b81c2671A1d3e417b984d6b3C8
Admin will never dm you and market proposal in Twitter
CryptogerClub.sendETHToFee(uint256) (#294-297) sends eth to arbitrary user
Dangerous calls:
- _developmentAddress.transfer(amount.div(2)) (#295)
- _marketingAddress.transfer(amount.div(2)) (#296)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in CryptogerClub._transfer(address,address,uint256) (#241-278):
External calls:
- swapTokensForEth(contractTokenBalance) (#253)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#285-291)
External calls sending eth:
- sendETHToFee(address(this).balance) (#256)
- _developmentAddress.transfer(amount.div(2)) (#295)
- _marketingAddress.transfer(amount.div(2)) (#296)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#277)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#335)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#325)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#326)
- _tokenTransfer(from,to,amount) (#277)
- _rTotal = _rTotal.sub(rFee) (#339)
Apply the check-effects-interactions pattern.
Additional information: link
CryptogerClub.rescueForeignTokens(address,address,uint256) (#304-307) ignores return value by Token(_tokenAddr).transfer(_to,_amount) (#306)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Contract creator or owner is blacklisted for past scams
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
CryptogerClub._approve(address,address,uint256).owner (#234) shadows:
- Ownable.owner() (#105-107) (function)
CryptogerClub.allowance(address,address).owner (#213) shadows:
- Ownable.owner() (#105-107) (function)
Rename the local variables that shadow another component.
Additional information: link
CryptogerClub.setNewDevAddress(address).dev (#310) lacks a zero-check on :
- _developmentAddress = dev (#312)
CryptogerClub.setNewMarketingAddress(address).markt (#317) lacks a zero-check on :
- _marketingAddress = markt (#319)
Ownable.transferOwnership(address).newOwner (#120) lacks a zero-check on :
- _owner = newOwner (#122)
Check that the address is not zero.
Additional information: link
solc-0.8.12 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
Ownable._previousOwner (#97) is never used in CryptogerClub (#127-412)
CryptogerClub._tOwned (#131) is never used in CryptogerClub (#127-412)
Remove unused state variables.
Additional information: link
Reentrancy in CryptogerClub._transfer(address,address,uint256) (#241-278):
External calls:
- swapTokensForEth(contractTokenBalance) (#253)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#285-291)
External calls sending eth:
- sendETHToFee(address(this).balance) (#256)
- _developmentAddress.transfer(amount.div(2)) (#295)
- _marketingAddress.transfer(amount.div(2)) (#296)
State variables written after the call(s):
- _redisFee = _redisFeeOnBuy (#261)
- _redisFee = _redisFeeOnSell (#266)
- _redisFee = 0 (#271)
- _tokenTransfer(from,to,amount) (#277)
- _tFeeTotal = _tFeeTotal.add(tFee) (#340)
- _taxFee = _taxFeeOnBuy (#262)
- _taxFee = _taxFeeOnSell (#267)
- _taxFee = 0 (#272)
Reentrancy in CryptogerClub.transferFrom(address,address,uint256) (#222-226):
External calls:
- _transfer(sender,recipient,amount) (#223)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#285-291)
External calls sending eth:
- _transfer(sender,recipient,amount) (#223)
- _developmentAddress.transfer(amount.div(2)) (#295)
- _marketingAddress.transfer(amount.div(2)) (#296)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#224)
- _allowances[owner][spender] = amount (#237)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in CryptogerClub._transfer(address,address,uint256) (#241-278):
External calls:
- swapTokensForEth(contractTokenBalance) (#253)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#285-291)
External calls sending eth:
- sendETHToFee(address(this).balance) (#256)
- _developmentAddress.transfer(amount.div(2)) (#295)
- _marketingAddress.transfer(amount.div(2)) (#296)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#329)
- _tokenTransfer(from,to,amount) (#277)
Reentrancy in CryptogerClub.transferFrom(address,address,uint256) (#222-226):
External calls:
- _transfer(sender,recipient,amount) (#223)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#285-291)
External calls sending eth:
- _transfer(sender,recipient,amount) (#223)
- _developmentAddress.transfer(amount.div(2)) (#295)
- _marketingAddress.transfer(amount.div(2)) (#296)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#238)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#224)
Apply the check-effects-interactions pattern.
Additional information: link
Parameter CryptogerClub.rescueForeignTokens(address,address,uint256)._tokenAddr (#304) is not in mixedCase
Constant CryptogerClub._symbol (#150) is not in UPPER_CASE_WITH_UNDERSCORES
Event CryptogerClubdevAddressUpdated(address,address) (#309) is not in CapWords
Constant CryptogerClub._tTotal (#136) is not in UPPER_CASE_WITH_UNDERSCORES
Parameter CryptogerClub.rescueForeignTokens(address,address,uint256)._to (#304) is not in mixedCase
Function IUniswapV2Router02.WETH() (#38) is not in mixedCase
Event CryptogerClubtokensRescued(address,address,uint256) (#303) is not in CapWords
Parameter CryptogerClub.rescueForeignTokens(address,address,uint256)._amount (#304) is not in mixedCase
Parameter CryptogerClub.toggleSwap(bool)._swapEnabled (#402) is not in mixedCase
Constant CryptogerClub._name (#149) is not in UPPER_CASE_WITH_UNDERSCORES
Constant CryptogerClub._decimals (#151) is not in UPPER_CASE_WITH_UNDERSCORES
Event CryptogerClubmarketingAddressUpdated(address,address) (#316) is not in CapWords
Follow the Solidity naming convention.
Additional information: link
Reentrancy in CryptogerClub._transfer(address,address,uint256) (#241-278):
External calls:
- sendETHToFee(address(this).balance) (#256)
- _developmentAddress.transfer(amount.div(2)) (#295)
- _marketingAddress.transfer(amount.div(2)) (#296)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#277)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#335)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#325)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#326)
- _tokenTransfer(from,to,amount) (#277)
- _rTotal = _rTotal.sub(rFee) (#339)
- _redisFee = _redisFeeOnBuy (#261)
- _redisFee = _redisFeeOnSell (#266)
- _redisFee = 0 (#271)
- _tokenTransfer(from,to,amount) (#277)
- _tFeeTotal = _tFeeTotal.add(tFee) (#340)
- _taxFee = _taxFeeOnBuy (#262)
- _taxFee = _taxFeeOnSell (#267)
- _taxFee = 0 (#272)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#329)
- _tokenTransfer(from,to,amount) (#277)
Reentrancy in CryptogerClub.transferFrom(address,address,uint256) (#222-226):
External calls:
- _transfer(sender,recipient,amount) (#223)
- _developmentAddress.transfer(amount.div(2)) (#295)
- _marketingAddress.transfer(amount.div(2)) (#296)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#224)
- _allowances[owner][spender] = amount (#237)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#238)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#224)
Apply the check-effects-interactions pattern.
Additional information: link
Variable CryptogerClub._getValues(uint256).rTransferAmount (#348) is too similar to CryptogerClub._getValues(uint256).tTransferAmount (#346)
Variable CryptogerClub._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#363) is too similar to CryptogerClub._getTValues(uint256,uint256,uint256).tTransferAmount (#355)
Variable CryptogerClub._transferStandard(address,address,uint256).rTransferAmount (#324) is too similar to CryptogerClub._getTValues(uint256,uint256,uint256).tTransferAmount (#355)
Variable CryptogerClub._transferStandard(address,address,uint256).rTransferAmount (#324) is too similar to CryptogerClub._transferStandard(address,address,uint256).tTransferAmount (#324)
Variable CryptogerClub._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#363) is too similar to CryptogerClub._getValues(uint256).tTransferAmount (#346)
Variable CryptogerClub._getValues(uint256).rTransferAmount (#348) is too similar to CryptogerClub._getTValues(uint256,uint256,uint256).tTransferAmount (#355)
Variable CryptogerClub._transferStandard(address,address,uint256).rTransferAmount (#324) is too similar to CryptogerClub._getValues(uint256).tTransferAmount (#346)
Variable CryptogerClub._getValues(uint256).rTransferAmount (#348) is too similar to CryptogerClub._transferStandard(address,address,uint256).tTransferAmount (#324)
Variable CryptogerClub._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#363) is too similar to CryptogerClub._transferStandard(address,address,uint256).tTransferAmount (#324)
Prevent variables from having similar names.
Additional information: link
CryptogerClub.constructor() (#167-181) uses literals with too many digits:
- Transfer(address(0x0000000000000000000000000000000000000000),_msgSender(),_tTotal) (#180)
CryptogerClub.slitherConstructorConstantVariables() (#127-412) uses literals with too many digits:
- _tTotal = 100000000000 * 10 ** 6 * 10 ** 9 (#136)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Ownable._previousOwner (#97) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- CryptogerClub.excludeMultipleAccountsFromFees(address[],bool) (#406-410)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#114-117)
transfer(address,uint256) should be declared external:
- CryptogerClub.transfer(address,uint256) (#208-211)
totalSupply() should be declared external:
- CryptogerClub.totalSupply() (#200-202)
decimals() should be declared external:
- CryptogerClub.decimals() (#196-198)
allowance(address,address) should be declared external:
- CryptogerClub.allowance(address,address) (#213-215)
transferFrom(address,address,uint256) should be declared external:
- CryptogerClub.transferFrom(address,address,uint256) (#222-226)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#120-123)
setNewDevAddress(address) should be declared external:
- CryptogerClub.setNewDevAddress(address) (#310-314)
rescueForeignTokens(address,address,uint256) should be declared external:
- CryptogerClub.rescueForeignTokens(address,address,uint256) (#304-307)
approve(address,uint256) should be declared external:
- CryptogerClub.approve(address,uint256) (#217-220)
setFee(uint256,uint256,uint256,uint256) should be declared external:
- CryptogerClub.setFee(uint256,uint256,uint256,uint256) (#391-400)
name() should be declared external:
- CryptogerClub.name() (#188-190)
symbol() should be declared external:
- CryptogerClub.symbol() (#192-194)
setNewMarketingAddress(address) should be declared external:
- CryptogerClub.setNewMarketingAddress(address) (#317-321)
toggleSwap(bool) should be declared external:
- CryptogerClub.toggleSwap(bool) (#402-404)
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.
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 6% sell tax.
Taxes are low and contract ownership is renounced.
Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Unable to find audit link on the website
Unable to find whitepaper link on the website
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but social accounts / website are missing or have few users
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Last post in Twitter was more than 180 days ago
Twitter account has relatively few followers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Twitter account has few posts
Unable to find Discord account