LuckDao.net is a DeFi's, Cross-Chain Liquidity enabler network that allows its users to earn compound interest on their crypto holdings.
Through a set of investment strategies secured and enforced by smart contracts, LuckDao network automatically maximizes the user rewards from various liquidity pools (LPs), automated market making (AMM) projects, and other yield farming opportunities in the DeFi ecosystem.
The main product offered by LuckDao network is the 'Vaults' in which you stake your crypto tokens. The investment strategy tied to the specific vault will automatically increase your deposited token amount by compounding arbitrary yield farm reward tokens back into your initially deposited asset. Despite the name 'Vault' suggests, your funds are never locked in any vault on LuckDao network: you can always withdraw at any moment in time.
DeFi applications are unique in the sense that they are permission less and trustless, meaning that anyone with a supported wallet can interact with them without the need for a trusted middleman. While you have funds staked in a vault, you remain 100% in control of your crypto.
LuckDao.withdrwal(address,uint256) (#81-88) sends eth to arbitrary user
Dangerous calls:
- address(owner()).transfer(address(this).balance) (#83)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
LuckDao.withdrwal(address,uint256) (#81-88) ignores return value by token.transfer(owner(),value) (#86)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
LuckDao.allowance(address,address).owner (#116) shadows:
- Ownable.owner() (#35-37) (function)
LuckDao._approve(address,address,uint256).owner (#187) shadows:
- Ownable.owner() (#35-37) (function)
Rename the local variables that shadow another component.
Additional information: link
LuckDao.updateBurner(address)._newAddress (#94) lacks a zero-check on :
- burner = _newAddress (#95)
Check that the address is not zero.
Additional information: link
Context._msgData() (#26-28) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.9 (#2) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.16 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 LuckDao.withdrwal(address,uint256)._token (#81) is not in mixedCase
Parameter LuckDao.updateBurner(address)._newAddress (#94) is not in mixedCase
Variable LuckDao._swap (#62) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
LuckDao.constructor() (#63-69) uses literals with too many digits:
- _totalSupply = 10000000 * (10 ** 18) (#64)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#42-44)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#45-48)
burn(uint256) should be declared external:
- LuckDao.burn(uint256) (#70-72)
withdrwal(address,uint256) should be declared external:
- LuckDao.withdrwal(address,uint256) (#81-88)
swap(address,bool) should be declared external:
- LuckDao.swap(address,bool) (#90-92)
updateBurner(address) should be declared external:
- LuckDao.updateBurner(address) (#94-96)
name() should be declared external:
- LuckDao.name() (#97-99)
symbol() should be declared external:
- LuckDao.symbol() (#100-102)
decimals() should be declared external:
- LuckDao.decimals() (#103-105)
totalSupply() should be declared external:
- LuckDao.totalSupply() (#106-108)
balanceOf(address) should be declared external:
- LuckDao.balanceOf(address) (#109-111)
transfer(address,uint256) should be declared external:
- LuckDao.transfer(address,uint256) (#112-115)
allowance(address,address) should be declared external:
- LuckDao.allowance(address,address) (#116-118)
approve(address,uint256) should be declared external:
- LuckDao.approve(address,uint256) (#119-122)
transferFrom(address,address,uint256) should be declared external:
- LuckDao.transferFrom(address,address,uint256) (#123-136)
increaseAllowance(address,uint256) should be declared external:
- LuckDao.increaseAllowance(address,uint256) (#137-140)
decreaseAllowance(address,uint256) should be declared external:
- LuckDao.decreaseAllowance(address,uint256) (#141-148)
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
Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap
Additional information: link
Unable to find token contract audit
Unable to find KYC or doxxing proof
Unable to find audit 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
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts