KQMG Token Logo

KQMG Token

ALERT: honeypot scam

About KQMG

Listings

Not Found
Token 4 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 28 June 2022

report
Token seems to be a scam (type: honeypot scam).

KQMG._splitOtherToken() (#1253-1303) ignores return value by doge.transfer(_receive,receiveAmount) (#1259)
KQMG._splitOtherToken() (#1253-1303) ignores return value by doge.transfer(user,thisAmount.mul(rate).div(10000)) (#1285)
KQMG._splitOtherToken() (#1253-1303) ignores return value by doge.transfer(user,thisAmount.mul(rate).div(10000)) (#1296)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link

KQMG.startTime (#1043) is never initialized. It is used in:
- KQMG.isIn3minter() (#1136-1138)
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link


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

KQMG._transfer(address,address,uint256) (#1140-1191) performs a multiplication on the result of a division:
-amount = amount.div(100).mul(88) (#1181)
KQMG._splitOtherToken() (#1253-1303) performs a multiplication on the result of a division:
-rate = balanceOf(user).mul(10000).div(totalAmount) (#1283)
-doge.transfer(user,thisAmount.mul(rate).div(10000)) (#1296)
KQMG._splitOtherToken() (#1253-1303) performs a multiplication on the result of a division:
-rate = balanceOf(user).mul(10000).div(totalAmount) (#1283)
-doge.transfer(user,thisAmount.mul(rate).div(10000)) (#1285)
Consider ordering multiplication before division.

Additional information: link

Reentrancy in KQMG._transfer(address,address,uint256) (#1140-1191):
External calls:
- swapAndLiquifyV3(balanceOf(address(this))) (#1162)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1231-1237)
State variables written after the call(s):
- swapping = false (#1164)
Reentrancy in KQMG._transfer(address,address,uint256) (#1140-1191):
External calls:
- swapAndLiquifyV3(balanceOf(address(this))) (#1162)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1231-1237)
- _splitOtherToken() (#1168)
- doge.transfer(_receive,receiveAmount) (#1259)
- doge.transfer(user,thisAmount.mul(rate).div(10000)) (#1285)
- doge.transfer(user,thisAmount.mul(rate).div(10000)) (#1296)
State variables written after the call(s):
- super._transfer(from,uniswapV2Pair,amount.div(100)) (#1175)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#566-569)
- _balances[recipient] = _balances[recipient].add(amount) (#570)
- super._transfer(from,_fundAddress,amount.div(100)) (#1177)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#566-569)
- _balances[recipient] = _balances[recipient].add(amount) (#570)
- super._transfer(from,address(this),amount.div(10)) (#1179)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#566-569)
- _balances[recipient] = _balances[recipient].add(amount) (#570)
- super._transfer(from,to,amount) (#1183)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#566-569)
- _balances[recipient] = _balances[recipient].add(amount) (#570)
- buyUser.push(to) (#1187)
Apply the check-effects-interactions pattern.

Additional information: link

KQMG._splitOtherToken().startIndex (#1263) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

ERC20.allowance(address,address).owner (#422) shadows:
- Ownable.owner() (#285-287) (function)
ERC20._approve(address,address,uint256).owner (#633) shadows:
- Ownable.owner() (#285-287) (function)
Rename the local variables that shadow another component.

Additional information: link

KQMG.setSwapTokensAtAmount(uint256) (#1120-1122) should emit an event for:
- swapTokensAtAmount = _swapTokensAtAmount (#1121)
Emit an event for critical parameter changes.

Additional information: link

Ownable.constructor().msgSender (#277) lacks a zero-check on :
- _owner = msgSender (#278)
KQMG.constructor(address,address).tokenOwner (#1066) lacks a zero-check on :
- _tokenOwner = tokenOwner (#1076)
KQMG.constructor(address,address).fundAddress (#1066) lacks a zero-check on :
- _fundAddress = fundAddress (#1077)
Check that the address is not zero.

Additional information: link

KQMG._splitOtherToken() (#1253-1303) has external calls inside a loop: doge.transfer(user,thisAmount.mul(rate).div(10000)) (#1285)
KQMG._splitOtherToken() (#1253-1303) has external calls inside a loop: doge.transfer(user,thisAmount.mul(rate).div(10000)) (#1296)
Favor pull over push strategy for external calls.

Additional information: link

Reentrancy in KQMG._transfer(address,address,uint256) (#1140-1191):
External calls:
- swapAndLiquifyV3(balanceOf(address(this))) (#1162)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1231-1237)
- _splitOtherToken() (#1168)
- doge.transfer(_receive,receiveAmount) (#1259)
- doge.transfer(user,thisAmount.mul(rate).div(10000)) (#1285)
- doge.transfer(user,thisAmount.mul(rate).div(10000)) (#1296)
State variables written after the call(s):
- havePush[to] = true (#1186)
Reentrancy in KQMG.constructor(address,address) (#1066-1088):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1071-1072)
State variables written after the call(s):
- _approve(address(this),address(0x10ED43C718714eb63d5aA57B78B54704E256024E),10 ** 26) (#1073)
- _allowances[owner][spender] = amount (#640)
- _mint(tokenOwner,total) (#1087)
- _balances[account] = _balances[account].add(amount) (#589)
- _fundAddress = fundAddress (#1077)
- excludeFromFees(tokenOwner,true) (#1081)
- _isExcludedFromFees[account] = excluded (#1108)
- excludeFromFees(address(this),true) (#1082)
- _isExcludedFromFees[account] = excluded (#1108)
- _tokenOwner = tokenOwner (#1076)
- _mint(tokenOwner,total) (#1087)
- _totalSupply = _totalSupply.add(amount) (#588)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1078)
- automatedMarketMakerPairs[pair] = value (#1129)
- doge = IERC20(0xbA2aE424d960c26247Dd6c32edC70B295c744C43) (#1083)
- minBuyAmount = total.div(1000) (#1086)
- swapTokensAtAmount = total.div(10000) (#1085)
- uniswapV2Pair = _uniswapV2Pair (#1075)
- uniswapV2Router = _uniswapV2Router (#1074)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in KQMG._transfer(address,address,uint256) (#1140-1191):
External calls:
- swapAndLiquifyV3(balanceOf(address(this))) (#1162)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1231-1237)
- _splitOtherToken() (#1168)
- doge.transfer(_receive,receiveAmount) (#1259)
- doge.transfer(user,thisAmount.mul(rate).div(10000)) (#1285)
- doge.transfer(user,thisAmount.mul(rate).div(10000)) (#1296)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (#571)
- super._transfer(from,address(this),amount.div(10)) (#1179)
- Transfer(sender,recipient,amount) (#571)
- super._transfer(from,_fundAddress,amount.div(100)) (#1177)
- Transfer(sender,recipient,amount) (#571)
- super._transfer(from,uniswapV2Pair,amount.div(100)) (#1175)
- Transfer(sender,recipient,amount) (#571)
- super._transfer(from,to,amount) (#1183)
Reentrancy in KQMG.constructor(address,address) (#1066-1088):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1071-1072)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#641)
- _approve(address(this),address(0x10ED43C718714eb63d5aA57B78B54704E256024E),10 ** 26) (#1073)
- ExcludeFromFees(account,excluded) (#1109)
- excludeFromFees(address(this),true) (#1082)
- ExcludeFromFees(account,excluded) (#1109)
- excludeFromFees(tokenOwner,true) (#1081)
- Transfer(address(0),account,amount) (#590)
- _mint(tokenOwner,total) (#1087)
Apply the check-effects-interactions pattern.

Additional information: link

KQMG.isIn3minter() (#1136-1138) uses timestamp for comparisons
Dangerous comparisons:
- startTime.add(10) > block.timestamp (#1137)
Avoid relying on block.timestamp.

Additional information: link

Context._msgData() (#17-21) is never used and should be removed
ERC20._burn(address,uint256) (#604-615) is never used and should be removed
Remove unused functions.

Additional information: link

solc-0.8.11 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

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#57) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#59) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#90) is not in mixedCase
Function IUniswapV2Router01.WETH() (#824) is not in mixedCase
Parameter KQMG.setSwapTokensAtAmount(uint256)._swapTokensAtAmount (#1120) is not in mixedCase
Parameter KQMG.setSwapAndLiquifyEnabled(bool)._enabled (#1124) is not in mixedCase
Function KQMG._splitOtherToken() (#1253-1303) is not in mixedCase
Variable KQMG._tokenOwner (#1032) is not in mixedCase
Variable KQMG._fundAddress (#1033) is not in mixedCase
Variable KQMG._receive (#1037) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#18)" inContext (#12-22)
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 (#829) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#830)
Prevent variables from having similar names.

Additional information: link

KQMG.slitherConstructorVariables() (#1027-1310) uses literals with too many digits:
- _destroyAddress = address(0x000000000000000000000000000000000000dEaD) (#1038)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

KQMG._destroyAddress (#1038) is never used in KQMG (#1027-1310)
Remove unused state variables.

Additional information: link

KQMG._destroyAddress (#1038) should be constant
KQMG._receive (#1037) should be constant
KQMG.startTime (#1043) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#285-287)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#304-307)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#313-320)
name() should be declared external:
- ERC20.name() (#352-354)
symbol() should be declared external:
- ERC20.symbol() (#360-362)
decimals() should be declared external:
- ERC20.decimals() (#377-379)
totalSupply() should be declared external:
- ERC20.totalSupply() (#384-386)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#409-417)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#422-430)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#439-447)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#462-477)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#491-502)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#518-532)
updateUniswapV2Router(address) should be declared external:
- KQMG.updateUniswapV2Router(address) (#1094-1097)
setBlacklist(address) should be declared external:
- KQMG.setBlacklist(address) (#1099-1101)
moveBlacklist(address) should be declared external:
- KQMG.moveBlacklist(address) (#1103-1105)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- KQMG.excludeMultipleAccountsFromFees(address[],bool) (#1112-1118)
setSwapTokensAtAmount(uint256) should be declared external:
- KQMG.setSwapTokensAtAmount(uint256) (#1120-1122)
setSwapAndLiquifyEnabled(bool) should be declared external:
- KQMG.setSwapAndLiquifyEnabled(bool) (#1124-1126)
isExcludedFromFees(address) should be declared external:
- KQMG.isExcludedFromFees(address) (#1132-1134)
isIn3minter() should be declared external:
- KQMG.isIn3minter() (#1136-1138)
swapAndLiquifyV1(uint256) should be declared external:
- KQMG.swapAndLiquifyV1(uint256) (#1193-1197)
swapAndLiquifyV4() should be declared external:
- KQMG.swapAndLiquifyV4() (#1220-1222)
rescueToken(address,uint256) should be declared external:
- KQMG.rescueToken(address,uint256) (#1243-1249)
getBuysize() should be declared external:
- KQMG.getBuysize() (#1305-1307)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

Contract has 12% buy tax and 50% sell tax.
Taxes are extremely high (over 30%)

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


Unable to find Telegram and Twitter accounts


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


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Young tokens have high risks of price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for KQMG