KongCoin Token Logo

KONG [KongCoin] Token

ALERT: rug pull scam

About KONG

Listings

Not Found
Token 2 years
white paper

Kongcoin is creating a full attractive defi ecosystem with the most trendy features in crypto space : Kongcoin World

It will allow 1vs1 fight and team play. Indeed, we asked a company that specializes in game development to accompany us during this long quest.
You will have the opportunity to earn in-game rewards that can be exchanged for cryptocurrency or purchased new equipment.

Social

Laser Scorebeta Last Audit: 11 June 2022

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

Anti-Scam

Links


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


Token is flagged by TokenSniffer due to presence of exploit in contract code

Address.isContract(address) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#35-40) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#38)
Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#59-74) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#66-69)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#59-74) is never used and should be removed
Address.functionCall(address,bytes) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#46-48) is never used and should be removed
Address.functionCall(address,bytes,string) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#49-51) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#52-54) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#55-58) is never used and should be removed
Address.isContract(address) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#35-40) is never used and should be removed
Address.sendValue(address,uint256) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#41-45) is never used and should be removed
SafeMath.div(uint256,uint256) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#13-16) is never used and should be removed
SafeMath.mul(uint256,uint256) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#5-12) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#41-45):
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#43)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#59-74):
- (success,returndata) = target.call{value: weiValue}(data) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#61)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Contract Kong_coin (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#77-176) is not in CapWords
Parameter Kong_coin.transfer(address,uint256)._to (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#103) is not in mixedCase
Parameter Kong_coin.transfer(address,uint256)._value (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#103) is not in mixedCase
Parameter Kong_coin.approve(address,uint256)._spender (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#119) is not in mixedCase
Parameter Kong_coin.approve(address,uint256)._value (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#119) is not in mixedCase
Parameter Kong_coin.balanceOf(address)._owner (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#130) is not in mixedCase
Function Kong_coin._buyback(address,uint256) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#150-152) is not in mixedCase
Parameter Kong_coin._buyback(address,uint256)._value (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#150) is not in mixedCase
Parameter Kong_coin.transferFrom(address,address,uint256)._from (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#155) is not in mixedCase
Parameter Kong_coin.transferFrom(address,address,uint256)._to (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#155) is not in mixedCase
Parameter Kong_coin.transferFrom(address,address,uint256)._value (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#155) is not in mixedCase
Parameter Kong_coin.allowance(address,address)._owner (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#171) is not in mixedCase
Parameter Kong_coin.allowance(address,address)._spender (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#171) is not in mixedCase
Modifier Kong_coin._external() (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#134-137) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Kong_coin.constructor(string,string) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#92-100) uses literals with too many digits:
- totalSupply = 1000000000000000 * 10 ** uint256(decimals) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#97)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Kong_coin.lpFee (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#90) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

transfer(address,uint256) should be declared external:
- Kong_coin.transfer(address,uint256) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#103-111)
approve(address,uint256) should be declared external:
- Kong_coin.approve(address,uint256) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#119-123)
balanceOf(address) should be declared external:
- Kong_coin.balanceOf(address) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#130-132)
renounceOwnership() should be declared external:
- Kong_coin.renounceOwnership() (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#139-142)
_buyback(address,uint256) should be declared external:
- Kong_coin._buyback(address,uint256) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#150-152)
transferFrom(address,address,uint256) should be declared external:
- Kong_coin.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#155-162)
allowance(address,address) should be declared external:
- Kong_coin.allowance(address,address) (crytic-export/etherscan-contracts/0x49317d66555ed58f924ae9ac65c193fb901f232d.bscscan.com-Kong_coin.sol#171-173)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is low.


Token is deployed only at one blockchain


Token has only one trading pair


Average 30d PancakeSwap volume is low.


Average 30d number of PancakeSwap swaps is low.


Number of Binance Smart Chain (BSC) token holders is low.


Unable to find Twitter account


Telegram account has relatively few subscribers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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 contract audit


Unable to find audit link on the website


Unable to find Twitter link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Young tokens have high risks of scam / price dump / death


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

Additional information: link


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for KONG