Coinpad Token Logo

CP [Coinpad] Token

About CP

Listings

Token 2 years
CoinMarketCap 2 years
white paper

Coinpad aims to be the most comprehensive multifunctional platform!

Our goal is to revolutionize the crypto world by launching multiple projects with Unique Selling Propositions (USP) under one Ecosystem. We are here to break up monopolies and create a safe place for the crypto community, where investors can browse through multiple community projects with real world use case.

Coinpad Protocol is established to Binance as its core and will support multiple chains in parallel. Users can adopt a single application to access all the information for NFT marketplace. They can also share the latest info and socialize with NFT fellows in this metaverse.📩

Social

Laser Scorebeta Last Audit: 28 February 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


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

Reentrancy in MyToken._transfer(address,address,uint256) (#1045-1089):
External calls:
- swapAndLiquify(contractTokenBalance) (#1076)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1123-1129)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1076)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1088)
- _rOwned[marketingAddress] = _rOwned[marketingAddress].add(rMarketing) (#987)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#979)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1170)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1180)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#889)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1192)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1171)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1193)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1182)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#891)
- _tokenTransfer(from,to,amount,takeFee) (#1088)
- _rTotal = _rTotal.sub(rFee) (#931)
- _tokenTransfer(from,to,amount,takeFee) (#1088)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#981)
- _tOwned[marketingAddress] = _tOwned[marketingAddress].add(tMarketing) (#989)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#888)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1191)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1181)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#890)
Apply the check-effects-interactions pattern.

Additional information: link

MyToken.addLiquidity(uint256,uint256) (#1132-1145) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
Ensure that all the return values of the function calls are used.

Additional information: link

MyToken.allowance(address,address).owner (#805) shadows:
- Ownable.owner() (#408-410) (function)
MyToken._approve(address,address,uint256).owner (#1037) shadows:
- Ownable.owner() (#408-410) (function)
Rename the local variables that shadow another component.

Additional information: link

MyToken.setTaxFeePercent(uint256) (#906-908) should emit an event for:
- _taxFee = taxFee (#907)
MyToken.setLiquidityFeePercent(uint256) (#910-912) should emit an event for:
- _liquidityFee = liquidityFee (#911)
MyToken.setNumTokensSellToAddToLiquidity(uint256) (#914-916) should emit an event for:
- numTokensSellToAddToLiquidity = swapNumber * 10 ** _decimals (#915)
MyToken.setMaxTxPercent(uint256) (#918-920) should emit an event for:
- _maxTxAmount = maxTxPercent * 10 ** _decimals (#919)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in MyToken._transfer(address,address,uint256) (#1045-1089):
External calls:
- swapAndLiquify(contractTokenBalance) (#1076)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1123-1129)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1076)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1088)
- _liquidityFee = _previousLiquidityFee (#1029)
- _liquidityFee = 0 (#1023)
- _tokenTransfer(from,to,amount,takeFee) (#1088)
- _marketingFee = _previousMarketingFee (#1030)
- _marketingFee = 0 (#1024)
- _tokenTransfer(from,to,amount,takeFee) (#1088)
- _previousLiquidityFee = _liquidityFee (#1019)
- _tokenTransfer(from,to,amount,takeFee) (#1088)
- _previousMarketingFee = _marketingFee (#1020)
- _tokenTransfer(from,to,amount,takeFee) (#1088)
- _previousTaxFee = _taxFee (#1018)
- _tokenTransfer(from,to,amount,takeFee) (#1088)
- _tFeeTotal = _tFeeTotal.add(tFee) (#932)
- _tokenTransfer(from,to,amount,takeFee) (#1088)
- _taxFee = _previousTaxFee (#1028)
- _taxFee = 0 (#1022)
Reentrancy in MyToken.constructor() (#734-776):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#751-752)
State variables written after the call(s):
- _excluded.push(_msgSender()) (#769)
- _excluded.push(marketingAddress) (#770)
- _excluded.push(deadAddress) (#771)
- _isExcluded[_msgSender()] = true (#766)
- _isExcluded[marketingAddress] = true (#767)
- _isExcluded[deadAddress] = true (#768)
- _isExcludedFromFee[_msgSender()] = true (#758)
- _isExcludedFromFee[address(this)] = true (#759)
- _isExcludedFromFee[marketingAddress] = true (#760)
- _isExcludedFromFee[deadAddress] = true (#761)
- _owner = _msgSender() (#774)
- _tOwned[_msgSender()] = tokenFromReflection(_rOwned[_msgSender()]) (#764)
- uniswapV2Router = _uniswapV2Router (#755)
Reentrancy in MyToken.swapAndLiquify(uint256) (#1091-1112):
External calls:
- swapTokensForEth(half) (#1103)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1123-1129)
- addLiquidity(otherHalf,newBalance) (#1109)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1109)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1109)
- _allowances[owner][spender] = amount (#1041)
Reentrancy in MyToken.transferFrom(address,address,uint256) (#814-818):
External calls:
- _transfer(sender,recipient,amount) (#815)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1123-1129)
External calls sending eth:
- _transfer(sender,recipient,amount) (#815)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#816)
- _allowances[owner][spender] = amount (#1041)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in MyToken._transfer(address,address,uint256) (#1045-1089):
External calls:
- swapAndLiquify(contractTokenBalance) (#1076)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1123-1129)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1076)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1175)
- _tokenTransfer(from,to,amount,takeFee) (#1088)
- Transfer(sender,recipient,tTransferAmount) (#1197)
- _tokenTransfer(from,to,amount,takeFee) (#1088)
- Transfer(sender,recipient,tTransferAmount) (#1186)
- _tokenTransfer(from,to,amount,takeFee) (#1088)
- Transfer(sender,recipient,tTransferAmount) (#895)
- _tokenTransfer(from,to,amount,takeFee) (#1088)
Reentrancy in MyToken.constructor() (#734-776):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#751-752)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#775)
Reentrancy in MyToken.swapAndLiquify(uint256) (#1091-1112):
External calls:
- swapTokensForEth(half) (#1103)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1123-1129)
- addLiquidity(otherHalf,newBalance) (#1109)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1109)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1042)
- addLiquidity(otherHalf,newBalance) (#1109)
- SwapAndLiquify(half,newBalance,otherHalf) (#1111)
Reentrancy in MyToken.transferFrom(address,address,uint256) (#814-818):
External calls:
- _transfer(sender,recipient,amount) (#815)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1123-1129)
External calls sending eth:
- _transfer(sender,recipient,amount) (#815)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1137-1144)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1042)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#816)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#455-460) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#457)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#268-277) uses assembly
- INLINE ASM (#275)
Address._functionCallWithValue(address,bytes,uint256,string) (#361-382) uses assembly
- INLINE ASM (#374-377)
Do not use evm assembly.

Additional information: link

MyToken.includeInReward(address) (#874-885) has costly operations inside a loop:
- _excluded.pop() (#881)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#361-382) is never used and should be removed
Address.functionCall(address,bytes) (#321-323) is never used and should be removed
Address.functionCall(address,bytes,string) (#331-333) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#346-348) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#356-359) is never used and should be removed
Address.isContract(address) (#268-277) is never used and should be removed
Address.sendValue(address,uint256) (#295-301) is never used and should be removed
Context._msgData() (#240-243) is never used and should be removed
SafeMath.mod(uint256,uint256) (#213-215) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#229-232) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#295-301):
- (success) = recipient.call{value: amount}() (#299)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#361-382):
- (success,returndata) = target.call{value: weiValue}(data) (#365)
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 (#398) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#499) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#500) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#517) is not in mixedCase
Function IUniswapV2Router01.WETH() (#539) is not in mixedCase
Parameter MyToken.setSwapAndLiquifyEnabled(bool)._enabled (#922) is not in mixedCase
Parameter MyToken.calculateTaxFee(uint256)._amount (#997) is not in mixedCase
Parameter MyToken.calculateLiquidityFee(uint256)._amount (#1003) is not in mixedCase
Parameter MyToken.calculateMarketingFee(uint256)._amount (#1009) is not in mixedCase
Constant MyToken.deadAddress (#681) is not in UPPER_CASE_WITH_UNDERSCORES
Variable MyToken._taxFee (#701) is not in mixedCase
Variable MyToken._liquidityFee (#704) is not in mixedCase
Variable MyToken._marketingFee (#707) is not in mixedCase
Variable MyToken._maxTxAmount (#717) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#241)" inContext (#235-244)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#544) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#545)
Variable MyToken._getValues(uint256).rTransferAmount (#938) is too similar to MyToken._transferToExcluded(address,address,uint256).tTransferAmount (#1179)
Variable MyToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to MyToken._transferToExcluded(address,address,uint256).tTransferAmount (#1179)
Variable MyToken._transferToExcluded(address,address,uint256).rTransferAmount (#1179) is too similar to MyToken._transferToExcluded(address,address,uint256).tTransferAmount (#1179)
Variable MyToken.reflectionFromToken(uint256,bool).rTransferAmount (#853) is too similar to MyToken._getTValues(uint256).tTransferAmount (#946)
Variable MyToken._transferStandard(address,address,uint256).rTransferAmount (#1169) is too similar to MyToken._getTValues(uint256).tTransferAmount (#946)
Variable MyToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1190) is too similar to MyToken._transferBothExcluded(address,address,uint256).tTransferAmount (#887)
Variable MyToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1190) is too similar to MyToken._transferStandard(address,address,uint256).tTransferAmount (#1169)
Variable MyToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1190) is too similar to MyToken._transferToExcluded(address,address,uint256).tTransferAmount (#1179)
Variable MyToken._getValues(uint256).rTransferAmount (#938) is too similar to MyToken._getTValues(uint256).tTransferAmount (#946)
Variable MyToken._transferBothExcluded(address,address,uint256).rTransferAmount (#887) is too similar to MyToken._transferBothExcluded(address,address,uint256).tTransferAmount (#887)
Variable MyToken.reflectionFromToken(uint256,bool).rTransferAmount (#853) is too similar to MyToken._transferStandard(address,address,uint256).tTransferAmount (#1169)
Variable MyToken._transferStandard(address,address,uint256).rTransferAmount (#1169) is too similar to MyToken._transferStandard(address,address,uint256).tTransferAmount (#1169)
Variable MyToken.reflectionFromToken(uint256,bool).rTransferAmount (#853) is too similar to MyToken._transferBothExcluded(address,address,uint256).tTransferAmount (#887)
Variable MyToken._transferStandard(address,address,uint256).rTransferAmount (#1169) is too similar to MyToken._transferBothExcluded(address,address,uint256).tTransferAmount (#887)
Variable MyToken._transferBothExcluded(address,address,uint256).rTransferAmount (#887) is too similar to MyToken._transferToExcluded(address,address,uint256).tTransferAmount (#1179)
Variable MyToken.reflectionFromToken(uint256,bool).rTransferAmount (#853) is too similar to MyToken._transferToExcluded(address,address,uint256).tTransferAmount (#1179)
Variable MyToken._transferStandard(address,address,uint256).rTransferAmount (#1169) is too similar to MyToken._transferToExcluded(address,address,uint256).tTransferAmount (#1179)
Variable MyToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1190) is too similar to MyToken._getTValues(uint256).tTransferAmount (#946)
Variable MyToken._getValues(uint256).rTransferAmount (#938) is too similar to MyToken._transferBothExcluded(address,address,uint256).tTransferAmount (#887)
Variable MyToken._getValues(uint256).rTransferAmount (#938) is too similar to MyToken._transferStandard(address,address,uint256).tTransferAmount (#1169)
Variable MyToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to MyToken._transferBothExcluded(address,address,uint256).tTransferAmount (#887)
Variable MyToken._transferStandard(address,address,uint256).rTransferAmount (#1169) is too similar to MyToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1190)
Variable MyToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1190) is too similar to MyToken._getValues(uint256).tTransferAmount (#937)
Variable MyToken._transferToExcluded(address,address,uint256).rTransferAmount (#1179) is too similar to MyToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1190)
Variable MyToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to MyToken._getValues(uint256).tTransferAmount (#937)
Variable MyToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1190) is too similar to MyToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1190)
Variable MyToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to MyToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1190)
Variable MyToken._getValues(uint256).rTransferAmount (#938) is too similar to MyToken._getValues(uint256).tTransferAmount (#937)
Variable MyToken._transferBothExcluded(address,address,uint256).rTransferAmount (#887) is too similar to MyToken._transferStandard(address,address,uint256).tTransferAmount (#1169)
Variable MyToken.reflectionFromToken(uint256,bool).rTransferAmount (#853) is too similar to MyToken._getValues(uint256).tTransferAmount (#937)
Variable MyToken._getValues(uint256).rTransferAmount (#938) is too similar to MyToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1190)
Variable MyToken._transferBothExcluded(address,address,uint256).rTransferAmount (#887) is too similar to MyToken._getTValues(uint256).tTransferAmount (#946)
Variable MyToken._transferToExcluded(address,address,uint256).rTransferAmount (#1179) is too similar to MyToken._transferStandard(address,address,uint256).tTransferAmount (#1169)
Variable MyToken._transferToExcluded(address,address,uint256).rTransferAmount (#1179) is too similar to MyToken._transferBothExcluded(address,address,uint256).tTransferAmount (#887)
Variable MyToken._transferBothExcluded(address,address,uint256).rTransferAmount (#887) is too similar to MyToken._getValues(uint256).tTransferAmount (#937)
Variable MyToken._transferStandard(address,address,uint256).rTransferAmount (#1169) is too similar to MyToken._getValues(uint256).tTransferAmount (#937)
Variable MyToken.reflectionFromToken(uint256,bool).rTransferAmount (#853) is too similar to MyToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1190)
Variable MyToken._transferToExcluded(address,address,uint256).rTransferAmount (#1179) is too similar to MyToken._getTValues(uint256).tTransferAmount (#946)
Variable MyToken._transferBothExcluded(address,address,uint256).rTransferAmount (#887) is too similar to MyToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1190)
Variable MyToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to MyToken._transferStandard(address,address,uint256).tTransferAmount (#1169)
Variable MyToken._transferToExcluded(address,address,uint256).rTransferAmount (#1179) is too similar to MyToken._getValues(uint256).tTransferAmount (#937)
Variable MyToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to MyToken._getTValues(uint256).tTransferAmount (#946)
Prevent variables from having similar names.

Additional information: link

MyToken.constructor() (#734-776) uses literals with too many digits:
- _tTotal = 100000000 * 10 ** _decimals (#735)
MyToken.constructor() (#734-776) uses literals with too many digits:
- _maxTxAmount = 100000000 * 10 ** _decimals (#743)
MyToken.constructor() (#734-776) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 100000000 * 10 ** _decimals (#744)
MyToken.slitherConstructorConstantVariables() (#677-1200) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#681)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

MyToken._decimals (#699) should be constant
MyToken._name (#697) should be constant
MyToken._symbol (#698) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#427-430)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#436-440)
getUnlockTime() should be declared external:
- Ownable.getUnlockTime() (#442-444)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#447-452)
unlock() should be declared external:
- Ownable.unlock() (#455-460)
name() should be declared external:
- MyToken.name() (#779-781)
symbol() should be declared external:
- MyToken.symbol() (#783-785)
decimals() should be declared external:
- MyToken.decimals() (#787-789)
totalSupply() should be declared external:
- MyToken.totalSupply() (#791-793)
transfer(address,uint256) should be declared external:
- MyToken.transfer(address,uint256) (#800-803)
allowance(address,address) should be declared external:
- MyToken.allowance(address,address) (#805-807)
approve(address,uint256) should be declared external:
- MyToken.approve(address,uint256) (#809-812)
transferFrom(address,address,uint256) should be declared external:
- MyToken.transferFrom(address,address,uint256) (#814-818)
increaseAllowance(address,uint256) should be declared external:
- MyToken.increaseAllowance(address,uint256) (#820-823)
decreaseAllowance(address,uint256) should be declared external:
- MyToken.decreaseAllowance(address,uint256) (#825-828)
isExcludedFromReward(address) should be declared external:
- MyToken.isExcludedFromReward(address) (#830-832)
totalFees() should be declared external:
- MyToken.totalFees() (#834-836)
deliver(uint256) should be declared external:
- MyToken.deliver(uint256) (#838-845)
reflectionFromToken(uint256,bool) should be declared external:
- MyToken.reflectionFromToken(uint256,bool) (#847-856)
excludeFromReward(address) should be declared external:
- MyToken.excludeFromReward(address) (#864-872)
excludeFromFee(address) should be declared external:
- MyToken.excludeFromFee(address) (#898-900)
includeInFee(address) should be declared external:
- MyToken.includeInFee(address) (#902-904)
setNumTokensSellToAddToLiquidity(uint256) should be declared external:
- MyToken.setNumTokensSellToAddToLiquidity(uint256) (#914-916)
setMaxTxPercent(uint256) should be declared external:
- MyToken.setMaxTxPercent(uint256) (#918-920)
setSwapAndLiquifyEnabled(bool) should be declared external:
- MyToken.setSwapAndLiquifyEnabled(bool) (#922-925)
claimTokens() should be declared external:
- MyToken.claimTokens() (#993-995)
isExcludedFromFee(address) should be declared external:
- MyToken.isExcludedFromFee(address) (#1033-1035)
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 7% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link 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


Young tokens have high risks of price dump / death


Young tokens have high risks of scam / price dump / death


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


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for CP

News for CP