MagicFloki Token Logo

MagicFloki Token

About MagicFloki

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 6 August 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.

MagicFloki.swapAndLiquify(uint256) (#1062-1101) sends eth to arbitrary user
Dangerous calls:
- _marketingWallet.transfer(marketingBNB) (#1099)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in MagicFloki._transfer(address,address,uint256) (#1009-1058):
External calls:
- swapAndLiquify(contractTokenBalance) (#1045)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1117-1123)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1045)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
- _marketingWallet.transfer(marketingBNB) (#1099)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#965)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1164)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1173)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#881)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1184)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1165)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1175)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1185)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#883)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- _rTotal = _rTotal.sub(rFee) (#920)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#967)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1183)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#880)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1174)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#882)
Apply the check-effects-interactions pattern.

Additional information: link


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


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Contract ownership is not renounced (belongs to a wallet)

MagicFloki.addLiquidity(uint256,uint256) (#1126-1139) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
Ensure that all the return values of the function calls are used.

Additional information: link

MagicFloki.allowance(address,address).owner (#784) shadows:
- Ownable.owner() (#412-414) (function)
MagicFloki._approve(address,address,uint256).owner (#1001) shadows:
- Ownable.owner() (#412-414) (function)
Rename the local variables that shadow another component.

Additional information: link

MagicFloki.setNumTokensSellToAddToLiquidity(uint256) (#794-796) should emit an event for:
- numTokensSellToAddToLiquidity = _numTokensSellToAddToLiquidity (#795)
MagicFloki.setTaxFeePercent(uint256) (#897-899) should emit an event for:
- _taxFee = taxFee (#898)
MagicFloki.setLiquidityFeePercent(uint256) (#901-903) should emit an event for:
- _liquidityFee = liquidityFee (#902)
MagicFloki.setMaxTxPercent(uint256) (#905-909) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#906-908)
Emit an event for critical parameter changes.

Additional information: link

Ownable.constructor().msgSender (#404) lacks a zero-check on :
- _owner = msgSender (#405)
MagicFloki.constructor(address).marketingWallet (#737) lacks a zero-check on :
- _marketingWallet = address(marketingWallet) (#739)
Check that the address is not zero.

Additional information: link

Reentrancy in MagicFloki._transfer(address,address,uint256) (#1009-1058):
External calls:
- swapAndLiquify(contractTokenBalance) (#1045)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1117-1123)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1045)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
- _marketingWallet.transfer(marketingBNB) (#1099)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- _liquidityFee = _previousLiquidityFee (#994)
- _liquidityFee = 0 (#989)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- _previousLiquidityFee = _liquidityFee (#986)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- _previousTaxFee = _taxFee (#985)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- _tFeeTotal = _tFeeTotal.add(tFee) (#921)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- _taxFee = _previousTaxFee (#993)
- _taxFee = 0 (#988)
Reentrancy in MagicFloki.constructor(address) (#737-756):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#744-745)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#751)
- _isExcludedFromFee[address(this)] = true (#752)
- _isExcludedFromFee[_marketingWallet] = true (#753)
- uniswapV2Router = _uniswapV2Router (#748)
Reentrancy in MagicFloki.swapAndLiquify(uint256) (#1062-1101):
External calls:
- swapTokensForEth(tokensToSwapToBNB) (#1082)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1117-1123)
- addLiquidity(tokenBalanceToLiquify,bnbToLiquify) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
External calls sending eth:
- addLiquidity(tokenBalanceToLiquify,bnbToLiquify) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
State variables written after the call(s):
- addLiquidity(tokenBalanceToLiquify,bnbToLiquify) (#1091)
- _allowances[owner][spender] = amount (#1005)
Reentrancy in MagicFloki.transferFrom(address,address,uint256) (#806-810):
External calls:
- _transfer(sender,recipient,amount) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1117-1123)
External calls sending eth:
- _transfer(sender,recipient,amount) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
- _marketingWallet.transfer(marketingBNB) (#1099)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#808)
- _allowances[owner][spender] = amount (#1005)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in MagicFloki._transfer(address,address,uint256) (#1009-1058):
External calls:
- swapAndLiquify(contractTokenBalance) (#1045)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1117-1123)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1045)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
- _marketingWallet.transfer(marketingBNB) (#1099)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1168)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- Transfer(sender,recipient,tTransferAmount) (#1188)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- Transfer(sender,recipient,tTransferAmount) (#1178)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- Transfer(sender,recipient,tTransferAmount) (#886)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
Reentrancy in MagicFloki.constructor(address) (#737-756):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#744-745)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#755)
Reentrancy in MagicFloki.swapAndLiquify(uint256) (#1062-1101):
External calls:
- swapTokensForEth(tokensToSwapToBNB) (#1082)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1117-1123)
- addLiquidity(tokenBalanceToLiquify,bnbToLiquify) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
External calls sending eth:
- addLiquidity(tokenBalanceToLiquify,bnbToLiquify) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1006)
- addLiquidity(tokenBalanceToLiquify,bnbToLiquify) (#1091)
- SwapAndLiquify(tokenBalanceToLiquifyAsBNB,bnbToLiquify,tokenBalanceToLiquify) (#1093)
Reentrancy in MagicFloki.swapAndLiquify(uint256) (#1062-1101):
External calls:
- swapTokensForEth(tokensToSwapToBNB) (#1082)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1117-1123)
- addLiquidity(tokenBalanceToLiquify,bnbToLiquify) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
External calls sending eth:
- addLiquidity(tokenBalanceToLiquify,bnbToLiquify) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
- _marketingWallet.transfer(marketingBNB) (#1099)
Event emitted after the call(s):
- ToMarketing(marketingBNB) (#1100)
Reentrancy in MagicFloki.transferFrom(address,address,uint256) (#806-810):
External calls:
- _transfer(sender,recipient,amount) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1117-1123)
External calls sending eth:
- _transfer(sender,recipient,amount) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
- _marketingWallet.transfer(marketingBNB) (#1099)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1006)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#808)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#459-464) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#461)
MagicFloki._transfer(address,address,uint256) (#1009-1058) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(buycooldown[to] < block.timestamp) (#1021)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#264-273) uses assembly
- INLINE ASM (#271)
Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) uses assembly
- INLINE ASM (#370-373)
Do not use evm assembly.

Additional information: link

MagicFloki.includeInReward(address) (#866-877) has costly operations inside a loop:
- _excluded.pop() (#873)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) is never used and should be removed
Address.functionCall(address,bytes) (#317-319) is never used and should be removed
Address.functionCall(address,bytes,string) (#327-329) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#342-344) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#352-355) is never used and should be removed
Address.isContract(address) (#264-273) is never used and should be removed
Address.sendValue(address,uint256) (#291-297) is never used and should be removed
Context._msgData() (#236-239) is never used and should be removed
SafeMath.mod(uint256,uint256) (#209-211) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#225-228) is never used and should be removed
Remove unused functions.

Additional information: link

MagicFloki._tTotal (#700) is set pre-construction with a non-constant function or state variable:
- initialsupply * 10 ** _decimals
MagicFloki._rTotal (#701) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
MagicFloki._previousTaxFee (#705) is set pre-construction with a non-constant function or state variable:
- _taxFee
MagicFloki._previousLiquidityFee (#708) 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

Pragma version^0.8.1 (#1) allows old versions
solc-0.8.9 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#291-297):
- (success) = recipient.call{value: amount}() (#295)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#357-378):
- (success,returndata) = target.call{value: weiValue}(data) (#361)
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() (#503) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#504) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#521) is not in mixedCase
Function IUniswapV2Router01.WETH() (#543) is not in mixedCase
Parameter MagicFloki.setNumTokensSellToAddToLiquidity(uint256)._numTokensSellToAddToLiquidity (#794) is not in mixedCase
Parameter MagicFloki.setSwapAndLiquifyEnabled(bool)._enabled (#911) is not in mixedCase
Parameter MagicFloki.calculateTaxFee(uint256)._amount (#970) is not in mixedCase
Parameter MagicFloki.calculateLiquidityFee(uint256)._amount (#976) is not in mixedCase
Variable MagicFloki._taxFee (#704) is not in mixedCase
Variable MagicFloki._liquidityFee (#707) is not in mixedCase
Variable MagicFloki._maxTxAmount (#717) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#237)" inContext (#231-240)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in MagicFloki._transfer(address,address,uint256) (#1009-1058):
External calls:
- swapAndLiquify(contractTokenBalance) (#1045)
- _marketingWallet.transfer(marketingBNB) (#1099)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1045)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
- _marketingWallet.transfer(marketingBNB) (#1099)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- _liquidityFee = _previousLiquidityFee (#994)
- _liquidityFee = 0 (#989)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- _previousLiquidityFee = _liquidityFee (#986)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- _previousTaxFee = _taxFee (#985)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#965)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1164)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1173)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#881)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1184)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1165)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1175)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1185)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#883)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- _rTotal = _rTotal.sub(rFee) (#920)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- _tFeeTotal = _tFeeTotal.add(tFee) (#921)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#967)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1183)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#880)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1174)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#882)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- _taxFee = _previousTaxFee (#993)
- _taxFee = 0 (#988)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1168)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- Transfer(sender,recipient,tTransferAmount) (#1188)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- Transfer(sender,recipient,tTransferAmount) (#1178)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
- Transfer(sender,recipient,tTransferAmount) (#886)
- _tokenTransfer(from,to,amount,takeFee) (#1057)
Reentrancy in MagicFloki.swapAndLiquify(uint256) (#1062-1101):
External calls:
- _marketingWallet.transfer(marketingBNB) (#1099)
External calls sending eth:
- addLiquidity(tokenBalanceToLiquify,bnbToLiquify) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
- _marketingWallet.transfer(marketingBNB) (#1099)
Event emitted after the call(s):
- ToMarketing(marketingBNB) (#1100)
Reentrancy in MagicFloki.transferFrom(address,address,uint256) (#806-810):
External calls:
- _transfer(sender,recipient,amount) (#807)
- _marketingWallet.transfer(marketingBNB) (#1099)
External calls sending eth:
- _transfer(sender,recipient,amount) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1131-1138)
- _marketingWallet.transfer(marketingBNB) (#1099)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#808)
- _allowances[owner][spender] = amount (#1005)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1006)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#808)
Apply the check-effects-interactions pattern.

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 MagicFloki._transferBothExcluded(address,address,uint256).rTransferAmount (#879) is too similar to MagicFloki._transferBothExcluded(address,address,uint256).tTransferAmount (#879)
Variable MagicFloki._transferFromExcluded(address,address,uint256).rTransferAmount (#1182) is too similar to MagicFloki._transferFromExcluded(address,address,uint256).tTransferAmount (#1182)
Variable MagicFloki._transferStandard(address,address,uint256).rTransferAmount (#1163) is too similar to MagicFloki._transferFromExcluded(address,address,uint256).tTransferAmount (#1182)
Variable MagicFloki._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#941) is too similar to MagicFloki._transferFromExcluded(address,address,uint256).tTransferAmount (#1182)
Variable MagicFloki.reflectionFromToken(uint256,bool).rTransferAmount (#845) is too similar to MagicFloki._getValues(uint256).tTransferAmount (#925)
Variable MagicFloki._transferToExcluded(address,address,uint256).rTransferAmount (#1172) is too similar to MagicFloki._getValues(uint256).tTransferAmount (#925)
Variable MagicFloki._transferBothExcluded(address,address,uint256).rTransferAmount (#879) is too similar to MagicFloki._getValues(uint256).tTransferAmount (#925)
Variable MagicFloki.reflectionFromToken(uint256,bool).rTransferAmount (#845) is too similar to MagicFloki._transferToExcluded(address,address,uint256).tTransferAmount (#1172)
Variable MagicFloki._transferToExcluded(address,address,uint256).rTransferAmount (#1172) is too similar to MagicFloki._transferToExcluded(address,address,uint256).tTransferAmount (#1172)
Variable MagicFloki.reflectionFromToken(uint256,bool).rTransferAmount (#845) is too similar to MagicFloki._transferFromExcluded(address,address,uint256).tTransferAmount (#1182)
Variable MagicFloki._transferBothExcluded(address,address,uint256).rTransferAmount (#879) is too similar to MagicFloki._transferToExcluded(address,address,uint256).tTransferAmount (#1172)
Variable MagicFloki._transferFromExcluded(address,address,uint256).rTransferAmount (#1182) is too similar to MagicFloki._getValues(uint256).tTransferAmount (#925)
Variable MagicFloki._transferToExcluded(address,address,uint256).rTransferAmount (#1172) is too similar to MagicFloki._transferFromExcluded(address,address,uint256).tTransferAmount (#1182)
Variable MagicFloki._transferStandard(address,address,uint256).rTransferAmount (#1163) is too similar to MagicFloki._getValues(uint256).tTransferAmount (#925)
Variable MagicFloki._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#941) is too similar to MagicFloki._getValues(uint256).tTransferAmount (#925)
Variable MagicFloki.reflectionFromToken(uint256,bool).rTransferAmount (#845) is too similar to MagicFloki._transferBothExcluded(address,address,uint256).tTransferAmount (#879)
Variable MagicFloki._transferBothExcluded(address,address,uint256).rTransferAmount (#879) is too similar to MagicFloki._transferFromExcluded(address,address,uint256).tTransferAmount (#1182)
Variable MagicFloki._transferFromExcluded(address,address,uint256).rTransferAmount (#1182) is too similar to MagicFloki._getTValues(uint256).tTransferAmount (#933)
Variable MagicFloki._getValues(uint256).rTransferAmount (#926) is too similar to MagicFloki._getTValues(uint256).tTransferAmount (#933)
Variable MagicFloki._transferToExcluded(address,address,uint256).rTransferAmount (#1172) is too similar to MagicFloki._transferStandard(address,address,uint256).tTransferAmount (#1163)
Variable MagicFloki._transferBothExcluded(address,address,uint256).rTransferAmount (#879) is too similar to MagicFloki._getTValues(uint256).tTransferAmount (#933)
Variable MagicFloki.reflectionFromToken(uint256,bool).rTransferAmount (#845) is too similar to MagicFloki._getTValues(uint256).tTransferAmount (#933)
Variable MagicFloki._transferToExcluded(address,address,uint256).rTransferAmount (#1172) is too similar to MagicFloki._transferBothExcluded(address,address,uint256).tTransferAmount (#879)
Variable MagicFloki._transferFromExcluded(address,address,uint256).rTransferAmount (#1182) is too similar to MagicFloki._transferToExcluded(address,address,uint256).tTransferAmount (#1172)
Variable MagicFloki._transferFromExcluded(address,address,uint256).rTransferAmount (#1182) is too similar to MagicFloki._transferStandard(address,address,uint256).tTransferAmount (#1163)
Variable MagicFloki._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#941) is too similar to MagicFloki._getTValues(uint256).tTransferAmount (#933)
Variable MagicFloki._transferFromExcluded(address,address,uint256).rTransferAmount (#1182) is too similar to MagicFloki._transferBothExcluded(address,address,uint256).tTransferAmount (#879)
Variable MagicFloki._getValues(uint256).rTransferAmount (#926) is too similar to MagicFloki._transferToExcluded(address,address,uint256).tTransferAmount (#1172)
Variable MagicFloki._transferStandard(address,address,uint256).rTransferAmount (#1163) is too similar to MagicFloki._transferBothExcluded(address,address,uint256).tTransferAmount (#879)
Variable MagicFloki._getValues(uint256).rTransferAmount (#926) is too similar to MagicFloki._transferStandard(address,address,uint256).tTransferAmount (#1163)
Variable MagicFloki._getValues(uint256).rTransferAmount (#926) is too similar to MagicFloki._transferBothExcluded(address,address,uint256).tTransferAmount (#879)
Variable MagicFloki._transferBothExcluded(address,address,uint256).rTransferAmount (#879) is too similar to MagicFloki._transferStandard(address,address,uint256).tTransferAmount (#1163)
Variable MagicFloki.reflectionFromToken(uint256,bool).rTransferAmount (#845) is too similar to MagicFloki._transferStandard(address,address,uint256).tTransferAmount (#1163)
Variable MagicFloki._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#941) is too similar to MagicFloki._transferToExcluded(address,address,uint256).tTransferAmount (#1172)
Variable MagicFloki._getValues(uint256).rTransferAmount (#926) is too similar to MagicFloki._transferFromExcluded(address,address,uint256).tTransferAmount (#1182)
Variable MagicFloki._transferStandard(address,address,uint256).rTransferAmount (#1163) is too similar to MagicFloki._getTValues(uint256).tTransferAmount (#933)
Variable MagicFloki._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#941) is too similar to MagicFloki._transferStandard(address,address,uint256).tTransferAmount (#1163)
Variable MagicFloki._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#941) is too similar to MagicFloki._transferBothExcluded(address,address,uint256).tTransferAmount (#879)
Variable MagicFloki._transferToExcluded(address,address,uint256).rTransferAmount (#1172) is too similar to MagicFloki._getTValues(uint256).tTransferAmount (#933)
Variable MagicFloki._transferStandard(address,address,uint256).rTransferAmount (#1163) is too similar to MagicFloki._transferToExcluded(address,address,uint256).tTransferAmount (#1172)
Variable MagicFloki._transferStandard(address,address,uint256).rTransferAmount (#1163) is too similar to MagicFloki._transferStandard(address,address,uint256).tTransferAmount (#1163)
Variable MagicFloki._getValues(uint256).rTransferAmount (#926) is too similar to MagicFloki._getValues(uint256).tTransferAmount (#925)
Prevent variables from having similar names.

Additional information: link

MagicFloki._decimals (#686) should be constant
MagicFloki._name (#684) should be constant
MagicFloki._symbol (#685) should be constant
MagicFloki.initialsupply (#699) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#431-434)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#440-444)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#446-448)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#451-456)
unlock() should be declared external:
- Ownable.unlock() (#459-464)
name() should be declared external:
- MagicFloki.name() (#758-760)
symbol() should be declared external:
- MagicFloki.symbol() (#762-764)
decimals() should be declared external:
- MagicFloki.decimals() (#766-768)
totalSupply() should be declared external:
- MagicFloki.totalSupply() (#770-772)
transfer(address,uint256) should be declared external:
- MagicFloki.transfer(address,uint256) (#779-782)
allowance(address,address) should be declared external:
- MagicFloki.allowance(address,address) (#784-786)
approve(address,uint256) should be declared external:
- MagicFloki.approve(address,uint256) (#788-791)
cooldownStatus() should be declared external:
- MagicFloki.cooldownStatus() (#798-800)
transferFrom(address,address,uint256) should be declared external:
- MagicFloki.transferFrom(address,address,uint256) (#806-810)
increaseAllowance(address,uint256) should be declared external:
- MagicFloki.increaseAllowance(address,uint256) (#812-815)
decreaseAllowance(address,uint256) should be declared external:
- MagicFloki.decreaseAllowance(address,uint256) (#817-820)
isExcludedFromReward(address) should be declared external:
- MagicFloki.isExcludedFromReward(address) (#822-824)
totalFees() should be declared external:
- MagicFloki.totalFees() (#826-828)
deliver(uint256) should be declared external:
- MagicFloki.deliver(uint256) (#830-837)
reflectionFromToken(uint256,bool) should be declared external:
- MagicFloki.reflectionFromToken(uint256,bool) (#839-848)
excludeFromReward(address) should be declared external:
- MagicFloki.excludeFromReward(address) (#856-864)
excludeFromFee(address) should be declared external:
- MagicFloki.excludeFromFee(address) (#889-891)
includeInFee(address) should be declared external:
- MagicFloki.includeInFee(address) (#893-895)
setSwapAndLiquifyEnabled(bool) should be declared external:
- MagicFloki.setSwapAndLiquifyEnabled(bool) (#911-914)
isExcludedFromFee(address) should be declared external:
- MagicFloki.isExcludedFromFee(address) (#997-999)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.

Contract has 10% buy tax and 7% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


Token has a considerable age, but we're still unable to find its website


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Young tokens have high risks of price dump / death

Price for MagicFloki