LokumToken Token Logo

LKM [Lokum] Token

About LKM

Listings

Token 3 years
CoinMarketCap 2 years
white paper

LokumFinance is a Binance Smart Chain-based DEX launched by anonymous devs with a penchant for Turkish delights called lokum. It will also incorporate features like layered farming, vault, NFT that let you earn rewards.

Social

Laser Scorebeta Last Audit: 19 February 2022

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

Anti-Scam

Links


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

Token._writeCheckpoint(address,uint32,uint256,uint256) (#922-940) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (#932)
Don't use strict equality to determine if an account has enough Ether or tokens.

Additional information: link

BEP20.constructor(string,string).name (#468) shadows:
- BEP20.name() (#484-486) (function)
- IBEP20.name() (#127) (function)
BEP20.constructor(string,string).symbol (#468) shadows:
- BEP20.symbol() (#492-494) (function)
- IBEP20.symbol() (#122) (function)
BEP20.allowance(address,address).owner (#533) shadows:
- Ownable.owner() (#61-63) (function)
BEP20._approve(address,address,uint256).owner (#692) shadows:
- Ownable.owner() (#61-63) (function)
Token.constructor(string,string).name (#719) shadows:
- BEP20.name() (#484-486) (function)
- IBEP20.name() (#127) (function)
Token.constructor(string,string).symbol (#719) shadows:
- BEP20.symbol() (#492-494) (function)
- IBEP20.symbol() (#122) (function)
Rename the local variables that shadow another component.

Additional information: link

Token.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#788-829) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,Signature delegation problem: signature expired) (#827)
Avoid relying on block.timestamp.

Additional information: link

Token.getChainId() (#947-951) uses assembly
- INLINE ASM (#949)
Do not use evm assembly.

Additional information: link

Different versions of Solidity is used:
- Version used: ['0.6.12', '>=0.4.0', '>=0.6.0<0.8.0', '>=0.6.4']
- >=0.6.0<0.8.0 (#3)
- >=0.6.0<0.8.0 (#30)
- >=0.6.0<0.8.0 (#100)
- >=0.6.4 (#106)
- >=0.6.0<0.8.0 (#203)
- >=0.4.0 (#420)
- 0.6.12 (#716)
Use one Solidity version.

Additional information: link

BEP20._burn(address,uint256) (#671-677) is never used and should be removed
BEP20._burnFrom(address,uint256) (#706-709) is never used and should be removed
Context._msgData() (#20-23) is never used and should be removed
SafeMath.div(uint256,uint256) (#335-338) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#390-393) is never used and should be removed
SafeMath.mod(uint256,uint256) (#352-355) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#410-413) is never used and should be removed
SafeMath.mul(uint256,uint256) (#316-321) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#224-228) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#260-263) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#270-273) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#245-253) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#235-238) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version>=0.6.0<0.8.0 (#3) is too complex
Pragma version>=0.6.0<0.8.0 (#30) is too complex
Pragma version>=0.6.0<0.8.0 (#100) is too complex
Pragma version>=0.6.4 (#106) allows old versions
Pragma version>=0.6.0<0.8.0 (#203) is too complex
Pragma version>=0.4.0 (#420) allows old versions
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

Parameter Token.mint(address,uint256)._to (#724) is not in mixedCase
Parameter Token.mint(address,uint256)._amount (#724) is not in mixedCase
Variable Token._delegates (#730) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#21)" inContext (#15-24)
Remove redundant statements if they congest code but offer no value.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#80-83)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#89-93)
symbol() should be declared external:
- BEP20.symbol() (#492-494)
decimals() should be declared external:
- BEP20.decimals() (#499-501)
totalSupply() should be declared external:
- BEP20.totalSupply() (#506-508)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#525-528)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#533-535)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#544-547)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#561-569)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#583-586)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#602-605)
mint(uint256) should be declared external:
- BEP20.mint(uint256) (#615-618)
mint(address,uint256) should be declared external:
- Token.mint(address,uint256) (#724-727)
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


Telegram account has less than 100 subscribers


Twitter account has less than 100 followers


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


Unable to find token on CoinGecko

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


Unable to find token on CoinHunt

Additional information: link


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 LKM

News for LKM