Not just a "Meme Token", we are born on the Binance Smart Chain network with a strong community. The Koin Micin has a utility namely "KOINMICINEXCHANGE" the Exchange Platform on the Binance Smart Chain, which will become part of The Next Generation Xchange.
KOIN MICIN has a mission to hold charity to help less fortunate children in our environment.
CHARITY PROGRAM
Their children are born into poverty…and the cycle continues. With your support, KOIN MICIN aims to put an help to generational poverty,
Set aside the marketing funds collected from KOINMICIN transactions.
KOINMICIN EXCHANGE
Exchange is a token that has its own exchange application features with a typical exchange application appearance. we have a mission to make this token a sign of a bright future for its investors, our project goal is to make farm features and towards hotbit market and other exchanges, (Registration By TG : @AxolotlVore).
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in Micin._transfer(address,address,uint256) (#635-673):
External calls:
- swapTokens(contractTokenBalance) (#653)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#713-719)
- buyBackTokens(balance.div(100)) (#661)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#731-736)
External calls sending eth:
- swapTokens(contractTokenBalance) (#653)
- recipient.transfer(amount) (#957)
- buyBackTokens(balance.div(100)) (#661)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#731-736)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _liquidityFee = _previousLiquidityFee (#889)
- _liquidityFee = 0 (#884)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#860)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#785)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#776)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#796)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#806)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#777)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#797)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#787)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#808)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _rTotal = _rTotal.sub(rFee) (#815)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#862)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#795)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#805)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#786)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#807)
- buyBackTokens(balance.div(100)) (#661)
- inSwapAndLiquify = true (#484)
- inSwapAndLiquify = false (#486)
Apply the check-effects-interactions pattern.
Additional information: link
Micin.setMarketingAddress(address)._marketingAddress (#928) lacks a zero-check on :
- marketingAddress = address(_marketingAddress) (#929)
Check that the address is not zero.
Additional information: link
Micin.swapTokens(uint256) (#686-695) performs a multiplication on the result of a division:
-transferToAddressETH(marketingAddress,transferredBalance.div(_liquidityFee).mul(marketingDivisor)) (#693)
Consider ordering multiplication before division.
Additional information: link
Micin.addLiquidity(uint256,uint256) (#741-754) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#746-753)
Ensure that all the return values of the function calls are used.
Additional information: link
Micin.allowance(address,address).owner (#531) shadows:
- Ownable.owner() (#165-167) (function)
Micin._approve(address,address,uint256).owner (#627) shadows:
- Ownable.owner() (#165-167) (function)
Rename the local variables that shadow another component.
Additional information: link
Micin.setTaxFeePercent(uint256) (#904-906) should emit an event for:
- _taxFee = taxFee (#905)
Micin.setLiquidityFeePercent(uint256) (#908-910) should emit an event for:
- _liquidityFee = liquidityFee (#909)
Micin.setMaxTxAmount(uint256) (#912-914) should emit an event for:
- _maxTxAmount = maxTxAmount (#913)
Micin.setMarketingDivisor(uint256) (#916-918) should emit an event for:
- marketingDivisor = divisor (#917)
Micin.setNumTokensSellToAddToLiquidity(uint256) (#920-922) should emit an event for:
- minimumTokensBeforeSwap = _minimumTokensBeforeSwap (#921)
Micin.setBuybackUpperLimit(uint256) (#924-926) should emit an event for:
- buyBackUpperLimit = buyBackLimit * 10 ** 18 (#925)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in Micin._transfer(address,address,uint256) (#635-673):
External calls:
- swapTokens(contractTokenBalance) (#653)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#713-719)
- buyBackTokens(balance.div(100)) (#661)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#731-736)
External calls sending eth:
- swapTokens(contractTokenBalance) (#653)
- recipient.transfer(amount) (#957)
- buyBackTokens(balance.div(100)) (#661)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#731-736)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _previousLiquidityFee = _liquidityFee (#881)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _previousTaxFee = _taxFee (#880)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _tFeeTotal = _tFeeTotal.add(tFee) (#816)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _taxFee = _previousTaxFee (#888)
- _taxFee = 0 (#883)
Reentrancy in Micin.constructor() (#489-503):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#493-494)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#499)
- _isExcludedFromFee[address(this)] = true (#500)
- uniswapV2Router = _uniswapV2Router (#496)
Reentrancy in Micin.transferFrom(address,address,uint256) (#545-549):
External calls:
- _transfer(sender,recipient,amount) (#546)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#731-736)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#713-719)
External calls sending eth:
- _transfer(sender,recipient,amount) (#546)
- recipient.transfer(amount) (#957)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#731-736)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#547)
- _allowances[owner][spender] = amount (#631)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in Micin._transfer(address,address,uint256) (#635-673):
External calls:
- swapTokens(contractTokenBalance) (#653)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#713-719)
- buyBackTokens(balance.div(100)) (#661)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#731-736)
External calls sending eth:
- swapTokens(contractTokenBalance) (#653)
- recipient.transfer(amount) (#957)
- buyBackTokens(balance.div(100)) (#661)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#731-736)
Event emitted after the call(s):
- SwapETHForTokens(amount,path) (#738)
- buyBackTokens(balance.div(100)) (#661)
- Transfer(sender,recipient,tTransferAmount) (#780)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- Transfer(sender,recipient,tTransferAmount) (#800)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- Transfer(sender,recipient,tTransferAmount) (#790)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- Transfer(sender,recipient,tTransferAmount) (#811)
- _tokenTransfer(from,to,amount,takeFee) (#672)
Reentrancy in Micin.constructor() (#489-503):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#493-494)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#502)
Reentrancy in Micin.swapETHForTokens(uint256) (#724-739):
External calls:
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#731-736)
Event emitted after the call(s):
- SwapETHForTokens(amount,path) (#738)
Reentrancy in Micin.swapTokensForEth(uint256) (#704-722):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#713-719)
Event emitted after the call(s):
- SwapTokensForETH(tokenAmount,path) (#721)
Reentrancy in Micin.transferFrom(address,address,uint256) (#545-549):
External calls:
- _transfer(sender,recipient,amount) (#546)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#731-736)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#713-719)
External calls sending eth:
- _transfer(sender,recipient,amount) (#546)
- recipient.transfer(amount) (#957)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#731-736)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#632)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#547)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#200-205) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#202)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#95-104) uses assembly
- INLINE ASM (#102)
Address._functionCallWithValue(address,bytes,uint256,string) (#132-149) uses assembly
- INLINE ASM (#141-144)
Do not use evm assembly.
Additional information: link
Micin.includeInReward(address) (#614-625) has costly operations inside a loop:
- _excluded.pop() (#621)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#132-149) is never used and should be removed
Address.functionCall(address,bytes) (#115-117) is never used and should be removed
Address.functionCall(address,bytes,string) (#119-121) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#123-125) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#127-130) is never used and should be removed
Address.isContract(address) (#95-104) is never used and should be removed
Address.sendValue(address,uint256) (#106-112) is never used and should be removed
Context._msgData() (#18-21) is never used and should be removed
Micin.addLiquidity(uint256,uint256) (#741-754) is never used and should be removed
SafeMath.mod(uint256,uint256) (#83-85) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#87-90) is never used and should be removed
Remove unused functions.
Additional information: link
Micin._rTotal (#436) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Micin._previousTaxFee (#445) is set pre-construction with a non-constant function or state variable:
- _taxFee
Micin._previousLiquidityFee (#448) 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) (#106-112):
- (success) = recipient.call{value: amount}() (#110)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#132-149):
- (success,returndata) = target.call{value: weiValue}(data) (#135)
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() (#244) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#245) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#261) is not in mixedCase
Function IUniswapV2Router01.WETH() (#282) is not in mixedCase
Parameter Micin.calculateTaxFee(uint256)._amount (#865) is not in mixedCase
Parameter Micin.calculateLiquidityFee(uint256)._amount (#871) is not in mixedCase
Parameter Micin.setNumTokensSellToAddToLiquidity(uint256)._minimumTokensBeforeSwap (#920) is not in mixedCase
Parameter Micin.setMarketingAddress(address)._marketingAddress (#928) is not in mixedCase
Parameter Micin.setSwapAndLiquifyEnabled(bool)._enabled (#932) is not in mixedCase
Parameter Micin.setBuyBackEnabled(bool)._enabled (#937) is not in mixedCase
Variable Micin._taxFee (#444) is not in mixedCase
Variable Micin._liquidityFee (#447) is not in mixedCase
Variable Micin._maxTxAmount (#452) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#19)" inContext (#13-22)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Reentrancy in Micin._transfer(address,address,uint256) (#635-673):
External calls:
- swapTokens(contractTokenBalance) (#653)
- recipient.transfer(amount) (#957)
External calls sending eth:
- swapTokens(contractTokenBalance) (#653)
- recipient.transfer(amount) (#957)
- buyBackTokens(balance.div(100)) (#661)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#731-736)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _liquidityFee = _previousLiquidityFee (#889)
- _liquidityFee = 0 (#884)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _previousLiquidityFee = _liquidityFee (#881)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _previousTaxFee = _taxFee (#880)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#860)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#785)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#776)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#796)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#806)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#777)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#797)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#787)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#808)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _rTotal = _rTotal.sub(rFee) (#815)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _tFeeTotal = _tFeeTotal.add(tFee) (#816)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#862)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#795)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#805)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#786)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#807)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- _taxFee = _previousTaxFee (#888)
- _taxFee = 0 (#883)
- buyBackTokens(balance.div(100)) (#661)
- inSwapAndLiquify = true (#484)
- inSwapAndLiquify = false (#486)
Event emitted after the call(s):
- SwapETHForTokens(amount,path) (#738)
- buyBackTokens(balance.div(100)) (#661)
- Transfer(sender,recipient,tTransferAmount) (#780)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- Transfer(sender,recipient,tTransferAmount) (#800)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- Transfer(sender,recipient,tTransferAmount) (#790)
- _tokenTransfer(from,to,amount,takeFee) (#672)
- Transfer(sender,recipient,tTransferAmount) (#811)
- _tokenTransfer(from,to,amount,takeFee) (#672)
Reentrancy in Micin.transferFrom(address,address,uint256) (#545-549):
External calls:
- _transfer(sender,recipient,amount) (#546)
- recipient.transfer(amount) (#957)
External calls sending eth:
- _transfer(sender,recipient,amount) (#546)
- recipient.transfer(amount) (#957)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#731-736)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#547)
- _allowances[owner][spender] = amount (#631)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#632)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#547)
Apply the check-effects-interactions pattern.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#287) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#288)
Variable Micin._getValues(uint256).rTransferAmount (#821) is too similar to Micin._transferFromExcluded(address,address,uint256).tTransferAmount (#794)
Variable Micin._transferFromExcluded(address,address,uint256).rTransferAmount (#794) is too similar to Micin._transferFromExcluded(address,address,uint256).tTransferAmount (#794)
Variable Micin._transferBothExcluded(address,address,uint256).rTransferAmount (#804) is too similar to Micin._transferFromExcluded(address,address,uint256).tTransferAmount (#794)
Variable Micin._transferToExcluded(address,address,uint256).rTransferAmount (#784) is too similar to Micin._transferFromExcluded(address,address,uint256).tTransferAmount (#794)
Variable Micin._transferToExcluded(address,address,uint256).rTransferAmount (#784) is too similar to Micin._transferToExcluded(address,address,uint256).tTransferAmount (#784)
Variable Micin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#836) is too similar to Micin._getTValues(uint256).tTransferAmount (#828)
Variable Micin._getValues(uint256).rTransferAmount (#821) is too similar to Micin._getTValues(uint256).tTransferAmount (#828)
Variable Micin._transferToExcluded(address,address,uint256).rTransferAmount (#784) is too similar to Micin._getValues(uint256).tTransferAmount (#820)
Variable Micin._transferFromExcluded(address,address,uint256).rTransferAmount (#794) is too similar to Micin._getTValues(uint256).tTransferAmount (#828)
Variable Micin._transferBothExcluded(address,address,uint256).rTransferAmount (#804) is too similar to Micin._getTValues(uint256).tTransferAmount (#828)
Variable Micin._transferToExcluded(address,address,uint256).rTransferAmount (#784) is too similar to Micin._getTValues(uint256).tTransferAmount (#828)
Variable Micin._getValues(uint256).rTransferAmount (#821) is too similar to Micin._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable Micin.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to Micin._getTValues(uint256).tTransferAmount (#828)
Variable Micin._transferFromExcluded(address,address,uint256).rTransferAmount (#794) is too similar to Micin._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable Micin._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to Micin._getTValues(uint256).tTransferAmount (#828)
Variable Micin._transferBothExcluded(address,address,uint256).rTransferAmount (#804) is too similar to Micin._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable Micin._transferToExcluded(address,address,uint256).rTransferAmount (#784) is too similar to Micin._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable Micin._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to Micin._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable Micin.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to Micin._getValues(uint256).tTransferAmount (#820)
Variable Micin.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to Micin._transferToExcluded(address,address,uint256).tTransferAmount (#784)
Variable Micin._getValues(uint256).rTransferAmount (#821) is too similar to Micin._getValues(uint256).tTransferAmount (#820)
Variable Micin._getValues(uint256).rTransferAmount (#821) is too similar to Micin._transferToExcluded(address,address,uint256).tTransferAmount (#784)
Variable Micin._transferBothExcluded(address,address,uint256).rTransferAmount (#804) is too similar to Micin._getValues(uint256).tTransferAmount (#820)
Variable Micin._transferBothExcluded(address,address,uint256).rTransferAmount (#804) is too similar to Micin._transferToExcluded(address,address,uint256).tTransferAmount (#784)
Variable Micin._transferToExcluded(address,address,uint256).rTransferAmount (#784) is too similar to Micin._transferBothExcluded(address,address,uint256).tTransferAmount (#804)
Variable Micin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#836) is too similar to Micin._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable Micin._transferFromExcluded(address,address,uint256).rTransferAmount (#794) is too similar to Micin._transferBothExcluded(address,address,uint256).tTransferAmount (#804)
Variable Micin.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to Micin._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable Micin._transferFromExcluded(address,address,uint256).rTransferAmount (#794) is too similar to Micin._getValues(uint256).tTransferAmount (#820)
Variable Micin._transferFromExcluded(address,address,uint256).rTransferAmount (#794) is too similar to Micin._transferToExcluded(address,address,uint256).tTransferAmount (#784)
Variable Micin._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to Micin._transferBothExcluded(address,address,uint256).tTransferAmount (#804)
Variable Micin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#836) is too similar to Micin._transferBothExcluded(address,address,uint256).tTransferAmount (#804)
Variable Micin.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to Micin._transferBothExcluded(address,address,uint256).tTransferAmount (#804)
Variable Micin._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to Micin._transferFromExcluded(address,address,uint256).tTransferAmount (#794)
Variable Micin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#836) is too similar to Micin._transferFromExcluded(address,address,uint256).tTransferAmount (#794)
Variable Micin._transferBothExcluded(address,address,uint256).rTransferAmount (#804) is too similar to Micin._transferBothExcluded(address,address,uint256).tTransferAmount (#804)
Variable Micin._getValues(uint256).rTransferAmount (#821) is too similar to Micin._transferBothExcluded(address,address,uint256).tTransferAmount (#804)
Variable Micin.reflectionFromToken(uint256,bool).rTransferAmount (#593) is too similar to Micin._transferFromExcluded(address,address,uint256).tTransferAmount (#794)
Variable Micin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#836) is too similar to Micin._getValues(uint256).tTransferAmount (#820)
Variable Micin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#836) is too similar to Micin._transferToExcluded(address,address,uint256).tTransferAmount (#784)
Variable Micin._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to Micin._getValues(uint256).tTransferAmount (#820)
Variable Micin._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to Micin._transferToExcluded(address,address,uint256).tTransferAmount (#784)
Prevent variables from having similar names.
Additional information: link
Micin.prepareForPreSale() (#942-947) uses literals with too many digits:
- _maxTxAmount = 1000000000 * 10 ** 6 * 10 ** 9 (#946)
Micin.afterPreSale() (#949-954) uses literals with too many digits:
- _maxTxAmount = 10000000 * 10 ** 6 * 10 ** 9 (#953)
Micin.slitherConstructorVariables() (#419-963) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#424)
Micin.slitherConstructorVariables() (#419-963) uses literals with too many digits:
- buyBackUpperLimit = 1000000000 * 10 ** 18 (#454)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Micin._decimals (#441) should be constant
Micin._name (#439) should be constant
Micin._symbol (#440) should be constant
Micin._tTotal (#435) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#174-177)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#179-183)
getUnlockTime() should be declared external:
- Ownable.getUnlockTime() (#185-187)
getTime() should be declared external:
- Ownable.getTime() (#189-191)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#193-198)
unlock() should be declared external:
- Ownable.unlock() (#200-205)
name() should be declared external:
- Micin.name() (#505-507)
symbol() should be declared external:
- Micin.symbol() (#509-511)
decimals() should be declared external:
- Micin.decimals() (#513-515)
totalSupply() should be declared external:
- Micin.totalSupply() (#517-519)
transfer(address,uint256) should be declared external:
- Micin.transfer(address,uint256) (#526-529)
allowance(address,address) should be declared external:
- Micin.allowance(address,address) (#531-533)
approve(address,uint256) should be declared external:
- Micin.approve(address,uint256) (#535-538)
transferFrom(address,address,uint256) should be declared external:
- Micin.transferFrom(address,address,uint256) (#545-549)
increaseAllowance(address,uint256) should be declared external:
- Micin.increaseAllowance(address,uint256) (#551-554)
decreaseAllowance(address,uint256) should be declared external:
- Micin.decreaseAllowance(address,uint256) (#556-559)
isExcludedFromReward(address) should be declared external:
- Micin.isExcludedFromReward(address) (#561-563)
totalFees() should be declared external:
- Micin.totalFees() (#565-567)
minimumTokensBeforeSwapAmount() should be declared external:
- Micin.minimumTokensBeforeSwapAmount() (#569-571)
buyBackUpperLimitAmount() should be declared external:
- Micin.buyBackUpperLimitAmount() (#573-575)
deliver(uint256) should be declared external:
- Micin.deliver(uint256) (#577-584)
reflectionFromToken(uint256,bool) should be declared external:
- Micin.reflectionFromToken(uint256,bool) (#587-596)
excludeFromReward(address) should be declared external:
- Micin.excludeFromReward(address) (#604-612)
isExcludedFromFee(address) should be declared external:
- Micin.isExcludedFromFee(address) (#892-894)
excludeFromFee(address) should be declared external:
- Micin.excludeFromFee(address) (#896-898)
includeInFee(address) should be declared external:
- Micin.includeInFee(address) (#900-902)
setBuyBackEnabled(bool) should be declared external:
- Micin.setBuyBackEnabled(bool) (#937-940)
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.
Number of Binance Smart Chain (BSC) token holders is low.
Token is deployed only at one blockchain
Token has only one trading pair
Contract has 7% buy tax and 7% 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
Unable to find token on 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 code repository for the project
Token is not listed at Mobula.Finance
Additional information: link
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 scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Twitter account has less than 100 followers
Telegram account has relatively few subscribers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account