Lovecoin Token is a philanthropic cryptocurrency token built on top of the Binance Smart Chain, 10% of the token supply goes to support user voted upon charities & causes. So far in 2021 , over $40,000 USD in cash has been donated to user voted upon causes: https://lovecointoken.org/charity-donation . Users can stake their Lovecoin Tokens in the "Diamond Hearts" DeFi Staking Contract and earn passive income - https://lovecoinstaking.com/ . Additionally stakers can vote where the charity rewards are distributed to. The mission of Lovecoin Token is twofold; 1. Utilize the power of cryptocurrency to raise money to support philanthropic causes. 2. Help spread mainstream crypto adoption by building easy to use applications and running viral advertising campaigns.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
LoveCoin._totalSupply (LoveCoin.sol#29) shadows:
- BEP20._totalSupply (BEP20.sol#14)
Remove the state variable shadowing.
Additional information: link
LoveCoin.editAdmin(address).newAdmin (LoveCoin.sol#64) lacks a zero-check on :
- _newAdmin = newAdmin (LoveCoin.sol#66)
Check that the address is not zero.
Additional information: link
LoveCoin.editMaxAirdrop(uint256) (LoveCoin.sol#59-62) should emit an event for:
- _maxAirdrop = newMax * 10 ** DECIMALS (LoveCoin.sol#61)
Emit an event for critical parameter changes.
Additional information: link
Context._msgData() (Context.sol#10-13) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (Context.sol#3) allows old versions
Pragma version^0.8.0 (BEP20.sol#2) allows old versions
Pragma version^0.8.0 (LoveCoin.sol#2) allows old versions
Pragma version^0.8.0 (IBEP20.sol#3) allows old versions
solc-0.8.0 is not recommended for deployment
Pragma version^0.8.0 (IBEP20Metadata.sol#4) 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
Constant LoveCoin._totalSupply (LoveCoin.sol#29) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (Context.sol#11)" inContext (Context.sol#5-14)
Remove redundant statements if they congest code but offer no value.
Additional information: link
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (BEP20.sol#41-44)
symbol() should be declared external:
- BEP20.symbol() (BEP20.sol#25-27)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (BEP20.sol#50-53)
name() should be declared external:
- BEP20.name() (BEP20.sol#21-23)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (BEP20.sol#37-39)
airdrop(address[],uint256[]) should be declared external:
- LoveCoin.airdrop(address[],uint256[]) (LoveCoin.sol#74-83)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (BEP20.sol#55-67)
editMaxAirdrop(uint256) should be declared external:
- LoveCoin.editMaxAirdrop(uint256) (LoveCoin.sol#59-62)
claimAdmin() should be declared external:
- LoveCoin.claimAdmin() (LoveCoin.sol#69-72)
totalSupply() should be declared external:
- BEP20.totalSupply() (BEP20.sol#33-35)
- LoveCoin.totalSupply() (LoveCoin.sol#47-49)
burn(uint256) should be declared external:
- BEP20.burn(uint256) (BEP20.sol#116-127)
releaseCoins() should be declared external:
- LoveCoin.releaseCoins() (LoveCoin.sol#94-108)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (BEP20.sol#46-48)
editAdmin(address) should be declared external:
- LoveCoin.editAdmin(address) (LoveCoin.sol#64-67)
decimals() should be declared external:
- BEP20.decimals() (BEP20.sol#29-31)
- LoveCoin.decimals() (LoveCoin.sol#55-57)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (BEP20.sol#69-72)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (BEP20.sol#74-84)
maxSupply() should be declared external:
- LoveCoin.maxSupply() (LoveCoin.sol#51-53)
Use the external attribute for functions never called from the contract.
Additional information: link
LoveCoin.releaseCoins() (LoveCoin.sol#94-108) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(currentPeriod > _lastReleasePeriod,Already released coins this period.) (LoveCoin.sol#97)
- i < periodsToRelease (LoveCoin.sol#101)
Avoid relying on block.timestamp.
Additional information: link
LoveCoin.slitherConstructorConstantVariables() (LoveCoin.sol#27-109) uses literals with too many digits:
- _totalSupply = 500000000000000 * 10 ** uint256(DECIMALS) (LoveCoin.sol#29)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
BEP20._mint(address,uint256) (BEP20.sol#129-137) has costly operations inside a loop:
- _totalSupply += amount (BEP20.sol#134)
LoveCoin._airdrop(address,uint256) (LoveCoin.sol#85-91) has costly operations inside a loop:
- _releasedCoins -= amount (LoveCoin.sol#88)
Use a local variable to hold the loop computation result.
Additional information: link
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
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 PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
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 verify that token and website are owned by the same team (no listings + unable to find contract on website)
Unable to find token contract audit
Unable to verify token contract address on the website
Unable to find audit link on the website
Unable to find Telegram link on the website
Unable to find code repository for the project
Token is not listed at Mobula.Finance
Additional information: link
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 average PancakeSwap 30d trading volume is low
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Discord account