A leading global experimental blockchain gaming platform that incorporates a decentralized leveraged trading platform with an open-based design that incorporates the meta-universe ecosystem built by GameFi, NFTFi, and DeFi 3.0, along with all-round value empowerment in terms of market, traffic, and resources.
JOYLINK.addLiquidity(uint256,uint256) (#2633-2646) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
JOYLINK.addLiquidityAndStake(uint256,uint256) (#2648-2661) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
State variables written after the call(s):
- swapping = false (#2418)
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
- getReward(from) (#2437)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- getReward(from) (#2437)
- (success,returndata) = target.call{value: value}(data) (#689)
State variables written after the call(s):
- super._transfer(from,address(this),amount) (#2447)
- _balances[sender] = senderBalance - amount (#379)
- _balances[recipient] += amount (#381)
- super._transfer(from,address(this),amount) (#2458)
- _balances[sender] = senderBalance - amount (#379)
- _balances[recipient] += amount (#381)
- super._transfer(from,address(this),amount) (#2472)
- _balances[sender] = senderBalance - amount (#379)
- _balances[recipient] += amount (#381)
- super._transfer(from,address(this),amount) (#2489)
- _balances[sender] = senderBalance - amount (#379)
- _balances[recipient] += amount (#381)
- super._transfer(from,address(this),totalAmount) (#2507)
- _balances[sender] = senderBalance - amount (#379)
- _balances[recipient] += amount (#381)
- updateLevel(invt) (#2442)
- jolinLimit[_addr] = 1000 * 10 ** 8 * 10 ** 18 (#2317)
- jolinLimit[_addr] = 2 * 10 ** 6 * 10 ** 18 (#2321)
- jolinLimit[_addr] = 10 ** 6 * 10 ** 18 (#2325)
- getReward(from) (#2437)
- lastUpdateTime[pid] = lastTimeRewardApplicable(pid) (#2694)
- getReward(from) (#2437)
- rewardPerTokenStored[pid] = rewardPerToken(pid) (#2693)
- getReward(from) (#2437)
- rewards[account][pid] = 0 (#2777)
- rewards[account][pid] = earned(account,pid) (#2696)
- getReward(from) (#2437)
- userRewardPerTokenPaid[account][pid] = rewardPerTokenStored[pid] (#2697)
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
- getReward(from) (#2437)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
- swapAndStake(amount) (#2448)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- getReward(from) (#2437)
- (success,returndata) = target.call{value: value}(data) (#689)
- swapAndStake(amount) (#2448)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
State variables written after the call(s):
- stakeBalanceOf[to][0] += stakeLP (#2450)
- totalStakeSupply[0] += stakeLP (#2451)
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
- getReward(from) (#2437)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
- swapAndStake(amount) (#2459)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- getReward(from) (#2437)
- (success,returndata) = target.call{value: value}(data) (#689)
- swapAndStake(amount) (#2459)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
State variables written after the call(s):
- stakeBalanceOf[to][0] += stakeLP_scope_1 (#2461)
- stakeBalanceOf[to][1] += stakeLP_scope_1 (#2463)
- totalStakeSupply[0] += stakeLP_scope_1 (#2462)
- totalStakeSupply[1] += stakeLP_scope_1 (#2464)
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
- getReward(from) (#2437)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
- swapAndStake(amount) (#2473)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- getReward(from) (#2437)
- (success,returndata) = target.call{value: value}(data) (#689)
- swapAndStake(amount) (#2473)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
State variables written after the call(s):
- stakeBalanceOf[to][0] += stakeLP_scope_3 (#2475)
- stakeBalanceOf[to][1] += stakeLP_scope_3 (#2477)
- stakeBalanceOf[to][2] += stakeLP_scope_3 (#2479)
- totalStakeSupply[0] += stakeLP_scope_3 (#2476)
- totalStakeSupply[1] += stakeLP_scope_3 (#2478)
- totalStakeSupply[2] += stakeLP_scope_3 (#2480)
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
- getReward(from) (#2437)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
- swapAndStake(amount) (#2490)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- getReward(from) (#2437)
- (success,returndata) = target.call{value: value}(data) (#689)
- swapAndStake(amount) (#2490)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
State variables written after the call(s):
- stakeBalanceOf[to][0] += stakeLP_scope_5 (#2492)
- stakeBalanceOf[to][1] += stakeLP_scope_5 (#2494)
- stakeBalanceOf[to][2] += stakeLP_scope_5 (#2496)
- stakeBalanceOf[to][3] += stakeLP_scope_5 (#2498)
- totalStakeSupply[0] += stakeLP_scope_5 (#2493)
- totalStakeSupply[1] += stakeLP_scope_5 (#2495)
- totalStakeSupply[2] += stakeLP_scope_5 (#2497)
- totalStakeSupply[4] += stakeLP_scope_5 (#2499)
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
- getReward(from) (#2437)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
- getReward(from) (#2513)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- getReward(from) (#2437)
- (success,returndata) = target.call{value: value}(data) (#689)
- getReward(from) (#2513)
- (success,returndata) = target.call{value: value}(data) (#689)
State variables written after the call(s):
- super._transfer(from,address(this),totalAmount_scope_6) (#2517)
- _balances[sender] = senderBalance - amount (#379)
- _balances[recipient] += amount (#381)
- super._transfer(from,cur,invReward) (#2532)
- _balances[sender] = senderBalance - amount (#379)
- _balances[recipient] += amount (#381)
- super._transfer(from,_burnAddress,invAmount) (#2536)
- _balances[sender] = senderBalance - amount (#379)
- _balances[recipient] += amount (#381)
- super._transfer(from,_burnAddress,burnAmount) (#2540)
- _balances[sender] = senderBalance - amount (#379)
- _balances[recipient] += amount (#381)
- super._transfer(from,to,amount) (#2544)
- _balances[sender] = senderBalance - amount (#379)
- _balances[recipient] += amount (#381)
- getReward(from) (#2513)
- lastUpdateTime[pid] = lastTimeRewardApplicable(pid) (#2694)
- getReward(from) (#2513)
- rewardPerTokenStored[pid] = rewardPerToken(pid) (#2693)
- getReward(from) (#2513)
- rewards[account][pid] = 0 (#2777)
- rewards[account][pid] = earned(account,pid) (#2696)
- getReward(from) (#2513)
- userRewardPerTokenPaid[account][pid] = rewardPerTokenStored[pid] (#2697)
Apply the check-effects-interactions pattern.
Additional information: link
ERC20Upgradeable.__gap (#1881) shadows:
- ContextUpgradeable.__gap (#1516)
OwnableUpgradeable.__gap (#1962) shadows:
- ContextUpgradeable.__gap (#1516)
Remove the state variable shadowing.
Additional information: link
JOYLINK.MigrateToken(address,address,uint256) (#2687-2689) ignores return value by IERC20(token_).transfer(addr_,amount_) (#2688)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Too many vulnerabilities (Unchecked transfer, Reentrancy vulnerability, etc.). High risk of a scam. DYOR & manual audit are advised.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
JOYLINK._transfer(address,address,uint256) (#2376-2545) uses a dangerous strict equality:
- ! Address.isContract(from) && ! Address.isContract(to) && from != uniswapV2Pair && balanceOf(to) == 0 && inviter[to] == address(0) && amount >= inviteAmount (#2385)
JOYLINK.rewardPerToken(uint256) (#2718-2731) uses a dangerous strict equality:
- totalStakeSupply[pid] == 0 (#2719)
Don't use strict equality to determine if an account has enough Ether or tokens.
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.
Contract ownership is not renounced (belongs to a wallet)
Address.isContract(address) (#596-605) uses assembly
- INLINE ASM (#603)
Address._verifyCallResult(bool,bytes,string) (#741-758) uses assembly
- INLINE ASM (#750-753)
Clones.clone(address) (#1015-1024) uses assembly
- INLINE ASM (#1016-1022)
Clones.cloneDeterministic(address,bytes32) (#1033-1042) uses assembly
- INLINE ASM (#1034-1040)
Clones.predictDeterministicAddress(address,bytes32,address) (#1047-1062) uses assembly
- INLINE ASM (#1052-1061)
Do not use evm assembly.
Additional information: link
ERC20._mint(address,uint256) (#397-407) has costly operations inside a loop:
- _totalSupply += amount (#402)
Use a local variable to hold the loop computation result.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#623-629):
- (success) = recipient.call{value: amount}() (#627)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#684-691):
- (success,returndata) = target.call{value: value}(data) (#689)
Low level call in Address.functionStaticCall(address,bytes,string) (#709-715):
- (success,returndata) = target.staticcall(data) (#713)
Low level call in Address.functionDelegateCall(address,bytes,string) (#733-739):
- (success,returndata) = target.delegatecall(data) (#737)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Address.functionCall(address,bytes) (#649-651) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#674-676) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#723-725) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#733-739) is never used and should be removed
Address.functionStaticCall(address,bytes) (#699-701) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#709-715) is never used and should be removed
Address.sendValue(address,uint256) (#623-629) is never used and should be removed
Clones.clone(address) (#1015-1024) is never used and should be removed
Clones.cloneDeterministic(address,bytes32) (#1033-1042) is never used and should be removed
Clones.predictDeterministicAddress(address,bytes32) (#1067-1073) is never used and should be removed
Clones.predictDeterministicAddress(address,bytes32,address) (#1047-1062) is never used and should be removed
Context._msgData() (#140-142) is never used and should be removed
ContextUpgradeable.__Context_init() (#1503-1505) is never used and should be removed
ContextUpgradeable.__Context_init_unchained() (#1507-1508) is never used and should be removed
ContextUpgradeable._msgData() (#1513-1515) is never used and should be removed
ERC20._burn(address,uint256) (#420-435) is never used and should be removed
ERC20Upgradeable.__ERC20_init(string,string) (#1574-1577) is never used and should be removed
ERC20Upgradeable.__ERC20_init_unchained(string,string) (#1579-1582) is never used and should be removed
ERC20Upgradeable._burn(address,uint256) (#1800-1815) is never used and should be removed
ERC20Upgradeable._mint(address,uint256) (#1777-1787) is never used and should be removed
Math.average(uint256,uint256) (#2119-2122) is never used and should be removed
Math.max(uint256,uint256) (#2104-2106) is never used and should be removed
OwnableUpgradeable.__Ownable_init() (#1913-1916) is never used and should be removed
OwnableUpgradeable.__Ownable_init_unchained() (#1918-1920) is never used and should be removed
SafeERC20.safeApprove(IERC20,address,uint256) (#2055-2064) is never used and should be removed
SafeERC20.safeDecreaseAllowance(IERC20,address,uint256) (#2071-2078) is never used and should be removed
SafeERC20.safeIncreaseAllowance(IERC20,address,uint256) (#2066-2069) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#952-961) is never used and should be removed
SafeMath.mod(uint256,uint256) (#912-914) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#978-987) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#929-938) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#783-789) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#825-830) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#837-842) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#808-818) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#796-801) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (#2131) allows old versions
solc-0.8.0 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
JOYLINK._transfer(address,address,uint256) (#2376-2545) performs a multiplication on the result of a division:
-invReward = amount.mul(rate).div(1000) (#2530)
-amount = amount.mul(100 - rewardFee - liquidFee - inviteFee).div(100) (#2538)
Consider ordering multiplication before division.
Additional information: link
Reentrancy in JOYLINK.exit() (#2755-2769):
External calls:
- IERC20(uniswapV2Pair).safeTransfer(msg.sender,amount) (#2763)
State variables written after the call(s):
- stakeBalanceOf[msg.sender][pid] = 0 (#2765)
Reentrancy in JOYLINK.stake(uint256,uint256) (#2742-2752):
External calls:
- IERC20(uniswapV2Pair).safeTransferFrom(msg.sender,address(this),amount) (#2748)
State variables written after the call(s):
- stakeBalanceOf[msg.sender][pid] += amount (#2749)
- totalStakeSupply[pid] += amount (#2750)
Apply the check-effects-interactions pattern.
Additional information: link
JOYLINK.addLiquidity(uint256,uint256) (#2633-2646) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
JOYLINK.addLiquidityAndStake(uint256,uint256) (#2648-2661) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
Ensure that all the return values of the function calls are used.
Additional information: link
JOYLINK.setSwapTokensAtAmount(uint256) (#2264-2266) should emit an event for:
- swapTokensAtAmount = amount (#2265)
JOYLINK.setRewardFee(uint256) (#2339-2341) should emit an event for:
- rewardFee = value (#2340)
JOYLINK.setBurnFee(uint256) (#2343-2345) should emit an event for:
- burnFee = value (#2344)
JOYLINK.setLiquidFee(uint256) (#2347-2349) should emit an event for:
- liquidFee = value (#2348)
JOYLINK.setInviteFee(uint256) (#2359-2361) should emit an event for:
- inviteFee = value (#2360)
JOYLINK.setInviteAmount(uint256) (#2363-2365) should emit an event for:
- inviteAmount = value (#2364)
JOYLINK.setBuyAmount(uint256) (#2367-2369) should emit an event for:
- buyAmount = value (#2368)
JOYLINK.updatestartTime(uint256) (#2789-2791) should emit an event for:
- startTime = startTime_ (#2790)
Emit an event for critical parameter changes.
Additional information: link
JOYLINK.updateUniswapV2Router(address)._uniswapV2Pair (#2275-2276) lacks a zero-check on :
- uniswapV2Pair = _uniswapV2Pair (#2277)
Check that the address is not zero.
Additional information: link
JOYLINK.initialMint(address[]) (#2301-2311) has external calls inside a loop: mintAmount = IERC20(FormerJolin).balanceOf(accounts[i]) (#2305)
JOYLINK.initialMint(address[]) (#2301-2311) has external calls inside a loop: IJOLIN(FormerJolin).inviter(mintAccount) != address(0) (#2307)
JOYLINK.initialMint(address[]) (#2301-2311) has external calls inside a loop: inviter[mintAccount] = IJOLIN(FormerJolin).inviter(mintAccount) (#2308)
Favor pull over push strategy for external calls.
Additional information: link
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
State variables written after the call(s):
- swapAndSendDividends(divideTokens) (#2416)
- _allowances[owner][spender] = amount (#458)
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
- getReward(from) (#2437)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- getReward(from) (#2437)
- (success,returndata) = target.call{value: value}(data) (#689)
State variables written after the call(s):
- inviteStatus[to] = true (#2440)
- inviterNum[invt] += 1 (#2441)
- updateLevel(invt) (#2442)
- joyLevel[_addr] = 3 (#2316)
- joyLevel[_addr] = 2 (#2320)
- joyLevel[_addr] = 1 (#2324)
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
- getReward(from) (#2437)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
- swapAndStake(amount) (#2448)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- getReward(from) (#2437)
- (success,returndata) = target.call{value: value}(data) (#689)
- swapAndStake(amount) (#2448)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
State variables written after the call(s):
- swapAndStake(amount) (#2448)
- _allowances[owner][spender] = amount (#458)
- stakeStatus[to][0] = true (#2452)
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
- getReward(from) (#2437)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
- swapAndStake(amount) (#2459)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- getReward(from) (#2437)
- (success,returndata) = target.call{value: value}(data) (#689)
- swapAndStake(amount) (#2459)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
State variables written after the call(s):
- swapAndStake(amount) (#2459)
- _allowances[owner][spender] = amount (#458)
- stakeStatus[to][0] = true (#2465)
- stakeStatus[to][1] = true (#2466)
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
- getReward(from) (#2437)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
- swapAndStake(amount) (#2473)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- getReward(from) (#2437)
- (success,returndata) = target.call{value: value}(data) (#689)
- swapAndStake(amount) (#2473)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
State variables written after the call(s):
- swapAndStake(amount) (#2473)
- _allowances[owner][spender] = amount (#458)
- stakeStatus[to][0] = true (#2481)
- stakeStatus[to][1] = true (#2482)
- stakeStatus[to][2] = true (#2483)
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
- getReward(from) (#2437)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
- swapAndStake(amount) (#2490)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- getReward(from) (#2437)
- (success,returndata) = target.call{value: value}(data) (#689)
- swapAndStake(amount) (#2490)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
State variables written after the call(s):
- swapAndStake(amount) (#2490)
- _allowances[owner][spender] = amount (#458)
- stakeStatus[to][0] = true (#2500)
- stakeStatus[to][1] = true (#2501)
- stakeStatus[to][2] = true (#2502)
- stakeStatus[to][3] = true (#2503)
Reentrancy in JOYLINK.constructor(uint256) (#2222-2260):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#2236-2237)
State variables written after the call(s):
- DURATION[0] = 86400 (#2253)
- DURATION[1] = 86400 (#2254)
- DURATION[2] = 86400 (#2255)
- DURATION[3] = 86400 (#2256)
- Hi[0] = 550000 * 10 ** 18 (#2245)
- Hi[1] = 1550000 * 10 ** 18 (#2247)
- Hi[2] = 2550000 * 10 ** 18 (#2249)
- Hi[3] = 5050000 * 10 ** 18 (#2251)
- Low[0] = 450000 * 10 ** 18 (#2246)
- Low[1] = 1450000 * 10 ** 18 (#2248)
- Low[2] = 2450000 * 10 ** 18 (#2250)
- Low[3] = 4950000 * 10 ** 18 (#2252)
- excludeFromFees(owner(),true) (#2241)
- _isExcludedFromFees[account] = excluded (#2285)
- excludeFromFees(address(this),true) (#2242)
- _isExcludedFromFees[account] = excluded (#2285)
- excludeFromFees(_mintAddress,true) (#2243)
- _isExcludedFromFees[account] = excluded (#2285)
- excludeFromFees(_walletAddress,true) (#2244)
- _isExcludedFromFees[account] = excluded (#2285)
- uniswapV2Pair = _uniswapV2Pair (#2240)
- uniswapV2Router = _uniswapV2Router (#2238)
Reentrancy in JOYLINK.exit() (#2755-2769):
External calls:
- IERC20(uniswapV2Pair).safeTransfer(msg.sender,amount) (#2763)
State variables written after the call(s):
- stakeStatus[msg.sender][pid] = false (#2766)
Reentrancy in JOYLINK.swapAndLiquify(uint256) (#2570-2591):
External calls:
- swapTokensForEth(half) (#2582)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- addLiquidity(otherHalf,newBalance) (#2588)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#2588)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#2588)
- _allowances[owner][spender] = amount (#458)
Reentrancy in JOYLINK.swapAndSendDividends(uint256) (#2671-2681):
External calls:
- swapTokensForRewardToken(tokens) (#2674)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
State variables written after the call(s):
- addReward(dividends,0) (#2677)
- initreward[pid] = initreward[pid] + reward (#2817)
- addReward(dividends,1) (#2678)
- initreward[pid] = initreward[pid] + reward (#2817)
- addReward(dividends,2) (#2679)
- initreward[pid] = initreward[pid] + reward (#2817)
- addReward(dividends,3) (#2680)
- initreward[pid] = initreward[pid] + reward (#2817)
- addReward(dividends,0) (#2677)
- lastUpdateTime[pid] = lastTimeRewardApplicable(pid) (#2705)
- lastUpdateTime[pid] = block.timestamp (#2813)
- lastUpdateTime[pid] = startTime (#2819)
- addReward(dividends,1) (#2678)
- lastUpdateTime[pid] = lastTimeRewardApplicable(pid) (#2705)
- lastUpdateTime[pid] = block.timestamp (#2813)
- lastUpdateTime[pid] = startTime (#2819)
- addReward(dividends,2) (#2679)
- lastUpdateTime[pid] = lastTimeRewardApplicable(pid) (#2705)
- lastUpdateTime[pid] = block.timestamp (#2813)
- lastUpdateTime[pid] = startTime (#2819)
- addReward(dividends,3) (#2680)
- lastUpdateTime[pid] = lastTimeRewardApplicable(pid) (#2705)
- lastUpdateTime[pid] = block.timestamp (#2813)
- lastUpdateTime[pid] = startTime (#2819)
- addReward(dividends,0) (#2677)
- periodFinish[pid] = block.timestamp.add(DURATION[pid]) (#2814)
- periodFinish[pid] = startTime.add(DURATION[pid]) (#2820)
- addReward(dividends,1) (#2678)
- periodFinish[pid] = block.timestamp.add(DURATION[pid]) (#2814)
- periodFinish[pid] = startTime.add(DURATION[pid]) (#2820)
- addReward(dividends,2) (#2679)
- periodFinish[pid] = block.timestamp.add(DURATION[pid]) (#2814)
- periodFinish[pid] = startTime.add(DURATION[pid]) (#2820)
- addReward(dividends,3) (#2680)
- periodFinish[pid] = block.timestamp.add(DURATION[pid]) (#2814)
- periodFinish[pid] = startTime.add(DURATION[pid]) (#2820)
- addReward(dividends,0) (#2677)
- rewardPerTokenStored[pid] = rewardPerToken(pid) (#2704)
- addReward(dividends,1) (#2678)
- rewardPerTokenStored[pid] = rewardPerToken(pid) (#2704)
- addReward(dividends,2) (#2679)
- rewardPerTokenStored[pid] = rewardPerToken(pid) (#2704)
- addReward(dividends,3) (#2680)
- rewardPerTokenStored[pid] = rewardPerToken(pid) (#2704)
- addReward(dividends,0) (#2677)
- rewardRate[pid] = reward.div(DURATION[pid]) (#2807)
- rewardRate[pid] = reward.add(leftover).div(DURATION[pid]) (#2811)
- rewardRate[pid] = initreward[pid].div(DURATION[pid]) (#2818)
- addReward(dividends,1) (#2678)
- rewardRate[pid] = reward.div(DURATION[pid]) (#2807)
- rewardRate[pid] = reward.add(leftover).div(DURATION[pid]) (#2811)
- rewardRate[pid] = initreward[pid].div(DURATION[pid]) (#2818)
- addReward(dividends,2) (#2679)
- rewardRate[pid] = reward.div(DURATION[pid]) (#2807)
- rewardRate[pid] = reward.add(leftover).div(DURATION[pid]) (#2811)
- rewardRate[pid] = initreward[pid].div(DURATION[pid]) (#2818)
- addReward(dividends,3) (#2680)
- rewardRate[pid] = reward.div(DURATION[pid]) (#2807)
- rewardRate[pid] = reward.add(leftover).div(DURATION[pid]) (#2811)
- rewardRate[pid] = initreward[pid].div(DURATION[pid]) (#2818)
- addReward(dividends,0) (#2677)
- rewards[account][pid] = earned(account,pid) (#2707)
- addReward(dividends,1) (#2678)
- rewards[account][pid] = earned(account,pid) (#2707)
- addReward(dividends,2) (#2679)
- rewards[account][pid] = earned(account,pid) (#2707)
- addReward(dividends,3) (#2680)
- rewards[account][pid] = earned(account,pid) (#2707)
- addReward(dividends,0) (#2677)
- userRewardPerTokenPaid[account][pid] = rewardPerTokenStored[pid] (#2708)
- addReward(dividends,1) (#2678)
- userRewardPerTokenPaid[account][pid] = rewardPerTokenStored[pid] (#2708)
- addReward(dividends,2) (#2679)
- userRewardPerTokenPaid[account][pid] = rewardPerTokenStored[pid] (#2708)
- addReward(dividends,3) (#2680)
- userRewardPerTokenPaid[account][pid] = rewardPerTokenStored[pid] (#2708)
Reentrancy in JOYLINK.swapAndStake(uint256) (#2547-2568):
External calls:
- swapTokensForEth(half) (#2559)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- addLiquidityAndStake(otherHalf,newBalance) (#2565)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
External calls sending eth:
- addLiquidityAndStake(otherHalf,newBalance) (#2565)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
State variables written after the call(s):
- addLiquidityAndStake(otherHalf,newBalance) (#2565)
- _allowances[owner][spender] = amount (#458)
Reentrancy in JOYLINK.updateUniswapV2Router(address) (#2268-2278):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#2275-2276)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (#2277)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#459)
- swapAndSendDividends(divideTokens) (#2416)
- RewardAdded(reward) (#2815)
- swapAndSendDividends(divideTokens) (#2416)
- RewardAdded(reward) (#2821)
- swapAndSendDividends(divideTokens) (#2416)
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
- getReward(from) (#2437)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- getReward(from) (#2437)
- (success,returndata) = target.call{value: value}(data) (#689)
Event emitted after the call(s):
- RewardPaid(account,reward) (#2779)
- getReward(from) (#2437)
- Transfer(sender,recipient,amount) (#383)
- super._transfer(from,address(this),amount) (#2447)
- Transfer(sender,recipient,amount) (#383)
- super._transfer(from,address(this),amount) (#2472)
- Transfer(sender,recipient,amount) (#383)
- super._transfer(from,address(this),totalAmount) (#2507)
- Transfer(sender,recipient,amount) (#383)
- super._transfer(from,address(this),amount) (#2458)
- Transfer(sender,recipient,amount) (#383)
- super._transfer(from,address(this),amount) (#2489)
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
- getReward(from) (#2437)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
- swapAndStake(amount) (#2448)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- getReward(from) (#2437)
- (success,returndata) = target.call{value: value}(data) (#689)
- swapAndStake(amount) (#2448)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#459)
- swapAndStake(amount) (#2448)
- SwapAndLiquify(half,newBalance,otherHalf) (#2567)
- swapAndStake(amount) (#2448)
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
- getReward(from) (#2437)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
- swapAndStake(amount) (#2459)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- getReward(from) (#2437)
- (success,returndata) = target.call{value: value}(data) (#689)
- swapAndStake(amount) (#2459)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#459)
- swapAndStake(amount) (#2459)
- SwapAndLiquify(half,newBalance,otherHalf) (#2567)
- swapAndStake(amount) (#2459)
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
- getReward(from) (#2437)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
- swapAndStake(amount) (#2473)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- getReward(from) (#2437)
- (success,returndata) = target.call{value: value}(data) (#689)
- swapAndStake(amount) (#2473)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#459)
- swapAndStake(amount) (#2473)
- SwapAndLiquify(half,newBalance,otherHalf) (#2567)
- swapAndStake(amount) (#2473)
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
- getReward(from) (#2437)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
- swapAndStake(amount) (#2490)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- getReward(from) (#2437)
- (success,returndata) = target.call{value: value}(data) (#689)
- swapAndStake(amount) (#2490)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#459)
- swapAndStake(amount) (#2490)
- SwapAndLiquify(half,newBalance,otherHalf) (#2567)
- swapAndStake(amount) (#2490)
Reentrancy in JOYLINK._transfer(address,address,uint256) (#2376-2545):
External calls:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- swapAndSendDividends(divideTokens) (#2416)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
- getReward(from) (#2437)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
- getReward(from) (#2513)
- returndata = address(token).functionCall(data,SafeERC20: low-level call failed) (#2091)
- (success,returndata) = target.call{value: value}(data) (#689)
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
External calls sending eth:
- swapAndLiquify(swapTokens) (#2412)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
- getReward(from) (#2437)
- (success,returndata) = target.call{value: value}(data) (#689)
- getReward(from) (#2513)
- (success,returndata) = target.call{value: value}(data) (#689)
Event emitted after the call(s):
- RewardPaid(account,reward) (#2779)
- getReward(from) (#2513)
- Transfer(sender,recipient,amount) (#383)
- super._transfer(from,to,amount) (#2544)
- Transfer(sender,recipient,amount) (#383)
- super._transfer(from,_burnAddress,invAmount) (#2536)
- Transfer(sender,recipient,amount) (#383)
- super._transfer(from,cur,invReward) (#2532)
- Transfer(sender,recipient,amount) (#383)
- super._transfer(from,address(this),totalAmount_scope_6) (#2517)
- Transfer(sender,recipient,amount) (#383)
- super._transfer(from,_burnAddress,burnAmount) (#2540)
Reentrancy in JOYLINK.constructor(uint256) (#2222-2260):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#2236-2237)
Event emitted after the call(s):
- ExcludeFromFees(account,excluded) (#2287)
- excludeFromFees(_mintAddress,true) (#2243)
- ExcludeFromFees(account,excluded) (#2287)
- excludeFromFees(address(this),true) (#2242)
- ExcludeFromFees(account,excluded) (#2287)
- excludeFromFees(_walletAddress,true) (#2244)
- ExcludeFromFees(account,excluded) (#2287)
- excludeFromFees(owner(),true) (#2241)
- TokenCreated(owner(),address(this)) (#2257)
Reentrancy in JOYLINK.exit() (#2755-2769):
External calls:
- IERC20(uniswapV2Pair).safeTransfer(msg.sender,amount) (#2763)
Event emitted after the call(s):
- Withdrawn(msg.sender,amount) (#2767)
Reentrancy in JOYLINK.getReward(address) (#2773-2782):
External calls:
- IERC20(rToken[pid]).safeTransfer(account,reward) (#2778)
Event emitted after the call(s):
- RewardPaid(account,reward) (#2779)
Reentrancy in JOYLINK.stake(uint256,uint256) (#2742-2752):
External calls:
- IERC20(uniswapV2Pair).safeTransferFrom(msg.sender,address(this),amount) (#2748)
Event emitted after the call(s):
- Staked(msg.sender,amount) (#2751)
Reentrancy in JOYLINK.swapAndLiquify(uint256) (#2570-2591):
External calls:
- swapTokensForEth(half) (#2582)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- addLiquidity(otherHalf,newBalance) (#2588)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#2588)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#2638-2645)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#459)
- addLiquidity(otherHalf,newBalance) (#2588)
- SwapAndLiquify(half,newBalance,otherHalf) (#2590)
Reentrancy in JOYLINK.swapAndSendDividends(uint256) (#2671-2681):
External calls:
- swapTokensForRewardToken(tokens) (#2674)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2622-2628)
Event emitted after the call(s):
- RewardAdded(reward) (#2815)
- addReward(dividends,3) (#2680)
- RewardAdded(reward) (#2815)
- addReward(dividends,2) (#2679)
- RewardAdded(reward) (#2815)
- addReward(dividends,1) (#2678)
- RewardAdded(reward) (#2815)
- addReward(dividends,0) (#2677)
- RewardAdded(reward) (#2821)
- addReward(dividends,0) (#2677)
- RewardAdded(reward) (#2821)
- addReward(dividends,1) (#2678)
- RewardAdded(reward) (#2821)
- addReward(dividends,3) (#2680)
- RewardAdded(reward) (#2821)
- addReward(dividends,2) (#2679)
Reentrancy in JOYLINK.swapAndStake(uint256) (#2547-2568):
External calls:
- swapTokensForEth(half) (#2559)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2603-2609)
- addLiquidityAndStake(otherHalf,newBalance) (#2565)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
External calls sending eth:
- addLiquidityAndStake(otherHalf,newBalance) (#2565)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#2653-2660)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#459)
- addLiquidityAndStake(otherHalf,newBalance) (#2565)
- SwapAndLiquify(half,newBalance,otherHalf) (#2567)
Apply the check-effects-interactions pattern.
Additional information: link
JOYLINK.getReward(address) (#2773-2782) uses timestamp for comparisons
Dangerous comparisons:
- reward > 0 (#2776)
JOYLINK.addReward(uint256,uint256) (#2801-2823) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp > startTime (#2805)
- block.timestamp >= periodFinish[pid] (#2806)
Avoid relying on block.timestamp.
Additional information: link
Function IUniswapV2Router01.WETH() (#1119) is not in mixedCase
Function ContextUpgradeable.__Context_init() (#1503-1505) is not in mixedCase
Function ContextUpgradeable.__Context_init_unchained() (#1507-1508) is not in mixedCase
Variable ContextUpgradeable.__gap (#1516) is not in mixedCase
Function ERC20Upgradeable.__ERC20_init(string,string) (#1574-1577) is not in mixedCase
Function ERC20Upgradeable.__ERC20_init_unchained(string,string) (#1579-1582) is not in mixedCase
Variable ERC20Upgradeable.__gap (#1881) is not in mixedCase
Function OwnableUpgradeable.__Ownable_init() (#1913-1916) is not in mixedCase
Function OwnableUpgradeable.__Ownable_init_unchained() (#1918-1920) is not in mixedCase
Variable OwnableUpgradeable.__gap (#1962) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#1985) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#1986) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#2003) is not in mixedCase
Parameter JOYLINK.updateLevel(address)._addr (#2313) is not in mixedCase
Parameter JOYLINK.setinviterNum(address,uint256)._addr (#2330) is not in mixedCase
Parameter JOYLINK.setInviter(address,address)._account (#2351) is not in mixedCase
Parameter JOYLINK.setInviter(address,address)._inviter (#2351) is not in mixedCase
Function JOYLINK.MigrateToken(address,address,uint256) (#2687-2689) is not in mixedCase
Variable JOYLINK.FormerJolin (#2155) is not in mixedCase
Variable JOYLINK._burnAddress (#2168) is not in mixedCase
Variable JOYLINK._mintAddress (#2170) is not in mixedCase
Variable JOYLINK._walletAddress (#2171) is not in mixedCase
Variable JOYLINK._blackList (#2177) is not in mixedCase
Variable JOYLINK.DURATION (#2182) is not in mixedCase
Variable JOYLINK.Hi (#2183) is not in mixedCase
Variable JOYLINK.Low (#2184) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#1124) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#1125)
Variable JOYLINK._transfer(address,address,uint256).initialLPBalance_scope_0 (#2457) is too similar to JOYLINK._transfer(address,address,uint256).initialLPBalance_scope_2 (#2471)
Variable JOYLINK._transfer(address,address,uint256).initialLPBalance_scope_0 (#2457) is too similar to JOYLINK._transfer(address,address,uint256).initialLPBalance_scope_4 (#2488)
Variable JOYLINK._transfer(address,address,uint256).initialLPBalance_scope_2 (#2471) is too similar to JOYLINK._transfer(address,address,uint256).initialLPBalance_scope_4 (#2488)
Variable JOYLINK._transfer(address,address,uint256).stakeLP_scope_1 (#2460) is too similar to JOYLINK._transfer(address,address,uint256).stakeLP_scope_3 (#2474)
Variable JOYLINK._transfer(address,address,uint256).stakeLP_scope_1 (#2460) is too similar to JOYLINK._transfer(address,address,uint256).stakeLP_scope_5 (#2491)
Variable JOYLINK._transfer(address,address,uint256).stakeLP_scope_3 (#2474) is too similar to JOYLINK._transfer(address,address,uint256).stakeLP_scope_5 (#2491)
Prevent variables from having similar names.
Additional information: link
Clones.clone(address) (#1015-1024) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_clone_asm_0,0x3d602d80600a3d3981f3363d3d373d3d3d363d73000000000000000000000000) (#1018)
Clones.clone(address) (#1015-1024) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_clone_asm_0 + 0x28,0x5af43d82803e903d91602b57fd5bf30000000000000000000000000000000000) (#1020)
Clones.cloneDeterministic(address,bytes32) (#1033-1042) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_cloneDeterministic_asm_0,0x3d602d80600a3d3981f3363d3d373d3d3d363d73000000000000000000000000) (#1036)
Clones.cloneDeterministic(address,bytes32) (#1033-1042) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_cloneDeterministic_asm_0 + 0x28,0x5af43d82803e903d91602b57fd5bf30000000000000000000000000000000000) (#1038)
Clones.predictDeterministicAddress(address,bytes32,address) (#1047-1062) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_predictDeterministicAddress_asm_0,0x3d602d80600a3d3981f3363d3d373d3d3d363d73000000000000000000000000) (#1054)
Clones.predictDeterministicAddress(address,bytes32,address) (#1047-1062) uses literals with too many digits:
- mstore(uint256,uint256)(ptr_predictDeterministicAddress_asm_0 + 0x28,0x5af43d82803e903d91602b57fd5bf3ff00000000000000000000000000000000) (#1056)
JOYLINK.slitherConstructorVariables() (#2143-2827) uses literals with too many digits:
- _burnAddress = 0x000000000000000000000000000000000000dEaD (#2168)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
ERC20Upgradeable.__gap (#1881) is never used in ERC20Upgradeable (#1555-1882)
OwnableUpgradeable.__gap (#1962) is never used in OwnableUpgradeable (#1905-1963)
Remove unused state variables.
Additional information: link
JOYLINK.FormerJolin (#2155) should be constant
JOYLINK._burnAddress (#2168) should be constant
JOYLINK._mintAddress (#2170) should be constant
JOYLINK._walletAddress (#2171) should be constant
JOYLINK.iniMint (#2154) should be constant
JOYLINK.pidLength (#2164) should be constant
JOYLINK.rewardToken (#2156) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- ERC20.name() (#207-209)
symbol() should be declared external:
- ERC20.symbol() (#215-217)
decimals() should be declared external:
- ERC20.decimals() (#232-234)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#258-261)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#266-268)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#277-280)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#295-309)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#323-326)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#342-350)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#557-559)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#565-568)
name() should be declared external:
- ERC20Upgradeable.name() (#1587-1589)
symbol() should be declared external:
- ERC20Upgradeable.symbol() (#1595-1597)
decimals() should be declared external:
- ERC20Upgradeable.decimals() (#1612-1614)
totalSupply() should be declared external:
- ERC20Upgradeable.totalSupply() (#1619-1621)
balanceOf(address) should be declared external:
- ERC20Upgradeable.balanceOf(address) (#1626-1628)
transfer(address,uint256) should be declared external:
- ERC20Upgradeable.transfer(address,uint256) (#1638-1641)
allowance(address,address) should be declared external:
- ERC20Upgradeable.allowance(address,address) (#1646-1648)
approve(address,uint256) should be declared external:
- ERC20Upgradeable.approve(address,uint256) (#1657-1660)
transferFrom(address,address,uint256) should be declared external:
- ERC20Upgradeable.transferFrom(address,address,uint256) (#1675-1689)
increaseAllowance(address,uint256) should be declared external:
- ERC20Upgradeable.increaseAllowance(address,uint256) (#1703-1706)
decreaseAllowance(address,uint256) should be declared external:
- ERC20Upgradeable.decreaseAllowance(address,uint256) (#1722-1730)
renounceOwnership() should be declared external:
- OwnableUpgradeable.renounceOwnership() (#1944-1946)
transferOwnership(address) should be declared external:
- OwnableUpgradeable.transferOwnership(address) (#1952-1955)
updateUniswapV2Router(address) should be declared external:
- JOYLINK.updateUniswapV2Router(address) (#2268-2278)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- JOYLINK.excludeMultipleAccountsFromFees(address[],bool) (#2290-2299)
isExcludedFromFees(address) should be declared external:
- JOYLINK.isExcludedFromFees(address) (#2371-2373)
stake(uint256,uint256) should be declared external:
- JOYLINK.stake(uint256,uint256) (#2742-2752)
exit() should be declared external:
- JOYLINK.exit() (#2755-2769)
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/project description on the website or on BscScan, CoinMarketCap
Unable to find token contract audit
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 on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Unable to verify token contract address on the website
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find Telegram link on the website
Unable to find Twitter link on the website
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
Telegram account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account