CryptoProxyCoin Token Logo

CPC [CryptoProxyCoin] Token

About CPC

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 13 October 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)


Contract ownership is not renounced (belongs to a wallet)

CryptoProxyCoin._approve(address,address,uint256).owner (#629) shadows:
- Ownable.owner() (#305-307) (function)
CryptoProxyCoin.allowance(address,address).owner (#435) shadows:
- Ownable.owner() (#305-307) (function)
Rename the local variables that shadow another component.

Additional information: link

CryptoProxyCoin.setTaxFeePercent(uint256) (#534-536) should emit an event for:
- _taxFee = taxFee (#535)
CryptoProxyCoin.setMaxTxAmount(uint256) (#542-544) should emit an event for:
- _maxTxAmount = maxTxAmount * 10 ** _decimals (#543)
CryptoProxyCoin.setCharityFeePercent(uint256) (#538-540) should emit an event for:
- _charityFee = charityFee (#539)
Emit an event for critical parameter changes.

Additional information: link

CryptoProxyCoin.setCharityAccount(address).account (#522) lacks a zero-check on :
- charityAddress = account (#523)
Check that the address is not zero.

Additional information: link

CryptoProxyCoin.includeInReward(address) (#509-520) has costly operations inside a loop:
- _excluded.pop() (#516)
Use a local variable to hold the loop computation result.

Additional information: link

SafeMath.mod(uint256,uint256,string) (#245-248) is never used and should be removed
Context._msgData() (#270-273) is never used and should be removed
SafeMath.mod(uint256,uint256) (#229-231) is never used and should be removed
Remove unused functions.

Additional information: link

Variable CryptoProxyCoin._maxTxAmount (#376) is not in mixedCase
Parameter CryptoProxyCoin.calculateCharityFee(uint256)._amount (#604) is not in mixedCase
Variable CryptoProxyCoin._charityFee (#373) is not in mixedCase
Variable CryptoProxyCoin._taxFee (#370) is not in mixedCase
Parameter CryptoProxyCoin.calculateTaxFee(uint256)._amount (#598) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#271)" inContext (#261-274)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable CryptoProxyCoin._getValues(uint256).rTransferAmount (#553) is too similar to CryptoProxyCoin._transferToExcluded(address,address,uint256).tTransferAmount (#707)
Variable CryptoProxyCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#717) is too similar to CryptoProxyCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#717)
Variable CryptoProxyCoin._getValues(uint256).rTransferAmount (#553) is too similar to CryptoProxyCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#717)
Variable CryptoProxyCoin.reflectionFromToken(uint256,bool).rTransferAmount (#489) is too similar to CryptoProxyCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#717)
Variable CryptoProxyCoin.reflectionFromToken(uint256,bool).rTransferAmount (#489) is too similar to CryptoProxyCoin._getTValues(uint256).tTransferAmount (#560)
Variable CryptoProxyCoin._transferToExcluded(address,address,uint256).rTransferAmount (#707) is too similar to CryptoProxyCoin._getValues(uint256).tTransferAmount (#552)
Variable CryptoProxyCoin._transferStandard(address,address,uint256).rTransferAmount (#698) is too similar to CryptoProxyCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#717)
Variable CryptoProxyCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#717) is too similar to CryptoProxyCoin._getValues(uint256).tTransferAmount (#552)
Variable CryptoProxyCoin._getValues(uint256).rTransferAmount (#553) is too similar to CryptoProxyCoin._getTValues(uint256).tTransferAmount (#560)
Variable CryptoProxyCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#717) is too similar to CryptoProxyCoin._transferStandard(address,address,uint256).tTransferAmount (#698)
Variable CryptoProxyCoin._transferToExcluded(address,address,uint256).rTransferAmount (#707) is too similar to CryptoProxyCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#717)
Variable CryptoProxyCoin.reflectionFromToken(uint256,bool).rTransferAmount (#489) is too similar to CryptoProxyCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable CryptoProxyCoin._transferStandard(address,address,uint256).rTransferAmount (#698) is too similar to CryptoProxyCoin._transferStandard(address,address,uint256).tTransferAmount (#698)
Variable CryptoProxyCoin.reflectionFromToken(uint256,bool).rTransferAmount (#489) is too similar to CryptoProxyCoin._transferStandard(address,address,uint256).tTransferAmount (#698)
Variable CryptoProxyCoin._getValues(uint256).rTransferAmount (#553) is too similar to CryptoProxyCoin._transferStandard(address,address,uint256).tTransferAmount (#698)
Variable CryptoProxyCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#568) is too similar to CryptoProxyCoin._transferToExcluded(address,address,uint256).tTransferAmount (#707)
Variable CryptoProxyCoin._transferToExcluded(address,address,uint256).rTransferAmount (#707) is too similar to CryptoProxyCoin._transferStandard(address,address,uint256).tTransferAmount (#698)
Variable CryptoProxyCoin.reflectionFromToken(uint256,bool).rTransferAmount (#489) is too similar to CryptoProxyCoin._getValues(uint256).tTransferAmount (#552)
Variable CryptoProxyCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#717) is too similar to CryptoProxyCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable CryptoProxyCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#717) is too similar to CryptoProxyCoin._getTValues(uint256).tTransferAmount (#560)
Variable CryptoProxyCoin._transferStandard(address,address,uint256).rTransferAmount (#698) is too similar to CryptoProxyCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable CryptoProxyCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#568) is too similar to CryptoProxyCoin._getValues(uint256).tTransferAmount (#552)
Variable CryptoProxyCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#727) is too similar to CryptoProxyCoin._getValues(uint256).tTransferAmount (#552)
Variable CryptoProxyCoin._transferStandard(address,address,uint256).rTransferAmount (#698) is too similar to CryptoProxyCoin._transferToExcluded(address,address,uint256).tTransferAmount (#707)
Variable CryptoProxyCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#568) is too similar to CryptoProxyCoin._getTValues(uint256).tTransferAmount (#560)
Variable CryptoProxyCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#568) is too similar to CryptoProxyCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable CryptoProxyCoin._transferStandard(address,address,uint256).rTransferAmount (#698) is too similar to CryptoProxyCoin._getTValues(uint256).tTransferAmount (#560)
Variable CryptoProxyCoin._getValues(uint256).rTransferAmount (#553) is too similar to CryptoProxyCoin._getValues(uint256).tTransferAmount (#552)
Variable CryptoProxyCoin._transferToExcluded(address,address,uint256).rTransferAmount (#707) is too similar to CryptoProxyCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable CryptoProxyCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#727) is too similar to CryptoProxyCoin._transferStandard(address,address,uint256).tTransferAmount (#698)
Variable CryptoProxyCoin._transferToExcluded(address,address,uint256).rTransferAmount (#707) is too similar to CryptoProxyCoin._getTValues(uint256).tTransferAmount (#560)
Variable CryptoProxyCoin._transferStandard(address,address,uint256).rTransferAmount (#698) is too similar to CryptoProxyCoin._getValues(uint256).tTransferAmount (#552)
Variable CryptoProxyCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#727) is too similar to CryptoProxyCoin._getTValues(uint256).tTransferAmount (#560)
Variable CryptoProxyCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#727) is too similar to CryptoProxyCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable CryptoProxyCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#568) is too similar to CryptoProxyCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#717)
Variable CryptoProxyCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#727) is too similar to CryptoProxyCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#717)
Variable CryptoProxyCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#727) is too similar to CryptoProxyCoin._transferToExcluded(address,address,uint256).tTransferAmount (#707)
Variable CryptoProxyCoin.reflectionFromToken(uint256,bool).rTransferAmount (#489) is too similar to CryptoProxyCoin._transferToExcluded(address,address,uint256).tTransferAmount (#707)
Variable CryptoProxyCoin._getValues(uint256).rTransferAmount (#553) is too similar to CryptoProxyCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#727)
Variable CryptoProxyCoin._transferToExcluded(address,address,uint256).rTransferAmount (#707) is too similar to CryptoProxyCoin._transferToExcluded(address,address,uint256).tTransferAmount (#707)
Variable CryptoProxyCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#568) is too similar to CryptoProxyCoin._transferStandard(address,address,uint256).tTransferAmount (#698)
Variable CryptoProxyCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#717) is too similar to CryptoProxyCoin._transferToExcluded(address,address,uint256).tTransferAmount (#707)
Prevent variables from having similar names.

Additional information: link

CryptoProxyCoin.constructor() (#378-398) uses literals with too many digits:
- _tTotal = 50000000 * 10 ** _decimals (#382)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#324-327)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#333-335)
setMaxTxAmount(uint256) should be declared external:
- CryptoProxyCoin.setMaxTxAmount(uint256) (#542-544)
balanceOf(address) should be declared external:
- CryptoProxyCoin.balanceOf(address) (#420-423)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap liquidity is low.


Average 30d number of PancakeSwap swaps is low.


Number of Binance Smart Chain (BSC) token holders is low.


Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


Token has a considerable age, but we're still unable to find its website


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

Price for CPC