LPN Token is a multi-utility token used for various services in the market. This token is available on two blockchains, ERC20 and BEP20. LPNT Crypto wallet and LPNT Pay are two products available on iOS and Android from the LPN team for Sending, receiving, and exchanging crypto and bill payments.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
BEP20.constructor(string,string,uint256,uint8).name (#470) shadows:
- BEP20.name() (#482-484) (function)
BEP20.constructor(string,string,uint256,uint8).symbol (#470) shadows:
- BEP20.symbol() (#490-492) (function)
Rename the local variables that shadow another component.
Additional information: link
Address.isContract(address) (#393-406) uses assembly
- INLINE ASM (#402-404)
Do not use evm assembly.
Additional information: link
Address.isContract(address) (#393-406) is never used and should be removed
Address.sendValue(address,uint256) (#424-436) is never used and should be removed
BEP20._setupDecimals(uint8) (#762-764) is never used and should be removed
Context._msgData() (#24-27) is never used and should be removed
SafeMath.div(uint256,uint256) (#304-306) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#319-330) is never used and should be removed
SafeMath.mod(uint256,uint256) (#343-345) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#358-365) is never used and should be removed
SafeMath.mul(uint256,uint256) (#279-291) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.6.8 (#3) allows old versions
Pragma version^0.6.8 (#32) allows old versions
Pragma version^0.6.8 (#114) allows old versions
Pragma version^0.6.8 (#205) allows old versions
Pragma version^0.6.8 (#370) allows old versions
Pragma version^0.6.8 (#441) allows old versions
Pragma version^0.6.8 (#789) allows old versions
solc-0.6.8 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
Low level call in Address.sendValue(address,uint256) (#424-436):
- (success) = recipient.call{value: amount}() (#431)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable BEP20._ownerAddressFirst (#457) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#25)" inContext (#15-28)
Remove redundant statements if they congest code but offer no value.
Additional information: link
owner() should be declared external:
- Ownable.owner() (#66-68)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#103-110)
name() should be declared external:
- BEP20.name() (#482-484)
symbol() should be declared external:
- BEP20.symbol() (#490-492)
decimals() should be declared external:
- BEP20.decimals() (#505-507)
totalSupply() should be declared external:
- BEP20.totalSupply() (#512-514)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#519-521)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#531-539)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#544-552)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#561-569)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#583-598)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#612-623)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#639-653)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find token contract audit
Unable to find audit link on the website
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
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 CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Last post in Twitter was more than 30 days ago
Unable to find Youtube account
Unable to find Discord account