Ricnatum Token Logo

RCNT [Ricnatum] Token

About RCNT

Listings

Token 2 years
CoinMarketCap 2 years
white paper

Rich Continents is a metaverse cryptocurrency game that deals with a particular planet and the continents in it. It is possible to obtain NFT and earn RCNT tokens with many activities systems that can be included in the game.
Rich Continents was issued with Smart Chain BEP20 as Ricnatum Token and its token symbol is RCNT.
The project is named after two special names, Rich Continents and Ricnatum. Rich Continents is a name from the metaverse universe that represents the project. Ricnatum is the name of the currency that belongs to the Rich Continents universe and is used in the universe.

Social

Laser Scorebeta Last Audit: 2 March 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 Ricnatum._transfer(address,address,uint256) (#977-999):
External calls:
- swapAndLiquify(contractTokenBalance) (#995)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1047-1054)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1033-1039)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#995)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1047-1054)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#998)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#927)
- _rOwned[charityWallet] = _rOwned[charityWallet].add(rCharity) (#1120)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1137)
- _rOwned[deadAddress] = _rOwned[deadAddress].add(rBurn) (#1107)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#870)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1128)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1139)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1092)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1129)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1093)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#872)
- _tokenTransfer(from,to,amount) (#998)
- _rTotal = _rTotal.sub(rFee) (#882)
- _tokenTransfer(from,to,amount) (#998)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#929)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1127)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#869)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1138)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#871)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Ricnatum._transfer(address,address,uint256) (#977-999):
External calls:
- swapAndLiquify(contractTokenBalance) (#995)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1047-1054)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1033-1039)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#995)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1047-1054)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#998)
- _burnFee = _previousBurnFee (#961)
- _burnFee = 0 (#955)
- _tokenTransfer(from,to,amount) (#998)
- _charityFee = _previouscharityFee (#962)
- _charityFee = 0 (#954)
- _tokenTransfer(from,to,amount) (#998)
- _liquidityFee = _previousLiquidityFee (#960)
- _liquidityFee = 0 (#953)
- _tokenTransfer(from,to,amount) (#998)
- _previousBurnFee = _burnFee (#949)
- _tokenTransfer(from,to,amount) (#998)
- _previousLiquidityFee = _liquidityFee (#948)
- _tokenTransfer(from,to,amount) (#998)
- _previousTaxFee = _taxFee (#947)
- _tokenTransfer(from,to,amount) (#998)
- _previouscharityFee = _charityFee (#950)
- _tokenTransfer(from,to,amount) (#998)
- _tFeeTotal = _tFeeTotal.add(tFee) (#883)
- _tokenTransfer(from,to,amount) (#998)
- _taxFee = _previousTaxFee (#959)
- _taxFee = 0 (#952)
Reentrancy in Ricnatum.constructor() (#741-758):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#746-747)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#753)
- _isExcludedFromFee[charityWallet] = true (#754)
- _isExcludedFromFee[address(this)] = true (#755)
- uniswapV2Router = _uniswapV2Router (#750)
Reentrancy in Ricnatum.swapAndLiquify(uint256) (#1001-1022):
External calls:
- swapTokensForEth(half) (#1013)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1033-1039)
- addLiquidity(otherHalf,newBalance) (#1019)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1047-1054)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1019)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1047-1054)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1019)
- _allowances[owner][spender] = amount (#973)
Reentrancy in Ricnatum.transferFrom(address,address,uint256) (#795-799):
External calls:
- _transfer(sender,recipient,amount) (#796)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1047-1054)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1033-1039)
External calls sending eth:
- _transfer(sender,recipient,amount) (#796)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1047-1054)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#797)
- _allowances[owner][spender] = amount (#973)
Apply the check-effects-interactions pattern.

Additional information: link

Ricnatum.takeBurn(address,uint256,uint256,uint256) (#1099-1110) performs a multiplication on the result of a division:
-tBurn = tAmount.div(100).mul(_burnFee) (#1103)
Ricnatum.takeCharity(address,uint256,uint256,uint256) (#1112-1123) performs a multiplication on the result of a division:
-tCharity = tAmount.div(100).mul(_charityFee) (#1116)
Consider ordering multiplication before division.

Additional information: link

Ricnatum.addLiquidity(uint256,uint256) (#1042-1055) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1047-1054)
Ensure that all the return values of the function calls are used.

Additional information: link

Ricnatum.allowance(address,address).owner (#786) shadows:
- Ownable.owner() (#414-416) (function)
Ricnatum._approve(address,address,uint256).owner (#969) shadows:
- Ownable.owner() (#414-416) (function)
Rename the local variables that shadow another component.

Additional information: link

Ricnatum.setNumTokensSellToAddToLiquidity(uint256) (#1153-1155) should emit an event for:
- numTokensSellToAddToLiquidity = newAmt * (10 ** 9) (#1154)
Ricnatum.setMaxTxAmount(uint256) (#1166-1169) should emit an event for:
- _maxTxAmount = maxTxAmount * (10 ** 9) (#1168)
Ricnatum.setFees(uint256,uint256,uint256,uint256) (#1171-1176) should emit an event for:
- _taxFee = taxFee (#1172)
- _liquidityFee = liquidityFee (#1173)
- _charityFee = charityFee (#1174)
- _burnFee = burnFee (#1175)
Emit an event for critical parameter changes.

Additional information: link

Ricnatum.setCharityWallet(address).newWallet (#1162) lacks a zero-check on :
- charityWallet = newWallet (#1163)
Check that the address is not zero.

Additional information: link

Reentrancy in Ricnatum._transfer(address,address,uint256) (#977-999):
External calls:
- swapAndLiquify(contractTokenBalance) (#995)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1047-1054)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1033-1039)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#995)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1047-1054)
Event emitted after the call(s):
- Transfer(sender,deadAddress,tBurn) (#1108)
- _tokenTransfer(from,to,amount) (#998)
- Transfer(sender,charityWallet,tCharity) (#1121)
- _tokenTransfer(from,to,amount) (#998)
- Transfer(sender,recipient,tTransferAmount) (#1132)
- _tokenTransfer(from,to,amount) (#998)
- Transfer(sender,recipient,tTransferAmount) (#1142)
- _tokenTransfer(from,to,amount) (#998)
- Transfer(sender,recipient,tTransferAmount) (#875)
- _tokenTransfer(from,to,amount) (#998)
- Transfer(sender,recipient,tTransferAmount) (#1096)
- _tokenTransfer(from,to,amount) (#998)
Reentrancy in Ricnatum.constructor() (#741-758):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#746-747)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#757)
Reentrancy in Ricnatum.swapAndLiquify(uint256) (#1001-1022):
External calls:
- swapTokensForEth(half) (#1013)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1033-1039)
- addLiquidity(otherHalf,newBalance) (#1019)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1047-1054)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1019)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1047-1054)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#974)
- addLiquidity(otherHalf,newBalance) (#1019)
- SwapAndLiquify(half,newBalance,otherHalf) (#1021)
Reentrancy in Ricnatum.transferFrom(address,address,uint256) (#795-799):
External calls:
- _transfer(sender,recipient,amount) (#796)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1047-1054)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1033-1039)
External calls sending eth:
- _transfer(sender,recipient,amount) (#796)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1047-1054)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#974)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#797)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#266-275) uses assembly
- INLINE ASM (#273)
Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) uses assembly
- INLINE ASM (#372-375)
Do not use evm assembly.

Additional information: link

Ricnatum.includeInReward(address) (#845-856) has costly operations inside a loop:
- _excluded.pop() (#852)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) is never used and should be removed
Address.functionCall(address,bytes) (#319-321) is never used and should be removed
Address.functionCall(address,bytes,string) (#329-331) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#344-346) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#354-357) is never used and should be removed
Address.isContract(address) (#266-275) is never used and should be removed
Address.sendValue(address,uint256) (#293-299) is never used and should be removed
Context._msgData() (#10-13) is never used and should be removed
SafeMath.mod(uint256,uint256) (#222-224) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#238-241) is never used and should be removed
Remove unused functions.

Additional information: link

Ricnatum._rTotal (#696) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Ricnatum._previousTaxFee (#704) is set pre-construction with a non-constant function or state variable:
- _taxFee
Ricnatum._previousLiquidityFee (#707) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Ricnatum._previousBurnFee (#710) is set pre-construction with a non-constant function or state variable:
- _burnFee
Ricnatum._previouscharityFee (#714) is set pre-construction with a non-constant function or state variable:
- _charityFee
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) (#293-299):
- (success) = recipient.call{value: amount}() (#297)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#359-380):
- (success,returndata) = target.call{value: weiValue}(data) (#363)
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() (#505) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#506) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#522) is not in mixedCase
Function IUniswapV2Router01.WETH() (#543) is not in mixedCase
Parameter Ricnatum.calculateTaxFee(uint256)._amount (#932) is not in mixedCase
Parameter Ricnatum.calculateLiquidityFee(uint256)._amount (#938) is not in mixedCase
Parameter Ricnatum.setSwapAndLiquifyEnabled(bool)._enabled (#1157) is not in mixedCase
Variable Ricnatum._taxFee (#703) is not in mixedCase
Variable Ricnatum._liquidityFee (#706) is not in mixedCase
Variable Ricnatum._burnFee (#709) is not in mixedCase
Variable Ricnatum._charityFee (#713) is not in mixedCase
Variable Ricnatum._maxTxAmount (#725) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#11)" inContext (#5-14)
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 (#548) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#549)
Variable Ricnatum.reflectionFromToken(uint256,bool).rTransferAmount (#840) is too similar to Ricnatum._getValues(uint256).tTransferAmount (#887)
Variable Ricnatum._transferToExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to Ricnatum._transferToExcluded(address,address,uint256).tTransferAmount (#1136)
Variable Ricnatum.takeCharity(address,uint256,uint256,uint256).rTransferAmount (#1112) is too similar to Ricnatum._getValues(uint256).tTransferAmount (#887)
Variable Ricnatum._transferFromExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to Ricnatum.takeCharity(address,uint256,uint256,uint256).tTransferAmount (#1112)
Variable Ricnatum._transferFromExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to Ricnatum._getTValues(uint256).tTransferAmount (#895)
Variable Ricnatum._transferStandard(address,address,uint256).rTransferAmount (#1089) is too similar to Ricnatum._getValues(uint256).tTransferAmount (#887)
Variable Ricnatum._transferFromExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to Ricnatum._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable Ricnatum.reflectionFromToken(uint256,bool).rTransferAmount (#840) is too similar to Ricnatum._transferStandard(address,address,uint256).tTransferAmount (#1089)
Variable Ricnatum._transferStandard(address,address,uint256).rTransferAmount (#1089) is too similar to Ricnatum._transferStandard(address,address,uint256).tTransferAmount (#1089)
Variable Ricnatum.takeCharity(address,uint256,uint256,uint256).rTransferAmount (#1112) is too similar to Ricnatum._transferStandard(address,address,uint256).tTransferAmount (#1089)
Variable Ricnatum._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to Ricnatum.takeCharity(address,uint256,uint256,uint256).tTransferAmount (#1112)
Variable Ricnatum._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to Ricnatum._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable Ricnatum.takeBurn(address,uint256,uint256,uint256).rTransferAmount (#1099) is too similar to Ricnatum.takeCharity(address,uint256,uint256,uint256).tTransferAmount (#1112)
Variable Ricnatum.takeBurn(address,uint256,uint256,uint256).rTransferAmount (#1099) is too similar to Ricnatum._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable Ricnatum._transferFromExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to Ricnatum._transferToExcluded(address,address,uint256).tTransferAmount (#1136)
Variable Ricnatum._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to Ricnatum._transferToExcluded(address,address,uint256).tTransferAmount (#1136)
Variable Ricnatum.takeBurn(address,uint256,uint256,uint256).rTransferAmount (#1099) is too similar to Ricnatum._transferToExcluded(address,address,uint256).tTransferAmount (#1136)
Variable Ricnatum._transferFromExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to Ricnatum._transferFromExcluded(address,address,uint256).tTransferAmount (#1126)
Variable Ricnatum._transferFromExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to Ricnatum._getValues(uint256).tTransferAmount (#887)
Variable Ricnatum._transferFromExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to Ricnatum.takeBurn(address,uint256,uint256,uint256).tTransferAmount (#1099)
Variable Ricnatum._transferFromExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to Ricnatum._transferStandard(address,address,uint256).tTransferAmount (#1089)
Variable Ricnatum.reflectionFromToken(uint256,bool).rTransferAmount (#840) is too similar to Ricnatum._transferToExcluded(address,address,uint256).tTransferAmount (#1136)
Variable Ricnatum._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to Ricnatum._getValues(uint256).tTransferAmount (#887)
Variable Ricnatum._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#903) is too similar to Ricnatum._transferToExcluded(address,address,uint256).tTransferAmount (#1136)
Variable Ricnatum.takeBurn(address,uint256,uint256,uint256).rTransferAmount (#1099) is too similar to Ricnatum._getValues(uint256).tTransferAmount (#887)
Variable Ricnatum._transferStandard(address,address,uint256).rTransferAmount (#1089) is too similar to Ricnatum._transferToExcluded(address,address,uint256).tTransferAmount (#1136)
Variable Ricnatum.takeCharity(address,uint256,uint256,uint256).rTransferAmount (#1112) is too similar to Ricnatum._transferToExcluded(address,address,uint256).tTransferAmount (#1136)
Variable Ricnatum._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to Ricnatum.takeBurn(address,uint256,uint256,uint256).tTransferAmount (#1099)
Variable Ricnatum._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to Ricnatum._transferStandard(address,address,uint256).tTransferAmount (#1089)
Variable Ricnatum.takeBurn(address,uint256,uint256,uint256).rTransferAmount (#1099) is too similar to Ricnatum._transferStandard(address,address,uint256).tTransferAmount (#1089)
Variable Ricnatum._transferStandard(address,address,uint256).rTransferAmount (#1089) is too similar to Ricnatum._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable Ricnatum._getValues(uint256).rTransferAmount (#888) is too similar to Ricnatum._getValues(uint256).tTransferAmount (#887)
Variable Ricnatum._transferToExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to Ricnatum._transferStandard(address,address,uint256).tTransferAmount (#1089)
Variable Ricnatum._getValues(uint256).rTransferAmount (#888) is too similar to Ricnatum.takeCharity(address,uint256,uint256,uint256).tTransferAmount (#1112)
Variable Ricnatum._transferStandard(address,address,uint256).rTransferAmount (#1089) is too similar to Ricnatum._transferFromExcluded(address,address,uint256).tTransferAmount (#1126)
Variable Ricnatum._transferStandard(address,address,uint256).rTransferAmount (#1089) is too similar to Ricnatum._getTValues(uint256).tTransferAmount (#895)
Variable Ricnatum._transferStandard(address,address,uint256).rTransferAmount (#1089) is too similar to Ricnatum.takeBurn(address,uint256,uint256,uint256).tTransferAmount (#1099)
Variable Ricnatum._getValues(uint256).rTransferAmount (#888) is too similar to Ricnatum._transferToExcluded(address,address,uint256).tTransferAmount (#1136)
Variable Ricnatum._transferToExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to Ricnatum._getValues(uint256).tTransferAmount (#887)
Variable Ricnatum._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#903) is too similar to Ricnatum._transferFromExcluded(address,address,uint256).tTransferAmount (#1126)
Variable Ricnatum._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#903) is too similar to Ricnatum._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable Ricnatum.takeCharity(address,uint256,uint256,uint256).rTransferAmount (#1112) is too similar to Ricnatum.takeCharity(address,uint256,uint256,uint256).tTransferAmount (#1112)
Variable Ricnatum.reflectionFromToken(uint256,bool).rTransferAmount (#840) is too similar to Ricnatum._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable Ricnatum._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#903) is too similar to Ricnatum._getTValues(uint256).tTransferAmount (#895)
Variable Ricnatum._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#903) is too similar to Ricnatum.takeBurn(address,uint256,uint256,uint256).tTransferAmount (#1099)
Variable Ricnatum.reflectionFromToken(uint256,bool).rTransferAmount (#840) is too similar to Ricnatum._transferFromExcluded(address,address,uint256).tTransferAmount (#1126)
Variable Ricnatum._transferToExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to Ricnatum.takeCharity(address,uint256,uint256,uint256).tTransferAmount (#1112)
Variable Ricnatum.reflectionFromToken(uint256,bool).rTransferAmount (#840) is too similar to Ricnatum._getTValues(uint256).tTransferAmount (#895)
Variable Ricnatum.takeBurn(address,uint256,uint256,uint256).rTransferAmount (#1099) is too similar to Ricnatum._transferFromExcluded(address,address,uint256).tTransferAmount (#1126)
Variable Ricnatum.reflectionFromToken(uint256,bool).rTransferAmount (#840) is too similar to Ricnatum.takeBurn(address,uint256,uint256,uint256).tTransferAmount (#1099)
Variable Ricnatum.takeBurn(address,uint256,uint256,uint256).rTransferAmount (#1099) is too similar to Ricnatum._getTValues(uint256).tTransferAmount (#895)
Variable Ricnatum.takeBurn(address,uint256,uint256,uint256).rTransferAmount (#1099) is too similar to Ricnatum.takeBurn(address,uint256,uint256,uint256).tTransferAmount (#1099)
Variable Ricnatum._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#903) is too similar to Ricnatum._transferStandard(address,address,uint256).tTransferAmount (#1089)
Variable Ricnatum._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to Ricnatum._transferFromExcluded(address,address,uint256).tTransferAmount (#1126)
Variable Ricnatum._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to Ricnatum._getTValues(uint256).tTransferAmount (#895)
Variable Ricnatum._transferStandard(address,address,uint256).rTransferAmount (#1089) is too similar to Ricnatum.takeCharity(address,uint256,uint256,uint256).tTransferAmount (#1112)
Variable Ricnatum._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#903) is too similar to Ricnatum._getValues(uint256).tTransferAmount (#887)
Variable Ricnatum._getValues(uint256).rTransferAmount (#888) is too similar to Ricnatum._transferFromExcluded(address,address,uint256).tTransferAmount (#1126)
Variable Ricnatum._getValues(uint256).rTransferAmount (#888) is too similar to Ricnatum._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable Ricnatum._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#903) is too similar to Ricnatum.takeCharity(address,uint256,uint256,uint256).tTransferAmount (#1112)
Variable Ricnatum.takeCharity(address,uint256,uint256,uint256).rTransferAmount (#1112) is too similar to Ricnatum._transferFromExcluded(address,address,uint256).tTransferAmount (#1126)
Variable Ricnatum._getValues(uint256).rTransferAmount (#888) is too similar to Ricnatum._getTValues(uint256).tTransferAmount (#895)
Variable Ricnatum._getValues(uint256).rTransferAmount (#888) is too similar to Ricnatum.takeBurn(address,uint256,uint256,uint256).tTransferAmount (#1099)
Variable Ricnatum.takeCharity(address,uint256,uint256,uint256).rTransferAmount (#1112) is too similar to Ricnatum._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable Ricnatum._transferToExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to Ricnatum._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable Ricnatum.reflectionFromToken(uint256,bool).rTransferAmount (#840) is too similar to Ricnatum.takeCharity(address,uint256,uint256,uint256).tTransferAmount (#1112)
Variable Ricnatum._transferToExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to Ricnatum._transferFromExcluded(address,address,uint256).tTransferAmount (#1126)
Variable Ricnatum.takeCharity(address,uint256,uint256,uint256).rTransferAmount (#1112) is too similar to Ricnatum._getTValues(uint256).tTransferAmount (#895)
Variable Ricnatum._transferToExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to Ricnatum._getTValues(uint256).tTransferAmount (#895)
Variable Ricnatum.takeCharity(address,uint256,uint256,uint256).rTransferAmount (#1112) is too similar to Ricnatum.takeBurn(address,uint256,uint256,uint256).tTransferAmount (#1099)
Variable Ricnatum._transferToExcluded(address,address,uint256).rTransferAmount (#1136) is too similar to Ricnatum.takeBurn(address,uint256,uint256,uint256).tTransferAmount (#1099)
Variable Ricnatum._getValues(uint256).rTransferAmount (#888) is too similar to Ricnatum._transferStandard(address,address,uint256).tTransferAmount (#1089)
Prevent variables from having similar names.

Additional information: link

Ricnatum.slitherConstructorVariables() (#681-1179) uses literals with too many digits:
- _tTotal = 10000000000 * 10 ** 9 (#695)
Ricnatum.slitherConstructorVariables() (#681-1179) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#711)
Ricnatum.slitherConstructorVariables() (#681-1179) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 5000000 * 10 ** 9 (#724)
Ricnatum.slitherConstructorVariables() (#681-1179) uses literals with too many digits:
- _maxTxAmount = 10000000000 * 10 ** 9 (#725)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ricnatum._decimals (#701) should be constant
Ricnatum._name (#699) should be constant
Ricnatum._symbol (#700) should be constant
Ricnatum._tTotal (#695) should be constant
Ricnatum.deadAddress (#711) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#433-436)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#442-446)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#448-450)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#453-458)
unlock() should be declared external:
- Ownable.unlock() (#461-466)
name() should be declared external:
- Ricnatum.name() (#760-762)
symbol() should be declared external:
- Ricnatum.symbol() (#764-766)
decimals() should be declared external:
- Ricnatum.decimals() (#768-770)
totalSupply() should be declared external:
- Ricnatum.totalSupply() (#772-774)
transfer(address,uint256) should be declared external:
- Ricnatum.transfer(address,uint256) (#781-784)
allowance(address,address) should be declared external:
- Ricnatum.allowance(address,address) (#786-788)
approve(address,uint256) should be declared external:
- Ricnatum.approve(address,uint256) (#790-793)
transferFrom(address,address,uint256) should be declared external:
- Ricnatum.transferFrom(address,address,uint256) (#795-799)
increaseAllowance(address,uint256) should be declared external:
- Ricnatum.increaseAllowance(address,uint256) (#801-804)
decreaseAllowance(address,uint256) should be declared external:
- Ricnatum.decreaseAllowance(address,uint256) (#806-809)
isExcludedFromReward(address) should be declared external:
- Ricnatum.isExcludedFromReward(address) (#811-813)
totalFees() should be declared external:
- Ricnatum.totalFees() (#815-817)
deliver(uint256) should be declared external:
- Ricnatum.deliver(uint256) (#819-826)
reflectionFromToken(uint256,bool) should be declared external:
- Ricnatum.reflectionFromToken(uint256,bool) (#834-843)
excludeFromReward(address) should be declared external:
- Ricnatum.excludeFromReward(address) (#858-865)
isExcludedFromFee(address) should be declared external:
- Ricnatum.isExcludedFromFee(address) (#965-967)
includeInFee(address) should be declared external:
- Ricnatum.includeInFee(address) (#1145-1147)
excludeFromFee(address) should be declared external:
- Ricnatum.excludeFromFee(address) (#1149-1151)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Ricnatum.setSwapAndLiquifyEnabled(bool) (#1157-1160)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

Contract has 12% buy tax and 11% sell tax.
Taxes are high (over 10%) but contract ownership is renounced.


Token is deployed only at one blockchain


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 Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Unable to crawl data from the website


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


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 scam / 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 RCNT

News for RCNT