Lucky Dragon Token Logo

LUCKY [Lucky Dragon] Token

About LUCKY

Listings

Token 20 months
CoinGecko 20 months
CoinMarketCap 20 months
white paper

$LUCKY is a unique staking and BNB reward token on Binance Smart Chain.

Join us for an incredible journey that empowers investors, backed by an experienced team.

Lucky Dragon has a unique staking system available on launch, designed to reward those willing to lock up their tokens. The lockup period is 7 days, which generates both $LUCKY and BNB rewards exclusively to the wallet that is staking. These rewards are sustained through our tax system, and will be increasingly sustained when we deploy our stable coin farms (25% locked for these farms when ready). These staking system is called "Lucky Bank" and our ecosystem will be designed to sustain these rewards over the long-term. This double reward staking pool captures the beauty of a sustainable APY and reward system.

As for tokenomics, $LUCKY tax structure is a simple: 7% on both buys and sells (1% Dev, 3% Bank, 3% Marketing). There was a small presale of 250 BNB, and the following tokenomics were distributed on launch:

Lucky Bank: 10%
Future Stablecoin Staking: 25%, Locked
Team (Vested in Lucky Bank): 13%
Private Sale: 7%
Tokens for Liquidity: 15%
Tokens for Presale: 30%

We plan on introducing multiple dApps, including community investment pools that can stake LUCKY to participate in exclusive IPO's, Investments, and more. Our capabilities to grow are greatly enhanced on the Binance Smart Chain, as gas fees are much lower than most other Blockchains. Once we complete specific phases in our roadmap, $LUCKY plans on obtaining full regulations and licensing to become an official sportsbook and expand aggressively. Our goals will continue to grow, and project development and team expansion will occur at a rapid pace.

LuckyDragon also has unique community events exclusive to Lucky Dragon holders. One of our community events is the "777 draw" that happens every 777 minutes. Random holders are selected to win huge rewards every day just by holding. These community events will be constantly deployed to create a bo

Social

Laser Scorebeta Last Audit: 13 October 2022

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

LuckyDragon.swapBack() (#1399-1447) sends eth to arbitrary user
Dangerous calls:
- (successDev) = address(devWallet).call{value: ethForDev}() (#1427)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in LuckyDragon._transfer(address,address,uint256) (#1252-1370):
External calls:
- swapBack() (#1328)
- IWETH(token).deposit{value: ethAmount}() (#1373)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1386-1392)
- (success) = address(marketingWallet).call{value: ethForMarketing}() (#1426)
- (successDev) = address(devWallet).call{value: ethForDev}() (#1427)
- success = IERC20(token).transfer(dividendTrackerContract,tokenBalance) (#1438)
- IStake(dividendTrackerContract).dividendReward(tokenBalance) (#1441)
- success = IERC20(token).transfer(marketingWallet,tokenBalance) (#1444)
External calls sending eth:
- swapBack() (#1328)
- IWETH(token).deposit{value: ethAmount}() (#1373)
- (success) = address(marketingWallet).call{value: ethForMarketing}() (#1426)
- (successDev) = address(devWallet).call{value: ethForDev}() (#1427)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#1363)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#448)
- _balances[recipient] = _balances[recipient].add(amount) (#449)
- super._transfer(from,to,amount) (#1368)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#448)
- _balances[recipient] = _balances[recipient].add(amount) (#449)
- swapping = false (#1329)
- tokensForDev += fees * devSellFee / totalSellFees (#1351)
- tokensForDev += fees * devBuyFee / totalBuyFees (#1358)
- tokensForMarketing += fees * marketingSellFee / totalSellFees (#1350)
- tokensForMarketing += fees * marketingBuyFee / totalBuyFees (#1357)
- tokensForRewards += fees * rewardsSellFee / totalSellFees (#1349)
- tokensForRewards += fees * rewardsBuyFee / totalBuyFees (#1356)
Apply the check-effects-interactions pattern.

Additional information: link

LuckyDragon.getStuckToken(address,address,uint256) (#1483-1485) ignores return value by IERC20(_tokenAddress).transfer(_to,_amount) (#1484)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Combination 1: Reentrancy vulnerabilities + 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.


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.


Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

SafeMathInt.div(int256,int256) (#769-775) is never used and should be removed
SafeMathInt.abs(int256) (#798-801) is never used and should be removed
SafeMathUint.toInt256Safe(uint256) (#811-815) is never used and should be removed
SafeMathInt.mul(int256,int256) (#757-764) is never used and should be removed
ERC20._burn(address,uint256) (#499-507) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#692-695) is never used and should be removed
SafeMathInt.toUint256Safe(int256) (#804-807) is never used and should be removed
SafeMathInt.sub(int256,int256) (#780-784) is never used and should be removed
Context._msgData() (#86-89) is never used and should be removed
SafeMath.mod(uint256,uint256) (#676-678) is never used and should be removed
SafeMathInt.add(int256,int256) (#789-793) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.9 (#3) 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

Low level call in LuckyDragon.withdrawStuckEth() (#1465-1468):
- (success) = address(msg.sender).call{value: address(this).balance}() (#1466)
Low level call in LuckyDragon.swapBack() (#1399-1447):
- (success) = address(marketingWallet).call{value: ethForMarketing}() (#1426)
- (successDev) = address(devWallet).call{value: ethForDev}() (#1427)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter LuckyDragon.getStuckToken(address,address,uint256)._tokenAddress (#1483) is not in mixedCase
Parameter LuckyDragon.updateDeadline(uint256)._deadline (#1478) is not in mixedCase
Parameter LuckyDragon.emergencyPresaleAddressUpdate(address,address)._presaleAddress (#1119) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#113) is not in mixedCase
Parameter LuckyDragon.updateSellFees(uint256,uint256,uint256)._marketingFee (#1157) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#130) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#112) is not in mixedCase
Event LuckyDragonmarketingWalletUpdated(address,address) (#1034) is not in CapWords
Parameter LuckyDragon.addPresaleAddressForExclusions(address,address)._presaleAddress (#1110) is not in mixedCase
Parameter LuckyDragon.dividendRewardStatus(bool)._flag (#1491) is not in mixedCase
Parameter LuckyDragon.updateBuyFees(uint256,uint256,uint256)._devFee (#1149) is not in mixedCase
Parameter LuckyDragon.getStuckToken(address,address,uint256)._to (#1483) is not in mixedCase
Variable LuckyDragon._isExcludedMaxTransactionAmount (#1016) is not in mixedCase
Parameter LuckyDragon.updateBuyFees(uint256,uint256,uint256)._rewardsFee (#1149) is not in mixedCase
Event LuckyDragondevWalletUpdated(address,address) (#1036) is not in CapWords
Parameter LuckyDragon.emergencyPresaleAddressUpdate(address,address)._presaleRouterAddress (#1119) is not in mixedCase
Parameter LuckyDragon.updateSellFees(uint256,uint256,uint256)._rewardsFee (#1157) is not in mixedCase
Parameter LuckyDragon.updateRouter(address)._newRouter (#1495) is not in mixedCase
Variable LuckyDragon._isExcludedMaxWalletAmount (#1017) is not in mixedCase
Parameter LuckyDragon.updateBuyFees(uint256,uint256,uint256)._marketingFee (#1149) is not in mixedCase
Function IUniswapV2Router01.WETH() (#820) is not in mixedCase
Parameter LuckyDragon.setDividendTrackerContract(address)._address (#1487) is not in mixedCase
Parameter LuckyDragon.updateSellFees(uint256,uint256,uint256)._devFee (#1157) is not in mixedCase
Parameter LuckyDragon.addPresaleAddressForExclusions(address,address)._presaleRouterAddress (#1110) is not in mixedCase
Parameter LuckyDragon.getStuckToken(address,address,uint256)._amount (#1483) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#87)" inContext (#81-90)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#825) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#826)
Prevent variables from having similar names.

Additional information: link

LuckyDragon.swapBack() (#1399-1447) uses literals with too many digits:
- ! (dividendTrackerContract == 0x0000000000000000000000000000000000000000) (#1437)
LuckyDragon.updateGasForProcessing(uint256) (#1232-1237) uses literals with too many digits:
- require(bool,string)(newValue >= 200000 && newValue <= 500000, gasForProcessing must be between 200,000 and 500,000) (#1233)
LuckyDragon.slitherConstructorVariables() (#953-1504) uses literals with too many digits:
- gasForProcessing = 400000 (#1008)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SafeMathInt.MAX_INT256 (#752) is never used in SafeMathInt (#750-808)
Remove unused state variables.

Additional information: link

LuckyDragon.liquiditySellFee (#995) should be constant
LuckyDragon.liquidityActiveBlock (#972) should be constant
LuckyDragon.liquidityBuyFee (#1001) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Reentrancy in LuckyDragon._transfer(address,address,uint256) (#1252-1370):
External calls:
- swapBack() (#1328)
- IWETH(token).deposit{value: ethAmount}() (#1373)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1386-1392)
- (success) = address(marketingWallet).call{value: ethForMarketing}() (#1426)
- (successDev) = address(devWallet).call{value: ethForDev}() (#1427)
- success = IERC20(token).transfer(dividendTrackerContract,tokenBalance) (#1438)
- IStake(dividendTrackerContract).dividendReward(tokenBalance) (#1441)
- success = IERC20(token).transfer(marketingWallet,tokenBalance) (#1444)
External calls sending eth:
- swapBack() (#1328)
- IWETH(token).deposit{value: ethAmount}() (#1373)
- (success) = address(marketingWallet).call{value: ethForMarketing}() (#1426)
- (successDev) = address(devWallet).call{value: ethForDev}() (#1427)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (#450)
- super._transfer(from,address(this),fees) (#1363)
- Transfer(sender,recipient,amount) (#450)
- super._transfer(from,to,amount) (#1368)
Apply the check-effects-interactions pattern.

Additional information: link

LuckyDragon._transfer(address,address,uint256) (#1252-1370) performs a multiplication on the result of a division:
-tokensForMarketing += fees * marketingSellFee / totalSellFees (#1350)
-fees = amount.mul(totalBuyFees).div(100) (#1355)
LuckyDragon._transfer(address,address,uint256) (#1252-1370) performs a multiplication on the result of a division:
-fees = amount.mul(totalSellFees).div(100) (#1348)
-tokensForRewards += fees * rewardsSellFee / totalSellFees (#1349)
LuckyDragon._transfer(address,address,uint256) (#1252-1370) performs a multiplication on the result of a division:
-tokensForDev += fees * devSellFee / totalSellFees (#1351)
-fees = amount.mul(totalBuyFees).div(100) (#1355)
LuckyDragon._transfer(address,address,uint256) (#1252-1370) performs a multiplication on the result of a division:
-fees = amount.mul(totalBuyFees).div(100) (#1355)
-tokensForMarketing += fees * marketingBuyFee / totalBuyFees (#1357)
LuckyDragon._transfer(address,address,uint256) (#1252-1370) performs a multiplication on the result of a division:
-fees = amount.mul(totalBuyFees).div(100) (#1355)
-tokensForRewards += fees * rewardsBuyFee / totalBuyFees (#1356)
LuckyDragon._transfer(address,address,uint256) (#1252-1370) performs a multiplication on the result of a division:
-fees = amount.mul(totalBuyFees).div(100) (#1355)
-tokensForDev += fees * devBuyFee / totalBuyFees (#1358)
Consider ordering multiplication before division.

Additional information: link

Reentrancy in LuckyDragon.swapBack() (#1399-1447):
External calls:
- swapTokensForEth(amountToSwapForETH) (#1411)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1386-1392)
State variables written after the call(s):
- tokensForDev = 0 (#1423)
- tokensForMarketing = 0 (#1422)
- tokensForRewards = 0 (#1424)
Apply the check-effects-interactions pattern.

Additional information: link

LuckyDragon._transfer(address,address,uint256) (#1252-1370) uses tx.origin for authorization: require(bool,string)(_holderLastTransferTimestamp[tx.origin] < block.number,_transfer:: Transfer Delay enabled. Only one purchase per block allowed.) (#1298)
Do not use tx.origin for authorization.

Additional information: link

LuckyDragon.constructor().totalSupply (#1050) shadows:
- ERC20.totalSupply() (#322-324) (function)
- IERC20.totalSupply() (#168) (function)
Rename the local variables that shadow another component.

Additional information: link

LuckyDragon.updateMaxWalletAmount(uint256) (#1142-1144) should emit an event for:
- maxWalletAmount = newNum * (10 ** 18) (#1143)
LuckyDragon.updateMaxTransactionAmount(uint256) (#1137-1140) should emit an event for:
- maxTransactionAmount = newNum * (10 ** 18) (#1139)
LuckyDragon.updateSwapTokensAtAmount(uint256) (#1145-1147) should emit an event for:
- swapTokensAtAmount = newNum * (10 ** 18) (#1146)
LuckyDragon.updateBuyFees(uint256,uint256,uint256) (#1149-1155) should emit an event for:
- marketingBuyFee = _marketingFee (#1150)
- devBuyFee = _devFee (#1151)
- rewardsBuyFee = _rewardsFee (#1152)
- totalBuyFees = marketingBuyFee + rewardsBuyFee + devBuyFee (#1153)
LuckyDragon.updateSellFees(uint256,uint256,uint256) (#1157-1163) should emit an event for:
- marketingSellFee = _marketingFee (#1158)
- devSellFee = _devFee (#1159)
- rewardsSellFee = _rewardsFee (#1160)
- totalSellFees = marketingSellFee + rewardsSellFee + devSellFee (#1161)
Emit an event for critical parameter changes.

Additional information: link

LuckyDragon.addPresaleAddressForExclusions(address,address)._presaleRouterAddress (#1110) lacks a zero-check on :
- presaleRouterAddress = _presaleRouterAddress (#1114)
LuckyDragon.emergencyPresaleAddressUpdate(address,address)._presaleRouterAddress (#1119) lacks a zero-check on :
- presaleRouterAddress = _presaleRouterAddress (#1121)
LuckyDragon.emergencyPresaleAddressUpdate(address,address)._presaleAddress (#1119) lacks a zero-check on :
- presaleAddress = _presaleAddress (#1120)
LuckyDragon.setDividendTrackerContract(address)._address (#1487) lacks a zero-check on :
- dividendTrackerContract = _address (#1488)
LuckyDragon.updateDevWallet(address).newDevWallet (#1226) lacks a zero-check on :
- devWallet = newDevWallet (#1229)
LuckyDragon.addPresaleAddressForExclusions(address,address)._presaleAddress (#1110) lacks a zero-check on :
- presaleAddress = _presaleAddress (#1111)
LuckyDragon.updateRouter(address)._uniswapV2Pair (#1496-1497) lacks a zero-check on :
- uniswapV2Pair = _uniswapV2Pair (#1500)
LuckyDragon.updateMarketingWallet(address).newMarketingWallet (#1220) lacks a zero-check on :
- marketingWallet = newMarketingWallet (#1223)
Check that the address is not zero.

Additional information: link

Reentrancy in LuckyDragon.updateRouter(address) (#1495-1501):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(IUniswapV2Router02(_newRouter).factory()).createPair(address(this),IUniswapV2Router02(_newRouter).WETH()) (#1496-1497)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (#1500)
- uniswapV2Router = IUniswapV2Router02(_newRouter) (#1499)
Apply the check-effects-interactions pattern.

Additional information: link

transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#378-386)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#734-737)
decimals() should be declared external:
- ERC20.decimals() (#315-317)
isExcludedFromFees(address) should be declared external:
- LuckyDragon.isExcludedFromFees(address) (#1241-1243)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#419-422)
excludeFromMaxWallet(address,bool) should be declared external:
- LuckyDragon.excludeFromMaxWallet(address,bool) (#1187-1190)
symbol() should be declared external:
- ERC20.symbol() (#298-300)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#341-344)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#400-403)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#743-747)
name() should be declared external:
- ERC20.name() (#290-292)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- LuckyDragon.setAutomatedMarketMakerPair(address,bool) (#1206-1210)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#360-363)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#349-351)
Use the external attribute for functions never called from the contract.

Additional information: link


Contract ownership is semi-renounced (passed to a contract)

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.


Number of Binance Smart Chain (BSC) token holders is low.


Token is deployed only at one blockchain


Token has only one trading pair


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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 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


Young tokens have high risks of scam / price dump / death


Token has no active CoinMarketCap listing / rank


Token has relatively low CoinGecko rank

Price for LUCKY

News for LUCKY