KRIGGER Token Logo

KRIGGER Token

About KRIGGER

Listings

Token 2 years

Krigger of Crypto is a Play To Earn game. This game is running in the cryptocurrency environment.
This game has a medieval environment. And it is a perfect style for people who love fantasy age.
The player from the beginning will be able to earn tokens currency because you will be able to do different actions in the game like stacking, doing missions, battles and other kinds of enjoyable actions.
Krigger of cryto will have a big explosion about innovation inside of this new crypto game's world.
We have learned about the mistakes of other games to be the difference.
Krigger of crypto will be the reference game in this genre being funny, sustainable and balanced.
The game will releasing under the Binance Smart Chain (BSC). Because this network has low fee transactions. Also we have chosen this network because it is the most popular videogames environment currently.

Social

Laser Scorebeta Last Audit: 17 February 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

Contract locking ether found:
Contract MyCoinToken (#629-743) has payable functions:
- MyCoinToken.receive() (#741)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.

Additional information: link

MyCoinToken._transfer(address,address,uint256).taxAmount (#687) 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

MyCoinToken.changeWhalesBlock(bool,uint256) (#709-719) should emit an event for:
- whaleSize = total (#714)
Emit an event for critical parameter changes.

Additional information: link

MyCoinToken.constructor(address,address,address,address,address,address,address).fee (#650) lacks a zero-check on :
- pancakeFee = fee (#674)
Check that the address is not zero.

Additional information: link

MyCoinToken._transfer(address,address,uint256) (#684-707) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(lastTrade[sender] < block.timestamp,wait time Anti-bot Block) (#692)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#298-308) uses assembly
- INLINE ASM (#304-306)
Address.verifyCallResult(bool,bytes,string) (#467-487) uses assembly
- INLINE ASM (#479-482)
Do not use evm assembly.

Additional information: link

Ownable._onlyDevs() (#255-257) compares to a boolean constant:
-require(bool,string)(devs[msg.sender] == true,NO: Only devs) (#256)
MyCoinToken._transfer(address,address,uint256) (#684-707) compares to a boolean constant:
-liquidityPool[receiver] == true (#689)
MyCoinToken._transfer(address,address,uint256) (#684-707) compares to a boolean constant:
-BlockWhales == true (#693)
MyCoinToken._transfer(address,address,uint256) (#684-707) compares to a boolean constant:
-isExcludedFromFee[sender] == false (#690)
Remove the equality to the boolean constant.

Additional information: link

Address.functionCall(address,bytes) (#351-353) is never used and should be removed
Address.functionCall(address,bytes,string) (#361-367) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#380-386) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#394-405) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#440-442) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#450-459) is never used and should be removed
Address.functionStaticCall(address,bytes) (#413-415) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#423-432) is never used and should be removed
Address.isContract(address) (#298-308) is never used and should be removed
Address.sendValue(address,uint256) (#326-331) is never used and should be removed
Address.verifyCallResult(bool,bytes,string) (#467-487) is never used and should be removed
Context._msgData() (#18-20) is never used and should be removed
Ownable._onlyDevs() (#255-257) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#196-205) is never used and should be removed
SafeMath.mod(uint256,uint256) (#156-158) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#222-231) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#27-33) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#69-74) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#81-86) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#52-62) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#40-45) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#326-331):
- (success) = recipient.call{value: amount}() (#329)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#394-405):
- (success,returndata) = target.call{value: value}(data) (#403)
Low level call in Address.functionStaticCall(address,bytes,string) (#423-432):
- (success,returndata) = target.staticcall(data) (#430)
Low level call in Address.functionDelegateCall(address,bytes,string) (#450-459):
- (success,returndata) = target.delegatecall(data) (#457)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function Ownable.AddDev(address) (#267-269) is not in mixedCase
Function Ownable.RemoveDev(address) (#270-272) is not in mixedCase
Event MyCoinTokenchangeLiquidityPoolStatus(address,bool) (#641) is not in CapWords
Parameter MyCoinToken.setLiquidityPoolStatus(address,bool)._lpAddress (#720) is not in mixedCase
Parameter MyCoinToken.setLiquidityPoolStatus(address,bool)._status (#720) is not in mixedCase
Function MyCoinToken.Burn(uint256) (#734-736) is not in mixedCase
Constant MyCoinToken.feeDecimals (#632) is not in UPPER_CASE_WITH_UNDERSCORES
Constant MyCoinToken.tradeCooldown (#633) is not in UPPER_CASE_WITH_UNDERSCORES
Variable MyCoinToken.BlockWhales (#639) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

MyCoinToken.constructor(address,address,address,address,address,address,address) (#643-680) uses literals with too many digits:
- _mint(msg.sender,5000000 * 10 ** 18) (#659)
MyCoinToken.constructor(address,address,address,address,address,address,address) (#643-680) uses literals with too many digits:
- _mint(Devs,25000000 * 10 ** 18) (#661)
MyCoinToken.constructor(address,address,address,address,address,address,address) (#643-680) uses literals with too many digits:
- _mint(Game,180000000 * 10 ** 18) (#663)
MyCoinToken.constructor(address,address,address,address,address,address,address) (#643-680) uses literals with too many digits:
- _mint(Marketing,15000000 * 10 ** 18) (#665)
MyCoinToken.constructor(address,address,address,address,address,address,address) (#643-680) uses literals with too many digits:
- _mint(Asesoria,10000000 * 10 ** 18) (#667)
MyCoinToken.constructor(address,address,address,address,address,address,address) (#643-680) uses literals with too many digits:
- _mint(improveTeam,10000000 * 10 ** 18) (#669)
MyCoinToken.constructor(address,address,address,address,address,address,address) (#643-680) uses literals with too many digits:
- _mint(Reserva,55000000 * 10 ** 18) (#671)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

AddDev(address) should be declared external:
- Ownable.AddDev(address) (#267-269)
RemoveDev(address) should be declared external:
- Ownable.RemoveDev(address) (#270-272)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#273-278)
name() should be declared external:
- ERC20.name() (#526-528)
symbol() should be declared external:
- ERC20.symbol() (#530-532)
decimals() should be declared external:
- ERC20.decimals() (#534-536)
totalSupply() should be declared external:
- ERC20.totalSupply() (#538-540)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#542-544)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#546-549)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#551-553)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#555-558)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#560-564)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#566-569)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#571-574)
changeWhalesBlock(bool,uint256) should be declared external:
- MyCoinToken.changeWhalesBlock(bool,uint256) (#709-719)
excludeFromFee(address,bool) should be declared external:
- MyCoinToken.excludeFromFee(address,bool) (#724-726)
blacklistAddress(address,bool) should be declared external:
- MyCoinToken.blacklistAddress(address,bool) (#728-730)
Burn(uint256) should be declared external:
- MyCoinToken.Burn(uint256) (#734-736)
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.


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 0% buy tax and 2% sell tax.
Taxes are low and contract ownership is renounced.


Twitter account has relatively few followers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


BscScan page for the token does not contain additional info: website, socials, description, etc.

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 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 scam / price dump / death


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


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for KRIGGER

News for KRIGGER