Crypto Dogs Club Token Logo

$CDC [Crypto Dogs Club] Token

About $CDC

Listings

Not Found
Token 3 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 2 March 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 ticker ($CDC) 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.


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

CryptoDogsBEP20.allowance(address,address).owner (#571) shadows:
- Ownable.owner() (#430-432) (function)
CryptoDogsBEP20._approve(address,address,uint256).owner (#709) shadows:
- Ownable.owner() (#430-432) (function)
Rename the local variables that shadow another component.

Additional information: link

CryptoDogsBEP20.setMaxTxPercent(uint256) (#533-537) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 4) (#534-536)
CryptoDogsBEP20.updateFee(uint256,uint256,uint256) (#683-690) should emit an event for:
- _TAX_FEE = _txFee * 100 (#684)
- _BURN_FEE = _burnFee * 100 (#685)
- _CHARITY_FEE = _charityFee * 100 (#686)
- ORIG_TAX_FEE = _TAX_FEE (#687)
- ORIG_BURN_FEE = _BURN_FEE (#688)
- ORIG_CHARITY_FEE = _CHARITY_FEE (#689)
Emit an event for critical parameter changes.

Additional information: link

CryptoDogsBEP20.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address)._FeeAddress (#504) lacks a zero-check on :
- FeeAddress = _FeeAddress (#518)
CryptoDogsBEP20.constructor(string,string,uint256,uint256,uint256,uint256,uint256,address,address).tokenOwner (#504) lacks a zero-check on :
- _owner = tokenOwner (#519)
Check that the address is not zero.

Additional information: link

Address.isContract(address) (#292-301) uses assembly
- INLINE ASM (#299)
Address._functionCallWithValue(address,bytes,uint256,string) (#385-406) uses assembly
- INLINE ASM (#398-401)
Do not use evm assembly.

Additional information: link

CryptoDogsBEP20._transfer(address,address,uint256) (#717-761) compares to a boolean constant:
-locked && unlocked[sender] != true && unlocked[recipient] != true (#722)
Remove the equality to the boolean constant.

Additional information: link

CryptoDogsBEP20.includeAccount(address) (#651-662) has costly operations inside a loop:
- _excluded.pop() (#658)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#385-406) is never used and should be removed
Address.functionCall(address,bytes) (#345-347) is never used and should be removed
Address.functionCall(address,bytes,string) (#355-357) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#370-372) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#380-383) is never used and should be removed
Address.isContract(address) (#292-301) is never used and should be removed
Address.sendValue(address,uint256) (#319-325) is never used and should be removed
Context._msgData() (#36-39) is never used and should be removed
CryptoDogsBEP20._getTaxFee() (#918-920) is never used and should be removed
SafeMath.mod(uint256,uint256) (#249-251) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#265-268) is never used and should be removed
Remove unused functions.

Additional information: link

solc-0.8.9 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) (#319-325):
- (success) = recipient.call{value: amount}() (#323)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#385-406):
- (success,returndata) = target.call{value: weiValue}(data) (#389)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable Ownable._owner (#422) is not in mixedCase
Parameter CryptoDogsBEP20.toggleUnlocked(address)._addr (#670) is not in mixedCase
Parameter CryptoDogsBEP20.burn(uint256)._value (#679) is not in mixedCase
Parameter CryptoDogsBEP20.updateFee(uint256,uint256,uint256)._txFee (#683) is not in mixedCase
Parameter CryptoDogsBEP20.updateFee(uint256,uint256,uint256)._burnFee (#683) is not in mixedCase
Parameter CryptoDogsBEP20.updateFee(uint256,uint256,uint256)._charityFee (#683) is not in mixedCase
Variable CryptoDogsBEP20._NAME (#479) is not in mixedCase
Variable CryptoDogsBEP20._SYMBOL (#480) is not in mixedCase
Variable CryptoDogsBEP20._DECIMALS (#481) is not in mixedCase
Variable CryptoDogsBEP20.FeeAddress (#482) is not in mixedCase
Variable CryptoDogsBEP20._MAX (#484) is not in mixedCase
Variable CryptoDogsBEP20._DECIMALFACTOR (#485) is not in mixedCase
Variable CryptoDogsBEP20._GRANULARITY (#486) is not in mixedCase
Variable CryptoDogsBEP20._TAX_FEE (#495) is not in mixedCase
Variable CryptoDogsBEP20._BURN_FEE (#496) is not in mixedCase
Variable CryptoDogsBEP20._CHARITY_FEE (#497) is not in mixedCase
Variable CryptoDogsBEP20.ORIG_TAX_FEE (#500) is not in mixedCase
Variable CryptoDogsBEP20.ORIG_BURN_FEE (#501) is not in mixedCase
Variable CryptoDogsBEP20.ORIG_CHARITY_FEE (#502) is not in mixedCase
Variable CryptoDogsBEP20._maxTxAmount (#530) is not in mixedCase
Variable CryptoDogsBEP20._maxWalletToken (#531) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#37)" inContext (#31-40)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable CryptoDogsBEP20.reflectionFromToken(uint256,bool).rTransferAmount (#631) is too similar to CryptoDogsBEP20._transferBothExcluded(address,address,uint256).tTransferAmount (#816)
Variable CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#825) is too similar to CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#790)
Variable CryptoDogsBEP20._getValues(uint256).rTransferAmount (#847) is too similar to CryptoDogsBEP20._transferBothExcluded(address,address,uint256).tTransferAmount (#816)
Variable CryptoDogsBEP20._transferStandard(address,address,uint256).rTransferAmount (#765) is too similar to CryptoDogsBEP20._transferBothExcluded(address,address,uint256).tTransferAmount (#816)
Variable CryptoDogsBEP20._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#808) is too similar to CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#825)
Variable CryptoDogsBEP20._transferStandard(address,address,uint256).rTransferAmount (#765) is too similar to CryptoDogsBEP20._transferToExcluded(address,address,uint256).tTransferAmount (#781)
Variable CryptoDogsBEP20._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#871) is too similar to CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#790)
Variable CryptoDogsBEP20._transferBothExcluded(address,address,uint256).rTransferAmount (#816) is too similar to CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#790)
Variable CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#790) is too similar to CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#790)
Variable CryptoDogsBEP20._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#774) is too similar to CryptoDogsBEP20._transferBothExcluded(address,address,uint256).tTransferAmount (#816)
Variable CryptoDogsBEP20._transferStandard(address,address,uint256).rTransferAmount (#765) is too similar to CryptoDogsBEP20._transferStandard(address,address,uint256).tTransferAmount (#765)
Variable CryptoDogsBEP20._transferToExcluded(address,address,uint256).rTransferAmount (#781) is too similar to CryptoDogsBEP20._transferBothExcluded(address,address,uint256).tTransferAmount (#816)
Variable CryptoDogsBEP20.reflectionFromToken(uint256,bool).rTransferAmount (#631) is too similar to CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#825)
Variable CryptoDogsBEP20._transferFromExcluded(address,address,uint256).rTransferAmount (#799) is too similar to CryptoDogsBEP20._transferFromExcluded(address,address,uint256).tTransferAmount (#799)
Variable CryptoDogsBEP20._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#808) is too similar to CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#790)
Variable CryptoDogsBEP20._transferFromExcluded(address,address,uint256).rTransferAmount (#799) is too similar to CryptoDogsBEP20._transferBothExcluded(address,address,uint256).tTransferAmount (#816)
Variable CryptoDogsBEP20._transferFromExcluded(address,address,uint256).rTransferAmount (#799) is too similar to CryptoDogsBEP20._transferToExcluded(address,address,uint256).tTransferAmount (#781)
Variable CryptoDogsBEP20._getValues(uint256).rTransferAmount (#847) is too similar to CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#825)
Variable CryptoDogsBEP20._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#871) is too similar to CryptoDogsBEP20._transferFromExcluded(address,address,uint256).tTransferAmount (#799)
Variable CryptoDogsBEP20._transferStandard(address,address,uint256).rTransferAmount (#765) is too similar to CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#825)
Variable CryptoDogsBEP20._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#871) is too similar to CryptoDogsBEP20._transferBothExcluded(address,address,uint256).tTransferAmount (#816)
Variable CryptoDogsBEP20._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#871) is too similar to CryptoDogsBEP20._transferToExcluded(address,address,uint256).tTransferAmount (#781)
Variable CryptoDogsBEP20.reflectionFromToken(uint256,bool).rTransferAmount (#631) is too similar to CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#790)
Variable CryptoDogsBEP20._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#774) is too similar to CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#825)
Variable CryptoDogsBEP20._getValues(uint256).rTransferAmount (#847) is too similar to CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#790)
Variable CryptoDogsBEP20._transferStandard(address,address,uint256).rTransferAmount (#765) is too similar to CryptoDogsBEP20._getValues(uint256).tTransferAmount (#844)
Variable CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#825) is too similar to CryptoDogsBEP20._transferBothExcluded(address,address,uint256).tTransferAmount (#816)
Variable CryptoDogsBEP20._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#871) is too similar to CryptoDogsBEP20._transferStandard(address,address,uint256).tTransferAmount (#765)
Variable CryptoDogsBEP20._transferStandard(address,address,uint256).rTransferAmount (#765) is too similar to CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#790)
Variable CryptoDogsBEP20._transferFromExcluded(address,address,uint256).rTransferAmount (#799) is too similar to CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#825)
Variable CryptoDogsBEP20._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#871) is too similar to CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#825)
Variable CryptoDogsBEP20._transferBothExcluded(address,address,uint256).rTransferAmount (#816) is too similar to CryptoDogsBEP20._transferBothExcluded(address,address,uint256).tTransferAmount (#816)
Variable CryptoDogsBEP20._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#774) is too similar to CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#790)
Variable CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#790) is too similar to CryptoDogsBEP20._transferBothExcluded(address,address,uint256).tTransferAmount (#816)
Variable CryptoDogsBEP20._transferToExcluded(address,address,uint256).rTransferAmount (#781) is too similar to CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#790)
Variable CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#790) is too similar to CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#825)
Variable CryptoDogsBEP20._transferFromExcluded(address,address,uint256).rTransferAmount (#799) is too similar to CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).tTransferAmount (#790)
Variable CryptoDogsBEP20._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#808) is too similar to CryptoDogsBEP20._transferBothExcluded(address,address,uint256).tTransferAmount (#816)
Variable CryptoDogsBEP20._transferStandard(address,address,uint256).rTransferAmount (#765) is too similar to CryptoDogsBEP20._transferFromExcluded(address,address,uint256).tTransferAmount (#799)
Variable CryptoDogsBEP20._getRTransferAmount(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#871) is too similar to CryptoDogsBEP20._getValues(uint256).tTransferAmount (#844)
Variable CryptoDogsBEP20._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#808) is too similar to CryptoDogsBEP20._getValues(uint256).tTransferAmount (#844)
Variable CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#825) is too similar to CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#825)
Variable CryptoDogsBEP20._getValues(uint256).rTransferAmount (#847) is too similar to CryptoDogsBEP20._transferFromExcluded(address,address,uint256).tTransferAmount (#799)
Variable CryptoDogsBEP20._transferToExcluded(address,address,uint256).rTransferAmount (#781) is too similar to CryptoDogsBEP20._transferToExcluded(address,address,uint256).tTransferAmount (#781)
Variable CryptoDogsBEP20._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#774) is too similar to CryptoDogsBEP20._transferToExcluded(address,address,uint256).tTransferAmount (#781)
Variable CryptoDogsBEP20._transferToExcluded(address,address,uint256).rTransferAmount (#781) is too similar to CryptoDogsBEP20._transferStandard(address,address,uint256).tTransferAmount (#765)
Variable CryptoDogsBEP20._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#774) is too similar to CryptoDogsBEP20._transferStandard(address,address,uint256).tTransferAmount (#765)
Variable CryptoDogsBEP20._transferBothExcluded(address,address,uint256).rTransferAmount (#816) is too similar to CryptoDogsBEP20._transferToExcluded(address,address,uint256).tTransferAmount (#781)
Variable CryptoDogsBEP20.reflectionFromToken(uint256,bool).rTransferAmount (#631) is too similar to CryptoDogsBEP20._getValues(uint256).tTransferAmount (#844)
Variable CryptoDogsBEP20._transferFromExcluded(address,address,uint256).rTransferAmount (#799) is too similar to CryptoDogsBEP20._transferStandard(address,address,uint256).tTransferAmount (#765)
Variable CryptoDogsBEP20._transferBothExcluded(address,address,uint256).rTransferAmount (#816) is too similar to CryptoDogsBEP20._transferStandard(address,address,uint256).tTransferAmount (#765)
Variable CryptoDogsBEP20.reflectionFromToken(uint256,bool).rTransferAmount (#631) is too similar to CryptoDogsBEP20._transferFromExcluded(address,address,uint256).tTransferAmount (#799)
Variable CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#825) is too similar to CryptoDogsBEP20._transferToExcluded(address,address,uint256).tTransferAmount (#781)
Variable CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#825) is too similar to CryptoDogsBEP20._transferStandard(address,address,uint256).tTransferAmount (#765)
Variable CryptoDogsBEP20._getValues(uint256).rTransferAmount (#847) is too similar to CryptoDogsBEP20._transferToExcluded(address,address,uint256).tTransferAmount (#781)
Variable CryptoDogsBEP20._getValues(uint256).rTransferAmount (#847) is too similar to CryptoDogsBEP20._transferStandard(address,address,uint256).tTransferAmount (#765)
Variable CryptoDogsBEP20._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#808) is too similar to CryptoDogsBEP20._transferToExcluded(address,address,uint256).tTransferAmount (#781)
Variable CryptoDogsBEP20._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#808) is too similar to CryptoDogsBEP20._transferStandard(address,address,uint256).tTransferAmount (#765)
Variable CryptoDogsBEP20._transferToExcluded(address,address,uint256).rTransferAmount (#781) is too similar to CryptoDogsBEP20._getValues(uint256).tTransferAmount (#844)
Variable CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#790) is too similar to CryptoDogsBEP20._transferToExcluded(address,address,uint256).tTransferAmount (#781)
Variable CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#790) is too similar to CryptoDogsBEP20._transferStandard(address,address,uint256).tTransferAmount (#765)
Variable CryptoDogsBEP20._transferToExcluded(address,address,uint256).rTransferAmount (#781) is too similar to CryptoDogsBEP20._transferFromExcluded(address,address,uint256).tTransferAmount (#799)
Variable CryptoDogsBEP20.reflectionFromToken(uint256,bool).rTransferAmount (#631) is too similar to CryptoDogsBEP20._transferToExcluded(address,address,uint256).tTransferAmount (#781)
Variable CryptoDogsBEP20.reflectionFromToken(uint256,bool).rTransferAmount (#631) is too similar to CryptoDogsBEP20._transferStandard(address,address,uint256).tTransferAmount (#765)
Variable CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#825) is too similar to CryptoDogsBEP20._getValues(uint256).tTransferAmount (#844)
Variable CryptoDogsBEP20._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#774) is too similar to CryptoDogsBEP20._getValues(uint256).tTransferAmount (#844)
Variable CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#825) is too similar to CryptoDogsBEP20._transferFromExcluded(address,address,uint256).tTransferAmount (#799)
Variable CryptoDogsBEP20._transferFromExcluded(address,address,uint256).rTransferAmount (#799) is too similar to CryptoDogsBEP20._getValues(uint256).tTransferAmount (#844)
Variable CryptoDogsBEP20._transferBothExcluded(address,address,uint256).rTransferAmount (#816) is too similar to CryptoDogsBEP20._getValues(uint256).tTransferAmount (#844)
Variable CryptoDogsBEP20._standardTransferContent(address,address,uint256,uint256).rTransferAmount (#774) is too similar to CryptoDogsBEP20._transferFromExcluded(address,address,uint256).tTransferAmount (#799)
Variable CryptoDogsBEP20._excludedToTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#808) is too similar to CryptoDogsBEP20._transferFromExcluded(address,address,uint256).tTransferAmount (#799)
Variable CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#790) is too similar to CryptoDogsBEP20._getValues(uint256).tTransferAmount (#844)
Variable CryptoDogsBEP20._transferToExcluded(address,address,uint256).rTransferAmount (#781) is too similar to CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#825)
Variable CryptoDogsBEP20._transferBothExcluded(address,address,uint256).rTransferAmount (#816) is too similar to CryptoDogsBEP20._transferFromExcluded(address,address,uint256).tTransferAmount (#799)
Variable CryptoDogsBEP20._transferBothExcluded(address,address,uint256).rTransferAmount (#816) is too similar to CryptoDogsBEP20._bothTransferContent(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#825)
Variable CryptoDogsBEP20._getValues(uint256).rTransferAmount (#847) is too similar to CryptoDogsBEP20._getValues(uint256).tTransferAmount (#844)
Variable CryptoDogsBEP20._excludedFromTransferContent(address,address,uint256,uint256,uint256).rTransferAmount (#790) is too similar to CryptoDogsBEP20._transferFromExcluded(address,address,uint256).tTransferAmount (#799)
Prevent variables from having similar names.

Additional information: link

CryptoDogsBEP20.slitherConstructorVariables() (#465-924) uses literals with too many digits:
- _maxTxAmount = 10000000 * 10 ** 9 * 10 ** 9 (#530)
CryptoDogsBEP20.slitherConstructorVariables() (#465-924) uses literals with too many digits:
- _maxWalletToken = 80000000 * 10 ** 9 * 10 ** 9 (#531)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

CryptoDogsBEP20._GRANULARITY (#486) should be constant
CryptoDogsBEP20._MAX (#484) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#449-452)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#458-462)
name() should be declared external:
- CryptoDogsBEP20.name() (#545-547)
symbol() should be declared external:
- CryptoDogsBEP20.symbol() (#549-551)
decimals() should be declared external:
- CryptoDogsBEP20.decimals() (#553-555)
totalSupply() should be declared external:
- CryptoDogsBEP20.totalSupply() (#557-559)
transfer(address,uint256) should be declared external:
- CryptoDogsBEP20.transfer(address,uint256) (#566-569)
allowance(address,address) should be declared external:
- CryptoDogsBEP20.allowance(address,address) (#571-573)
approve(address,uint256) should be declared external:
- CryptoDogsBEP20.approve(address,uint256) (#575-578)
transferFrom(address,address,uint256) should be declared external:
- CryptoDogsBEP20.transferFrom(address,address,uint256) (#580-584)
increaseAllowance(address,uint256) should be declared external:
- CryptoDogsBEP20.increaseAllowance(address,uint256) (#586-589)
decreaseAllowance(address,uint256) should be declared external:
- CryptoDogsBEP20.decreaseAllowance(address,uint256) (#591-594)
isExcluded(address) should be declared external:
- CryptoDogsBEP20.isExcluded(address) (#596-598)
isCharity(address) should be declared external:
- CryptoDogsBEP20.isCharity(address) (#600-602)
totalFees() should be declared external:
- CryptoDogsBEP20.totalFees() (#604-606)
totalBurn() should be declared external:
- CryptoDogsBEP20.totalBurn() (#608-610)
totalCharity() should be declared external:
- CryptoDogsBEP20.totalCharity() (#612-614)
deliver(uint256) should be declared external:
- CryptoDogsBEP20.deliver(uint256) (#616-623)
reflectionFromToken(uint256,bool) should be declared external:
- CryptoDogsBEP20.reflectionFromToken(uint256,bool) (#625-634)
toggleUnlocked(address) should be declared external:
- CryptoDogsBEP20.toggleUnlocked(address) (#670-672)
activateTrading() should be declared external:
- CryptoDogsBEP20.activateTrading() (#675-677)
burn(uint256) should be declared external:
- CryptoDogsBEP20.burn(uint256) (#679-681)
updateFee(uint256,uint256,uint256) should be declared external:
- CryptoDogsBEP20.updateFee(uint256,uint256,uint256) (#683-690)
mint(address,uint256) should be declared external:
- CryptoDogsBEP20.mint(address,uint256) (#700-705)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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 9% buy tax and 8% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find Telegram and Twitter accounts


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


Young tokens have high risks of price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for $CDC