Speed Card Game Powered by NFT & Blockchain
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
LGEWhitelisted._applyLGEWhitelist(address,address,uint256) (#838-869) uses a dangerous strict equality:
- _lgeTimestamp == 0 && sender != _lgePairAddress && recipient == _lgePairAddress && amount > 0 (#843)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
LGEWhitelisted.createLGEWhitelist(address,uint256[],uint256[]).pairAddress (#759) lacks a zero-check on :
- _lgePairAddress = pairAddress (#762)
Check that the address is not zero.
Additional information: link
LGEWhitelisted.getLGEWhitelistRound() (#813-831) uses timestamp for comparisons
Dangerous comparisons:
- _lgeTimestamp > 0 (#815)
- now <= wlCloseTimestampLast (#824)
LGEWhitelisted._applyLGEWhitelist(address,address,uint256) (#838-869) uses timestamp for comparisons
Dangerous comparisons:
- _lgeTimestamp == 0 && sender != _lgePairAddress && recipient == _lgePairAddress && amount > 0 (#843)
- wlRoundNumber > 0 (#851)
Avoid relying on block.timestamp.
Additional information: link
BEP20.constructor(string,string)._name (#699) shadows:
- ERC20._name (#428) (state variable)
BEP20.constructor(string,string)._symbol (#699) shadows:
- ERC20._symbol (#429) (state variable)
Kryptobellion.constructor(string,string,uint256)._name (#881) shadows:
- ERC20._name (#428) (state variable)
Kryptobellion.constructor(string,string,uint256)._symbol (#881) shadows:
- ERC20._symbol (#429) (state variable)
Rename the local variables that shadow another component.
Additional information: link
Context._msgData() (#24-27) is never used and should be removed
ERC20._setupDecimals(uint8) (#673-675) is never used and should be removed
SafeMath.div(uint256,uint256) (#310-313) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#365-368) is never used and should be removed
SafeMath.mod(uint256,uint256) (#327-330) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#385-388) is never used and should be removed
SafeMath.mul(uint256,uint256) (#291-296) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#199-203) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#235-238) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#245-248) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#220-228) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#210-213) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.6.0<0.8.0 (#7) is too complex
Pragma version>=0.6.0<0.8.0 (#32) is too complex
Pragma version>=0.6.0<0.8.0 (#100) is too complex
Pragma version>=0.6.0<0.8.0 (#178) is too complex
Pragma version>=0.6.0<0.8.0 (#393) is too complex
Pragma version>=0.6.0<0.8.0 (#696) is too complex
Pragma version>=0.6.0<0.8.0 (#704) is too complex
Pragma version>=0.6.0<0.8.0 (#876) is too complex
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
Variable LGEWhitelisted._lgeWhitelistRounds (#717) is not in mixedCase
Variable LGEWhitelisted._lgeTimestamp (#719) is not in mixedCase
Variable LGEWhitelisted._lgePairAddress (#720) is not in mixedCase
Variable LGEWhitelisted._whitelister (#722) is not in mixedCase
Parameter Kryptobellion.burn(uint256)._amount (#885) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#25)" inContext (#19-28)
Remove redundant statements if they congest code but offer no value.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#82-85)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#91-95)
name() should be declared external:
- ERC20.name() (#450-452)
symbol() should be declared external:
- ERC20.symbol() (#458-460)
decimals() should be declared external:
- ERC20.decimals() (#475-477)
totalSupply() should be declared external:
- ERC20.totalSupply() (#482-484)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#489-491)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#501-504)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#509-511)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#520-523)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#538-542)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#556-559)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#575-578)
Use the external attribute for functions never called from the contract.
Additional information: link
Contract name (Kryptobellion.com) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap
Additional information: link
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper 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
Token has no active CoinMarketCap listing / rank
Token has relatively low CoinGecko rank
Last post in Twitter was more than 30 days ago
Unable to find Youtube account
Unable to find Discord account