Decentralized Cash Score Validation for Financial Transaction with LightData
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
LightData.airdrop(address) (#436-446) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referEth) (#443)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
LightData._airdropEth (#158) should be constant
LightData._airdropToken (#159) should be constant
LightData._decimals (#150) should be constant
LightData._name (#148) should be constant
LightData._referEth (#156) should be constant
LightData._referToken (#157) should be constant
LightData._swAirdrop (#154) should be constant
LightData._swSale (#155) should be constant
LightData._symbol (#149) should be constant
LightData._totalSupply (#147) should be constant
LightData.salePrice (#165) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
LightData.clearETH()._owner (#360) shadows:
- LightData._owner (#151) (state variable)
Rename the local variables that shadow another component.
Additional information: link
LightData.clearETH()._owner (#360) lacks a zero-check on :
- _owner.transfer(address(this).balance) (#361)
Check that the address is not zero.
Additional information: link
SafeMath.div(uint256,uint256,string) (#114-117) is never used and should be removed
SafeMath.sub(uint256,uint256) (#42-45) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.6.8 (#1) 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
Parameter LightData.allocationForRewards(address,uint256)._addr (#363) is not in mixedCase
Parameter LightData.allocationForRewards(address,uint256)._amount (#363) is not in mixedCase
Parameter LightData.airdrop(address)._refer (#436) is not in mixedCase
Parameter LightData.buy(address)._refer (#448) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
LightData.slitherConstructorVariables() (#144-464) uses literals with too many digits:
- _totalSupply = 32000000000000000000000000 (#147)
LightData.slitherConstructorVariables() (#144-464) uses literals with too many digits:
- _airdropEth = 2000000000000000 (#158)
LightData.slitherConstructorVariables() (#144-464) uses literals with too many digits:
- _airdropToken = 12000000000000000000 (#159)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
name() should be declared external:
- LightData.name() (#205-207)
symbol() should be declared external:
- LightData.symbol() (#220-222)
decimals() should be declared external:
- LightData.decimals() (#240-242)
cap() should be declared external:
- LightData.cap() (#247-249)
totalSupply() should be declared external:
- LightData.totalSupply() (#254-256)
balanceOf(address) should be declared external:
- LightData.balanceOf(address) (#261-263)
allowance(address,address) should be declared external:
- LightData.allowance(address,address) (#268-270)
transferFrom(address,address,uint256) should be declared external:
- LightData.transferFrom(address,address,uint256) (#341-345)
approve(address,uint256) should be declared external:
- LightData.approve(address,uint256) (#354-357)
clearETH() should be declared external:
- LightData.clearETH() (#359-362)
allocationForRewards(address,uint256) should be declared external:
- LightData.allocationForRewards(address,uint256) (#363-365)
transfer(address,uint256) should be declared external:
- LightData.transfer(address,uint256) (#420-423)
getBlock() should be declared external:
- LightData.getBlock() (#425-434)
airdrop(address) should be declared external:
- LightData.airdrop(address) (#436-446)
buy(address) should be declared external:
- LightData.buy(address) (#448-461)
Use the external attribute for functions never called from the contract.
Additional information: link
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 find token/project description on the website or on BscScan, CoinMarketCap
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 Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has no active CoinGecko listing / rank
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
Unable to find Twitter account
Telegram account has less than 100 subscribers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account