OnlyCam Token Logo

$ONLY [OnlyCam] Token

About $ONLY

Listings

Token 2 years

Website

white paper

The full-stack Ecosystem that will disrupt the adult world! OnlyCam is a decentralized NSFW ecosystem that offers a simple and effective way to empower adult content creators and reward viewers in one fell swoop. It helps adult content creators to earn much more and content consumers to pay much less via disintermediation. The inclusive community embraces the principles of diversity, fairness, and freedom. Even though the adult entertainment industry is one of the fastest-growing industries across the world with over $100 billion in turnover, the content creators don’t get to see their fair share of profits. Issues like lack of copyright laws, interference of intermediaries, and strict censorship cause the content creators to lose money hand over fist and make it difficult for the content consumers to view adult content.

OnlyCam helps solve this problem by eliminating the producers, agencies, and intermediaries who receive a significant portion of the creator’s income. Furthermore, whenever a $ONLY token holder makes a transaction on any of the platforms across the OnlyCam network, every token holder on the network receives part of the transaction to their wallet.

Social

Laser Scorebeta Last Audit: 12 January 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Reentrancy in OnlyCam._transfer(address,address,uint256) (#657-689):
External calls:
- swapAndLiquify(contractTokenBalance) (#682)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#714-721)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#704-710)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#682)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#714-721)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#688)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#608)
- _rOwned[_developmentWalletAddress] = _rOwned[_developmentWalletAddress].add(rDevelopment) (#615)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#742)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#751)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#762)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#514)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#743)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#763)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#753)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#516)
- _tokenTransfer(from,to,amount,takeFee) (#688)
- _rTotal = _rTotal.sub(rFee) (#567)
- _tokenTransfer(from,to,amount,takeFee) (#688)
- _tOwned[_developmentWalletAddress] = _tOwned[_developmentWalletAddress].add(tDevelopment) (#617)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#610)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#761)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#513)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#752)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#515)
Apply the check-effects-interactions pattern.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

OnlyCam.includeInReward(address) (#499-510) has costly operations inside a loop:
- _excluded.pop() (#506)
Use a local variable to hold the loop computation result.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#137-150) is never used and should be removed
Address.functionCall(address,bytes) (#106-108) is never used and should be removed
Address.functionCall(address,bytes,string) (#109-111) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#112-114) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#115-120) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#129-131) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#132-136) is never used and should be removed
Address.functionStaticCall(address,bytes) (#121-123) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#124-128) is never used and should be removed
Address.isContract(address) (#96-100) is never used and should be removed
Address.sendValue(address,uint256) (#101-105) is never used and should be removed
Context._msgData() (#89-92) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#71-76) is never used and should be removed
SafeMath.mod(uint256,uint256) (#62-64) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#77-82) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#17-23) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#38-43) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#44-49) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#30-37) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#24-29) is never used and should be removed
Remove unused functions.

Additional information: link

Redundant expression "this (#90)" inContext (#85-93)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Contract ticker ($ONLY) 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.

OnlyCam.addToBlackList(address[]).i (#556) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

OnlyCam.addLiquidity(uint256,uint256) (#712-722) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#714-721)
Ensure that all the return values of the function calls are used.

Additional information: link

OnlyCam.allowance(address,address).owner (#442) shadows:
- Ownable.owner() (#160-162) (function)
OnlyCam._approve(address,address,uint256).owner (#651) shadows:
- Ownable.owner() (#160-162) (function)
Rename the local variables that shadow another component.

Additional information: link

OnlyCam.setTaxFeePercent(uint256) (#533-536) should emit an event for:
- _taxFee = taxFee (#535)
OnlyCam.setDevelopmentFeePercent(uint256) (#537-540) should emit an event for:
- _developmentFee = developmentFee (#539)
OnlyCam.setLiquidityFeePercent(uint256) (#541-544) should emit an event for:
- _liquidityFee = liquidityFee (#543)
OnlyCam.setMaxTxPercent(uint256) (#545-549) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 3) (#546-548)
Emit an event for critical parameter changes.

Additional information: link

OnlyCam.setdevelopmentWalletAddress(address).newWallet (#529) lacks a zero-check on :
- _developmentWalletAddress = newWallet (#530)
Check that the address is not zero.

Additional information: link

Reentrancy in OnlyCam._transfer(address,address,uint256) (#657-689):
External calls:
- swapAndLiquify(contractTokenBalance) (#682)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#714-721)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#704-710)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#682)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#714-721)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#688)
- _developmentFee = _previousDevelopmentFee (#645)
- _developmentFee = 0 (#640)
- _tokenTransfer(from,to,amount,takeFee) (#688)
- _liquidityFee = _previousLiquidityFee (#646)
- _liquidityFee = 0 (#641)
- _tokenTransfer(from,to,amount,takeFee) (#688)
- _previousDevelopmentFee = _developmentFee (#637)
- _tokenTransfer(from,to,amount,takeFee) (#688)
- _previousLiquidityFee = _liquidityFee (#638)
- _tokenTransfer(from,to,amount,takeFee) (#688)
- _previousTaxFee = _taxFee (#636)
- _tokenTransfer(from,to,amount,takeFee) (#688)
- _tFeeTotal = _tFeeTotal.add(tFee) (#568)
- _tokenTransfer(from,to,amount,takeFee) (#688)
- _taxFee = _previousTaxFee (#644)
- _taxFee = 0 (#639)
Reentrancy in OnlyCam.constructor() (#412-421):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#415-416)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#418)
- _isExcludedFromFee[address(this)] = true (#419)
- uniswapV2Router = _uniswapV2Router (#417)
Reentrancy in OnlyCam.swapAndLiquify(uint256) (#690-698):
External calls:
- swapTokensForEth(half) (#694)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#704-710)
- addLiquidity(otherHalf,newBalance) (#696)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#714-721)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#696)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#714-721)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#696)
- _allowances[owner][spender] = amount (#654)
Reentrancy in OnlyCam.transferFrom(address,address,uint256) (#449-453):
External calls:
- _transfer(sender,recipient,amount) (#450)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#714-721)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#704-710)
External calls sending eth:
- _transfer(sender,recipient,amount) (#450)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#714-721)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#451)
- _allowances[owner][spender] = amount (#654)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in OnlyCam._transfer(address,address,uint256) (#657-689):
External calls:
- swapAndLiquify(contractTokenBalance) (#682)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#714-721)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#704-710)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#682)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#714-721)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#747)
- _tokenTransfer(from,to,amount,takeFee) (#688)
- Transfer(sender,recipient,tTransferAmount) (#757)
- _tokenTransfer(from,to,amount,takeFee) (#688)
- Transfer(sender,recipient,tTransferAmount) (#767)
- _tokenTransfer(from,to,amount,takeFee) (#688)
- Transfer(sender,recipient,tTransferAmount) (#520)
- _tokenTransfer(from,to,amount,takeFee) (#688)
Reentrancy in OnlyCam.constructor() (#412-421):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#415-416)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotal) (#420)
Reentrancy in OnlyCam.swapAndLiquify(uint256) (#690-698):
External calls:
- swapTokensForEth(half) (#694)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#704-710)
- addLiquidity(otherHalf,newBalance) (#696)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#714-721)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#696)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#714-721)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#655)
- addLiquidity(otherHalf,newBalance) (#696)
- SwapAndLiquify(half,newBalance,otherHalf) (#697)
Reentrancy in OnlyCam.transferFrom(address,address,uint256) (#449-453):
External calls:
- _transfer(sender,recipient,amount) (#450)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#714-721)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#704-710)
External calls sending eth:
- _transfer(sender,recipient,amount) (#450)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#714-721)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#655)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#451)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#96-100) uses assembly
- INLINE ASM (#98)
Address._verifyCallResult(bool,bytes,string) (#137-150) uses assembly
- INLINE ASM (#142-145)
Do not use evm assembly.

Additional information: link

OnlyCam._rTotal (#382) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
OnlyCam._previousTaxFee (#388) is set pre-construction with a non-constant function or state variable:
- _taxFee
OnlyCam._previousDevelopmentFee (#390) is set pre-construction with a non-constant function or state variable:
- _developmentFee
OnlyCam._previousLiquidityFee (#392) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#101-105):
- (success) = recipient.call{value: amount}() (#103)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#115-120):
- (success,returndata) = target.call{value: value}(data) (#118)
Low level call in Address.functionStaticCall(address,bytes,string) (#124-128):
- (success,returndata) = target.staticcall(data) (#126)
Low level call in Address.functionDelegateCall(address,bytes,string) (#132-136):
- (success,returndata) = target.delegatecall(data) (#134)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#202) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#203) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#217) is not in mixedCase
Function IUniswapV2Router01.WETH() (#235) is not in mixedCase
Parameter OnlyCam.setSwapAndLiquifyEnabled(bool)._enabled (#561) is not in mixedCase
Parameter OnlyCam.calculateTaxFee(uint256)._amount (#619) is not in mixedCase
Parameter OnlyCam.calculateDevelopmentFee(uint256)._amount (#624) is not in mixedCase
Parameter OnlyCam.calculateLiquidityFee(uint256)._amount (#629) is not in mixedCase
Variable OnlyCam._isBlacklisted (#374) is not in mixedCase
Variable OnlyCam._developmentWalletAddress (#379) is not in mixedCase
Variable OnlyCam._taxFee (#387) is not in mixedCase
Variable OnlyCam._developmentFee (#389) is not in mixedCase
Variable OnlyCam._liquidityFee (#391) is not in mixedCase
Variable OnlyCam._maxTxAmount (#398) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#239) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#240)
Variable OnlyCam._getRValues(uint256,uint256,uint256,uint256,uint256).rDevelopment (#586) is too similar to OnlyCam._getTValues(uint256).tDevelopment (#578)
Variable OnlyCam._getRValues(uint256,uint256,uint256,uint256,uint256).rDevelopment (#586) is too similar to OnlyCam._getRValues(uint256,uint256,uint256,uint256,uint256).tDevelopment (#582)
Variable OnlyCam._takeDevelopment(uint256).rDevelopment (#614) is too similar to OnlyCam._getTValues(uint256).tDevelopment (#578)
Variable OnlyCam._getRValues(uint256,uint256,uint256,uint256,uint256).rDevelopment (#586) is too similar to OnlyCam._getValues(uint256).tDevelopment (#571)
Variable OnlyCam._takeDevelopment(uint256).rDevelopment (#614) is too similar to OnlyCam._getRValues(uint256,uint256,uint256,uint256,uint256).tDevelopment (#582)
Variable OnlyCam._getRValues(uint256,uint256,uint256,uint256,uint256).rDevelopment (#586) is too similar to OnlyCam._transferBothExcluded(address,address,uint256).tDevelopment (#512)
Variable OnlyCam._takeDevelopment(uint256).rDevelopment (#614) is too similar to OnlyCam._getValues(uint256).tDevelopment (#571)
Variable OnlyCam._getRValues(uint256,uint256,uint256,uint256,uint256).rDevelopment (#586) is too similar to OnlyCam._transferStandard(address,address,uint256).tDevelopment (#741)
Variable OnlyCam._takeDevelopment(uint256).rDevelopment (#614) is too similar to OnlyCam._transferBothExcluded(address,address,uint256).tDevelopment (#512)
Variable OnlyCam._takeDevelopment(uint256).rDevelopment (#614) is too similar to OnlyCam._transferStandard(address,address,uint256).tDevelopment (#741)
Variable OnlyCam._getValues(uint256).rTransferAmount (#572) is too similar to OnlyCam._transferToExcluded(address,address,uint256).tTransferAmount (#750)
Variable OnlyCam._getValues(uint256).rTransferAmount (#572) is too similar to OnlyCam._transferBothExcluded(address,address,uint256).tTransferAmount (#512)
Variable OnlyCam._getValues(uint256).rTransferAmount (#572) is too similar to OnlyCam._getTValues(uint256).tTransferAmount (#579)
Variable OnlyCam._getValues(uint256).rTransferAmount (#572) is too similar to OnlyCam._transferFromExcluded(address,address,uint256).tTransferAmount (#760)
Variable OnlyCam._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#587) is too similar to OnlyCam._transferToExcluded(address,address,uint256).tTransferAmount (#750)
Variable OnlyCam._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#587) is too similar to OnlyCam._getValues(uint256).tTransferAmount (#571)
Variable OnlyCam._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#587) is too similar to OnlyCam._transferStandard(address,address,uint256).tTransferAmount (#741)
Variable OnlyCam._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#587) is too similar to OnlyCam._getTValues(uint256).tTransferAmount (#579)
Variable OnlyCam._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#587) is too similar to OnlyCam._transferBothExcluded(address,address,uint256).tTransferAmount (#512)
Variable OnlyCam._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#587) is too similar to OnlyCam._transferFromExcluded(address,address,uint256).tTransferAmount (#760)
Variable OnlyCam._transferToExcluded(address,address,uint256).rTransferAmount (#750) is too similar to OnlyCam._transferToExcluded(address,address,uint256).tTransferAmount (#750)
Variable OnlyCam._transferStandard(address,address,uint256).rTransferAmount (#741) is too similar to OnlyCam._getValues(uint256).tTransferAmount (#571)
Variable OnlyCam._transferStandard(address,address,uint256).rTransferAmount (#741) is too similar to OnlyCam._transferToExcluded(address,address,uint256).tTransferAmount (#750)
Variable OnlyCam._transferFromExcluded(address,address,uint256).rTransferAmount (#760) is too similar to OnlyCam._transferToExcluded(address,address,uint256).tTransferAmount (#750)
Variable OnlyCam.reflectionFromToken(uint256,bool).rTransferAmount (#482) is too similar to OnlyCam._transferToExcluded(address,address,uint256).tTransferAmount (#750)
Variable OnlyCam.reflectionFromToken(uint256,bool).rTransferAmount (#482) is too similar to OnlyCam._getValues(uint256).tTransferAmount (#571)
Variable OnlyCam._transferStandard(address,address,uint256).rTransferAmount (#741) is too similar to OnlyCam._transferStandard(address,address,uint256).tTransferAmount (#741)
Variable OnlyCam._transferToExcluded(address,address,uint256).rTransferAmount (#750) is too similar to OnlyCam._transferFromExcluded(address,address,uint256).tTransferAmount (#760)
Variable OnlyCam._transferStandard(address,address,uint256).rTransferAmount (#741) is too similar to OnlyCam._getTValues(uint256).tTransferAmount (#579)
Variable OnlyCam.reflectionFromToken(uint256,bool).rTransferAmount (#482) is too similar to OnlyCam._transferStandard(address,address,uint256).tTransferAmount (#741)
Variable OnlyCam._transferStandard(address,address,uint256).rTransferAmount (#741) is too similar to OnlyCam._transferBothExcluded(address,address,uint256).tTransferAmount (#512)
Variable OnlyCam._transferStandard(address,address,uint256).rTransferAmount (#741) is too similar to OnlyCam._transferFromExcluded(address,address,uint256).tTransferAmount (#760)
Variable OnlyCam._transferBothExcluded(address,address,uint256).rTransferAmount (#512) is too similar to OnlyCam._transferToExcluded(address,address,uint256).tTransferAmount (#750)
Variable OnlyCam.reflectionFromToken(uint256,bool).rTransferAmount (#482) is too similar to OnlyCam._getTValues(uint256).tTransferAmount (#579)
Variable OnlyCam._transferFromExcluded(address,address,uint256).rTransferAmount (#760) is too similar to OnlyCam._transferFromExcluded(address,address,uint256).tTransferAmount (#760)
Variable OnlyCam.reflectionFromToken(uint256,bool).rTransferAmount (#482) is too similar to OnlyCam._transferFromExcluded(address,address,uint256).tTransferAmount (#760)
Variable OnlyCam.reflectionFromToken(uint256,bool).rTransferAmount (#482) is too similar to OnlyCam._transferBothExcluded(address,address,uint256).tTransferAmount (#512)
Variable OnlyCam._transferBothExcluded(address,address,uint256).rTransferAmount (#512) is too similar to OnlyCam._getTValues(uint256).tTransferAmount (#579)
Variable OnlyCam._transferBothExcluded(address,address,uint256).rTransferAmount (#512) is too similar to OnlyCam._transferBothExcluded(address,address,uint256).tTransferAmount (#512)
Variable OnlyCam._transferBothExcluded(address,address,uint256).rTransferAmount (#512) is too similar to OnlyCam._transferFromExcluded(address,address,uint256).tTransferAmount (#760)
Variable OnlyCam._getRValues(uint256,uint256,uint256,uint256,uint256).rDevelopment (#586) is too similar to OnlyCam._transferToExcluded(address,address,uint256).tDevelopment (#750)
Variable OnlyCam._takeDevelopment(uint256).rDevelopment (#614) is too similar to OnlyCam._transferFromExcluded(address,address,uint256).tDevelopment (#760)
Variable OnlyCam._getRValues(uint256,uint256,uint256,uint256,uint256).rDevelopment (#586) is too similar to OnlyCam._takeDevelopment(uint256).tDevelopment (#612)
Variable OnlyCam._getRValues(uint256,uint256,uint256,uint256,uint256).rDevelopment (#586) is too similar to OnlyCam._transferFromExcluded(address,address,uint256).tDevelopment (#760)
Variable OnlyCam._takeDevelopment(uint256).rDevelopment (#614) is too similar to OnlyCam._transferToExcluded(address,address,uint256).tDevelopment (#750)
Variable OnlyCam._takeDevelopment(uint256).rDevelopment (#614) is too similar to OnlyCam._takeDevelopment(uint256).tDevelopment (#612)
Variable OnlyCam._transferFromExcluded(address,address,uint256).rTransferAmount (#760) is too similar to OnlyCam._transferBothExcluded(address,address,uint256).tTransferAmount (#512)
Variable OnlyCam._transferBothExcluded(address,address,uint256).rTransferAmount (#512) is too similar to OnlyCam._transferStandard(address,address,uint256).tTransferAmount (#741)
Variable OnlyCam._transferToExcluded(address,address,uint256).rTransferAmount (#750) is too similar to OnlyCam._getValues(uint256).tTransferAmount (#571)
Variable OnlyCam._transferBothExcluded(address,address,uint256).rTransferAmount (#512) is too similar to OnlyCam._getValues(uint256).tTransferAmount (#571)
Variable OnlyCam._transferFromExcluded(address,address,uint256).rTransferAmount (#760) is too similar to OnlyCam._getValues(uint256).tTransferAmount (#571)
Variable OnlyCam._transferFromExcluded(address,address,uint256).rTransferAmount (#760) is too similar to OnlyCam._transferStandard(address,address,uint256).tTransferAmount (#741)
Variable OnlyCam._getValues(uint256).rTransferAmount (#572) is too similar to OnlyCam._transferStandard(address,address,uint256).tTransferAmount (#741)
Variable OnlyCam._transferToExcluded(address,address,uint256).rTransferAmount (#750) is too similar to OnlyCam._getTValues(uint256).tTransferAmount (#579)
Variable OnlyCam._transferFromExcluded(address,address,uint256).rTransferAmount (#760) is too similar to OnlyCam._getTValues(uint256).tTransferAmount (#579)
Variable OnlyCam._getValues(uint256).rTransferAmount (#572) is too similar to OnlyCam._getValues(uint256).tTransferAmount (#571)
Variable OnlyCam._transferToExcluded(address,address,uint256).rTransferAmount (#750) is too similar to OnlyCam._transferStandard(address,address,uint256).tTransferAmount (#741)
Variable OnlyCam._transferToExcluded(address,address,uint256).rTransferAmount (#750) is too similar to OnlyCam._transferBothExcluded(address,address,uint256).tTransferAmount (#512)
Prevent variables from having similar names.

Additional information: link

OnlyCam.slitherConstructorVariables() (#365-770) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 18 (#381)
OnlyCam.slitherConstructorVariables() (#365-770) uses literals with too many digits:
- _maxTxAmount = 1000000000 * 10 ** 18 (#398)
OnlyCam.slitherConstructorVariables() (#365-770) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 100000 * 10 ** 18 (#399)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

OnlyCam._decimals (#386) should be constant
OnlyCam._name (#384) should be constant
OnlyCam._symbol (#385) should be constant
OnlyCam._tTotal (#381) should be constant
OnlyCam.numTokensSellToAddToLiquidity (#399) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#167-170)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#171-175)
name() should be declared external:
- OnlyCam.name() (#422-424)
symbol() should be declared external:
- OnlyCam.symbol() (#425-427)
decimals() should be declared external:
- OnlyCam.decimals() (#428-430)
totalSupply() should be declared external:
- OnlyCam.totalSupply() (#431-433)
transfer(address,uint256) should be declared external:
- OnlyCam.transfer(address,uint256) (#438-441)
allowance(address,address) should be declared external:
- OnlyCam.allowance(address,address) (#442-444)
approve(address,uint256) should be declared external:
- OnlyCam.approve(address,uint256) (#445-448)
transferFrom(address,address,uint256) should be declared external:
- OnlyCam.transferFrom(address,address,uint256) (#449-453)
increaseAllowance(address,uint256) should be declared external:
- OnlyCam.increaseAllowance(address,uint256) (#454-457)
decreaseAllowance(address,uint256) should be declared external:
- OnlyCam.decreaseAllowance(address,uint256) (#458-461)
isExcludedFromReward(address) should be declared external:
- OnlyCam.isExcludedFromReward(address) (#462-464)
totalFees() should be declared external:
- OnlyCam.totalFees() (#465-467)
deliver(uint256) should be declared external:
- OnlyCam.deliver(uint256) (#468-475)
reflectionFromToken(uint256,bool) should be declared external:
- OnlyCam.reflectionFromToken(uint256,bool) (#476-485)
excludeFromReward(address) should be declared external:
- OnlyCam.excludeFromReward(address) (#491-498)
excludeFromFee(address) should be declared external:
- OnlyCam.excludeFromFee(address) (#522-524)
includeInFee(address) should be declared external:
- OnlyCam.includeInFee(address) (#525-527)
setSwapAndLiquifyEnabled(bool) should be declared external:
- OnlyCam.setSwapAndLiquifyEnabled(bool) (#561-564)
isExcludedFromFee(address) should be declared external:
- OnlyCam.isExcludedFromFee(address) (#648-650)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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 number of swaps.


Last post in Twitter was more than 30 days ago


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


Token was delisted from CoinGecko

Additional information: link


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


Token has no active CoinGecko listing / rank


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

Price for $ONLY

News for $ONLY