WELCOME TO RICI - PLAY TO GET RICH
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in RiciELon._transfer(address,address,uint256) (#1041-1086):
External calls:
- swapAndLiquify(contractTokenBalance) (#1073)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1134-1141)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1120-1126)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1073)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1134-1141)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1085)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#978)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1176)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1167)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1168)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#894)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1187)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1178)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1188)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#896)
- _tokenTransfer(from,to,amount,takeFee) (#1085)
- _rTotal = _rTotal.sub(rFee) (#933)
- _tokenTransfer(from,to,amount,takeFee) (#1085)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#980)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1186)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#893)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1177)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#895)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in RiciELon._transfer(address,address,uint256) (#1041-1086):
External calls:
- swapAndLiquify(contractTokenBalance) (#1073)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1134-1141)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1120-1126)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1073)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1134-1141)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1171)
- _tokenTransfer(from,to,amount,takeFee) (#1085)
- Transfer(sender,recipient,tTransferAmount) (#1191)
- _tokenTransfer(from,to,amount,takeFee) (#1085)
- Transfer(sender,recipient,tTransferAmount) (#1181)
- _tokenTransfer(from,to,amount,takeFee) (#1085)
- Transfer(sender,recipient,tTransferAmount) (#899)
- _tokenTransfer(from,to,amount,takeFee) (#1085)
Reentrancy in RiciELon.constructor() (#765-781):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#770-771)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#780)
Reentrancy in RiciELon.swapAndLiquify(uint256) (#1088-1109):
External calls:
- swapTokensForEth(half) (#1100)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1120-1126)
- addLiquidity(otherHalf,newBalance) (#1106)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1134-1141)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1106)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1134-1141)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1019)
- addLiquidity(otherHalf,newBalance) (#1106)
- SwapAndLiquify(half,newBalance,otherHalf) (#1108)
Reentrancy in RiciELon.transferFrom(address,address,uint256) (#818-822):
External calls:
- _transfer(sender,recipient,amount) (#819)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1134-1141)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1120-1126)
External calls sending eth:
- _transfer(sender,recipient,amount) (#819)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1134-1141)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1019)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#820)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#488-493) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#490)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#293-302) uses assembly
- INLINE ASM (#300)
Address._functionCallWithValue(address,bytes,uint256,string) (#386-407) uses assembly
- INLINE ASM (#399-402)
Do not use evm assembly.
Additional information: link
RiciELon.addLiquidity(uint256,uint256) (#1129-1142) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1134-1141)
Ensure that all the return values of the function calls are used.
Additional information: link
RiciELon.allowance(address,address).owner (#809) shadows:
- Ownable.owner() (#441-443) (function)
RiciELon._approve(address,address,uint256).owner (#1014) shadows:
- Ownable.owner() (#441-443) (function)
Rename the local variables that shadow another component.
Additional information: link
RiciELon.setTaxFeePercent(uint256) (#910-912) should emit an event for:
- _taxFee = taxFee (#911)
RiciELon.setLiquidityFeePercent(uint256) (#914-916) should emit an event for:
- _liquidityFee = liquidityFee (#915)
RiciELon.setMaxTxPercent(uint256) (#918-922) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#919-921)
Emit an event for critical parameter changes.
Additional information: link
RiciELon.setAirdropContract(address)._airdropContract (#1026) lacks a zero-check on :
- airdropContract = _airdropContract (#1027)
Check that the address is not zero.
Additional information: link
Reentrancy in RiciELon._transfer(address,address,uint256) (#1041-1086):
External calls:
- swapAndLiquify(contractTokenBalance) (#1073)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1134-1141)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1120-1126)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1073)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1134-1141)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1085)
- _liquidityFee = _previousLiquidityFee (#1007)
- _liquidityFee = 0 (#1002)
- _tokenTransfer(from,to,amount,takeFee) (#1085)
- _previousLiquidityFee = _liquidityFee (#999)
- _tokenTransfer(from,to,amount,takeFee) (#1085)
- _previousTaxFee = _taxFee (#998)
- _tokenTransfer(from,to,amount,takeFee) (#1085)
- _tFeeTotal = _tFeeTotal.add(tFee) (#934)
- _tokenTransfer(from,to,amount,takeFee) (#1085)
- _taxFee = _previousTaxFee (#1006)
- _taxFee = 0 (#1001)
Reentrancy in RiciELon.constructor() (#765-781):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#770-771)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#777)
- _isExcludedFromFee[address(this)] = true (#778)
- uniswapV2Router = _uniswapV2Router (#774)
Reentrancy in RiciELon.swapAndLiquify(uint256) (#1088-1109):
External calls:
- swapTokensForEth(half) (#1100)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1120-1126)
- addLiquidity(otherHalf,newBalance) (#1106)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1134-1141)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1106)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1134-1141)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1106)
- _allowances[owner][spender] = amount (#1018)
Reentrancy in RiciELon.transferFrom(address,address,uint256) (#818-822):
External calls:
- _transfer(sender,recipient,amount) (#819)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1134-1141)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1120-1126)
External calls sending eth:
- _transfer(sender,recipient,amount) (#819)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1134-1141)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#820)
- _allowances[owner][spender] = amount (#1018)
Apply the check-effects-interactions pattern.
Additional information: link
RiciELon.includeInReward(address) (#878-889) has costly operations inside a loop:
- _excluded.pop() (#885)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#386-407) is never used and should be removed
Address.functionCall(address,bytes) (#346-348) is never used and should be removed
Address.functionCall(address,bytes,string) (#356-358) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#371-373) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#381-384) is never used and should be removed
Address.isContract(address) (#293-302) is never used and should be removed
Address.sendValue(address,uint256) (#320-326) is never used and should be removed
Context._msgData() (#265-268) is never used and should be removed
SafeMath.mod(uint256,uint256) (#238-240) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#254-257) is never used and should be removed
Remove unused functions.
Additional information: link
RiciELon._rTotal (#725) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
RiciELon._previousTaxFee (#733) is set pre-construction with a non-constant function or state variable:
- _taxFee
RiciELon._previousLiquidityFee (#736) 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) (#320-326):
- (success) = recipient.call{value: amount}() (#324)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#386-407):
- (success,returndata) = target.call{value: weiValue}(data) (#390)
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() (#532) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#533) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#550) is not in mixedCase
Function IUniswapV2Router01.WETH() (#572) is not in mixedCase
Parameter RiciELon.setSwapAndLiquifyEnabled(bool)._enabled (#924) is not in mixedCase
Parameter RiciELon.calculateTaxFee(uint256)._amount (#983) is not in mixedCase
Parameter RiciELon.calculateLiquidityFee(uint256)._amount (#989) is not in mixedCase
Parameter RiciELon.setAirdropContract(address)._airdropContract (#1026) is not in mixedCase
Variable RiciELon._taxFee (#732) is not in mixedCase
Variable RiciELon._liquidityFee (#735) is not in mixedCase
Variable RiciELon._maxTxAmount (#744) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#266)" inContext (#260-269)
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 (#577) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#578)
Variable RiciELon._transferToExcluded(address,address,uint256).rTransferAmount (#1175) is too similar to RiciELon._transferFromExcluded(address,address,uint256).tTransferAmount (#1185)
Variable RiciELon._transferStandard(address,address,uint256).rTransferAmount (#1166) is too similar to RiciELon._transferBothExcluded(address,address,uint256).tTransferAmount (#892)
Variable RiciELon._transferBothExcluded(address,address,uint256).rTransferAmount (#892) is too similar to RiciELon._transferBothExcluded(address,address,uint256).tTransferAmount (#892)
Variable RiciELon._transferToExcluded(address,address,uint256).rTransferAmount (#1175) is too similar to RiciELon._transferToExcluded(address,address,uint256).tTransferAmount (#1175)
Variable RiciELon._getValues(uint256).rTransferAmount (#939) is too similar to RiciELon._getTValues(uint256).tTransferAmount (#946)
Variable RiciELon._transferToExcluded(address,address,uint256).rTransferAmount (#1175) is too similar to RiciELon._transferBothExcluded(address,address,uint256).tTransferAmount (#892)
Variable RiciELon._getValues(uint256).rTransferAmount (#939) is too similar to RiciELon._transferFromExcluded(address,address,uint256).tTransferAmount (#1185)
Variable RiciELon.reflectionFromToken(uint256,bool).rTransferAmount (#857) is too similar to RiciELon._getTValues(uint256).tTransferAmount (#946)
Variable RiciELon.reflectionFromToken(uint256,bool).rTransferAmount (#857) is too similar to RiciELon._transferFromExcluded(address,address,uint256).tTransferAmount (#1185)
Variable RiciELon._getValues(uint256).rTransferAmount (#939) is too similar to RiciELon._transferToExcluded(address,address,uint256).tTransferAmount (#1175)
Variable RiciELon._getValues(uint256).rTransferAmount (#939) is too similar to RiciELon._transferBothExcluded(address,address,uint256).tTransferAmount (#892)
Variable RiciELon._transferToExcluded(address,address,uint256).rTransferAmount (#1175) is too similar to RiciELon._getValues(uint256).tTransferAmount (#938)
Variable RiciELon.reflectionFromToken(uint256,bool).rTransferAmount (#857) is too similar to RiciELon._transferToExcluded(address,address,uint256).tTransferAmount (#1175)
Variable RiciELon.reflectionFromToken(uint256,bool).rTransferAmount (#857) is too similar to RiciELon._transferBothExcluded(address,address,uint256).tTransferAmount (#892)
Variable RiciELon._transferFromExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to RiciELon._transferFromExcluded(address,address,uint256).tTransferAmount (#1185)
Variable RiciELon._transferStandard(address,address,uint256).rTransferAmount (#1166) is too similar to RiciELon._getTValues(uint256).tTransferAmount (#946)
Variable RiciELon._transferStandard(address,address,uint256).rTransferAmount (#1166) is too similar to RiciELon._transferFromExcluded(address,address,uint256).tTransferAmount (#1185)
Variable RiciELon._getValues(uint256).rTransferAmount (#939) is too similar to RiciELon._transferStandard(address,address,uint256).tTransferAmount (#1166)
Variable RiciELon._transferBothExcluded(address,address,uint256).rTransferAmount (#892) is too similar to RiciELon._transferFromExcluded(address,address,uint256).tTransferAmount (#1185)
Variable RiciELon._getValues(uint256).rTransferAmount (#939) is too similar to RiciELon._getValues(uint256).tTransferAmount (#938)
Variable RiciELon.reflectionFromToken(uint256,bool).rTransferAmount (#857) is too similar to RiciELon._getValues(uint256).tTransferAmount (#938)
Variable RiciELon._transferToExcluded(address,address,uint256).rTransferAmount (#1175) is too similar to RiciELon._getTValues(uint256).tTransferAmount (#946)
Variable RiciELon._transferStandard(address,address,uint256).rTransferAmount (#1166) is too similar to RiciELon._getValues(uint256).tTransferAmount (#938)
Variable RiciELon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to RiciELon._transferFromExcluded(address,address,uint256).tTransferAmount (#1185)
Variable RiciELon._transferStandard(address,address,uint256).rTransferAmount (#1166) is too similar to RiciELon._transferToExcluded(address,address,uint256).tTransferAmount (#1175)
Variable RiciELon._transferToExcluded(address,address,uint256).rTransferAmount (#1175) is too similar to RiciELon._transferStandard(address,address,uint256).tTransferAmount (#1166)
Variable RiciELon._transferFromExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to RiciELon._getTValues(uint256).tTransferAmount (#946)
Variable RiciELon._transferFromExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to RiciELon._transferToExcluded(address,address,uint256).tTransferAmount (#1175)
Variable RiciELon._transferBothExcluded(address,address,uint256).rTransferAmount (#892) is too similar to RiciELon._transferStandard(address,address,uint256).tTransferAmount (#1166)
Variable RiciELon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to RiciELon._transferBothExcluded(address,address,uint256).tTransferAmount (#892)
Variable RiciELon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to RiciELon._transferStandard(address,address,uint256).tTransferAmount (#1166)
Variable RiciELon._transferFromExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to RiciELon._getValues(uint256).tTransferAmount (#938)
Variable RiciELon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to RiciELon._getTValues(uint256).tTransferAmount (#946)
Variable RiciELon._transferBothExcluded(address,address,uint256).rTransferAmount (#892) is too similar to RiciELon._getTValues(uint256).tTransferAmount (#946)
Variable RiciELon._transferBothExcluded(address,address,uint256).rTransferAmount (#892) is too similar to RiciELon._transferToExcluded(address,address,uint256).tTransferAmount (#1175)
Variable RiciELon._transferBothExcluded(address,address,uint256).rTransferAmount (#892) is too similar to RiciELon._getValues(uint256).tTransferAmount (#938)
Variable RiciELon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to RiciELon._transferToExcluded(address,address,uint256).tTransferAmount (#1175)
Variable RiciELon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to RiciELon._getValues(uint256).tTransferAmount (#938)
Variable RiciELon._transferStandard(address,address,uint256).rTransferAmount (#1166) is too similar to RiciELon._transferStandard(address,address,uint256).tTransferAmount (#1166)
Variable RiciELon._transferFromExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to RiciELon._transferStandard(address,address,uint256).tTransferAmount (#1166)
Variable RiciELon.reflectionFromToken(uint256,bool).rTransferAmount (#857) is too similar to RiciELon._transferStandard(address,address,uint256).tTransferAmount (#1166)
Variable RiciELon._transferFromExcluded(address,address,uint256).rTransferAmount (#1185) is too similar to RiciELon._transferBothExcluded(address,address,uint256).tTransferAmount (#892)
Prevent variables from having similar names.
Additional information: link
RiciELon.slitherConstructorVariables() (#710-1194) uses literals with too many digits:
- _maxTxAmount = 5000000 * 10 ** 6 * 10 ** 9 (#744)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
RiciELon._decimals (#730) should be constant
RiciELon._name (#728) should be constant
RiciELon._symbol (#729) should be constant
RiciELon._tTotal (#724) should be constant
RiciELon.numTokensSellToAddToLiquidity (#745) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#460-463)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#469-473)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#475-477)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#480-485)
unlock() should be declared external:
- Ownable.unlock() (#488-493)
name() should be declared external:
- RiciELon.name() (#783-785)
symbol() should be declared external:
- RiciELon.symbol() (#787-789)
decimals() should be declared external:
- RiciELon.decimals() (#791-793)
totalSupply() should be declared external:
- RiciELon.totalSupply() (#795-797)
transfer(address,uint256) should be declared external:
- RiciELon.transfer(address,uint256) (#804-807)
allowance(address,address) should be declared external:
- RiciELon.allowance(address,address) (#809-811)
approve(address,uint256) should be declared external:
- RiciELon.approve(address,uint256) (#813-816)
transferFrom(address,address,uint256) should be declared external:
- RiciELon.transferFrom(address,address,uint256) (#818-822)
increaseAllowance(address,uint256) should be declared external:
- RiciELon.increaseAllowance(address,uint256) (#824-827)
decreaseAllowance(address,uint256) should be declared external:
- RiciELon.decreaseAllowance(address,uint256) (#829-832)
isExcludedFromReward(address) should be declared external:
- RiciELon.isExcludedFromReward(address) (#834-836)
totalFees() should be declared external:
- RiciELon.totalFees() (#838-840)
deliver(uint256) should be declared external:
- RiciELon.deliver(uint256) (#842-849)
reflectionFromToken(uint256,bool) should be declared external:
- RiciELon.reflectionFromToken(uint256,bool) (#851-860)
excludeFromReward(address) should be declared external:
- RiciELon.excludeFromReward(address) (#868-876)
excludeFromFee(address) should be declared external:
- RiciELon.excludeFromFee(address) (#902-904)
includeInFee(address) should be declared external:
- RiciELon.includeInFee(address) (#906-908)
setSwapAndLiquifyEnabled(bool) should be declared external:
- RiciELon.setSwapAndLiquifyEnabled(bool) (#924-927)
isExcludedFromFee(address) should be declared external:
- RiciELon.isExcludedFromFee(address) (#1010-1012)
turnOffAntibotMode() should be declared external:
- RiciELon.turnOffAntibotMode() (#1022-1024)
setAirdropContract(address) should be declared external:
- RiciELon.setAirdropContract(address) (#1026-1028)
setAntibotModeWhitelist(address[],address[]) should be declared external:
- RiciELon.setAntibotModeWhitelist(address[],address[]) (#1030-1033)
Use the external attribute for functions never called from the contract.
Additional information: link
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
Contract has 10% buy tax and 10% sell tax.
Taxes are low and contract ownership is renounced.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper 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
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Unable to find Blog account (Reddit or Medium)
Unable to find Discord account