ULAND TOKEN Token Logo

ULAND Token

About ULAND

Listings

Token 2 years
CoinMarketCap 2 years

Website

white paper

A one of a kind DeFi project where NFT virtual land is mapped to real countries, states and cities COMBINED with it’s own $ULAND currency token to create an insulated, organic and secure economy where Ulanders (our users) can trade and earn.

The economy of ULAND will have its own currency: The $ULAND Token.
The $ULAND Token is the lifeblood currency which fuels the ULAND ecosystem, and will
serve to be the de-facto in-game currency into the future.

$ULAND Tokens are BEP-20 Tokens. Any Distribution Reward Payouts, or in-game transactions in the future will be transacted via the $ULAND Token.

Laser Scorebeta Last Audit: 20 February 2022

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

Uland.swapExactETHForTokens(address,uint256) (#1673-1686) sends eth to arbitrary user
Dangerous calls:
- amounts = uniswapV2Router.swapExactETHForTokens{value: amount}(0,path,to,block.timestamp + 15) (#1682-1684)
Uland.addLiquidity(uint256,uint256) (#1712-1727) sends eth to arbitrary user
Dangerous calls:
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Uland._randomModulo(uint256,uint256) (#1762-1778) uses a weak PRNG: "uint256(keccak256(bytes)(abi.encodePacked(block.timestamp,block.difficulty,seed,players))) % players (#1767-1777)"
Do not use block.timestamp, now or blockhash as a source of randomness

Additional information: link

Reentrancy in Uland._transfer(address,address,uint256) (#1535-1595):
External calls:
- swapAndLiquifyEth(ethBalance) (#1587)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- swapAndLiquify(liquidityBalance) (#1589)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- swapAndLiquifyEth(ethBalance) (#1587)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- swapAndLiquify(liquidityBalance) (#1589)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
State variables written after the call(s):
- super._transfer(from,to,balance) (#1594)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#1047)
- _balances[recipient] = _balances[recipient].add(amount) (#1048)
Reentrancy in Uland.constructor(address) (#1482-1521):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1486-1487)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
State variables written after the call(s):
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#1047)
- _balances[recipient] = _balances[recipient].add(amount) (#1048)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- _magnifiedDividendPerShare = _magnifiedDividendPerShare.add((amount).mul(magnitude) / _totalRewardsSupply) (#584-586)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- _totalRewardsDistributed = _totalRewardsDistributed.add(amount) (#589)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- inSwapAndLiquify = true (#1477)
- inSwapAndLiquify = false (#1479)
Reentrancy in Uland.constructor(address) (#1482-1521):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1486-1487)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
State variables written after the call(s):
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#1047)
- _balances[recipient] = _balances[recipient].add(amount) (#1048)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- _magnifiedDividendPerShare = _magnifiedDividendPerShare.add((amount).mul(magnitude) / _totalRewardsSupply) (#584-586)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- _totalRewardsDistributed = _totalRewardsDistributed.add(amount) (#589)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- inSwapAndLiquify = true (#1477)
- inSwapAndLiquify = false (#1479)
Reentrancy in Uland.constructor(address) (#1482-1521):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1486-1487)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
State variables written after the call(s):
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#1047)
- _balances[recipient] = _balances[recipient].add(amount) (#1048)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- _magnifiedDividendPerShare = _magnifiedDividendPerShare.add((amount).mul(magnitude) / _totalRewardsSupply) (#584-586)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- _totalRewardsDistributed = _totalRewardsDistributed.add(amount) (#589)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- inSwapAndLiquify = true (#1477)
- inSwapAndLiquify = false (#1479)
Reentrancy in Uland.constructor(address) (#1482-1521):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1486-1487)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),deadWallet,TOTAL_SUPPLY.div(100).mul(10)) (#1520)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),deadWallet,TOTAL_SUPPLY.div(100).mul(10)) (#1520)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
State variables written after the call(s):
- _transfer(owner(),deadWallet,TOTAL_SUPPLY.div(100).mul(10)) (#1520)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#1047)
- _balances[recipient] = _balances[recipient].add(amount) (#1048)
- _transfer(owner(),deadWallet,TOTAL_SUPPLY.div(100).mul(10)) (#1520)
- _magnifiedDividendPerShare = _magnifiedDividendPerShare.add((amount).mul(magnitude) / _totalRewardsSupply) (#584-586)
- _transfer(owner(),deadWallet,TOTAL_SUPPLY.div(100).mul(10)) (#1520)
- _totalRewardsDistributed = _totalRewardsDistributed.add(amount) (#589)
- _transfer(owner(),deadWallet,TOTAL_SUPPLY.div(100).mul(10)) (#1520)
- inSwapAndLiquify = true (#1477)
- inSwapAndLiquify = false (#1479)
Apply the check-effects-interactions pattern.

Additional information: link

UlandRewardTracker._updateClaimWait(uint256) (#529-540) contains a tautology or contradiction:
- require(bool,string)(newClaimWait >= 0 && newClaimWait <= 86400,claimWait must be updated to between 0 and 24 hours) (#530-533)
Fix the incorrect comparison by changing the value type or the comparison.

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.

Uland.constructor(address) (#1482-1521) performs a multiplication on the result of a division:
-_transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
Uland.constructor(address) (#1482-1521) performs a multiplication on the result of a division:
-_transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
Uland.constructor(address) (#1482-1521) performs a multiplication on the result of a division:
-_transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
Uland.constructor(address) (#1482-1521) performs a multiplication on the result of a division:
-_transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
Uland.constructor(address) (#1482-1521) performs a multiplication on the result of a division:
-_transfer(owner(),deadWallet,TOTAL_SUPPLY.div(100).mul(10)) (#1520)
Consider ordering multiplication before division.

Additional information: link

Uland._transfer(address,address,uint256) (#1535-1595) uses tx.origin for authorization: require(bool,string)(canTransferBeforeTradingIsEnabled[from] || canTransferBeforeTradingIsEnabled[tx.origin],Trading disabled) (#1547-1551)
Uland._transfer(address,address,uint256) (#1535-1595) uses tx.origin for authorization: _isExcludedFromFees[from] || _isExcludedFromFees[to] || _isExcludedFromFees[tx.origin] (#1566-1568)
Do not use tx.origin for authorization.

Additional information: link

Uland.updateClaimWait(uint256).claimWait (#1926) shadows:
- UlandRewardTracker.claimWait (#368) (state variable)
Rename the local variables that shadow another component.

Additional information: link

Ownable.constructor().msgSender (#1153) lacks a zero-check on :
- _owner = msgSender (#1154)
Uland.constructor(address)._uniswapV2Pair (#1486-1487) lacks a zero-check on :
- uniswapV2Pair = _uniswapV2Pair (#1490)
Uland.updateUniswapV2Router(address)._uniswapV2Pair (#1876-1877) lacks a zero-check on :
- uniswapV2Pair = _uniswapV2Pair (#1878)
Uland.setMarketingWallet(address)._marketingWallet (#1952) lacks a zero-check on :
- marketingWallet = _marketingWallet (#1953)
Uland.setTeamWallet(address)._teamWallet (#1956) lacks a zero-check on :
- teamWallet = _teamWallet (#1957)
Check that the address is not zero.

Additional information: link

Reentrancy in Uland.constructor(address) (#1482-1521):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1486-1487)
State variables written after the call(s):
- _mint(owner(),TOTAL_SUPPLY) (#1514)
- _balances[account] = _balances[account].add(amount) (#1067)
- excludeFromFees(address(this)) (#1504)
- _isExcludedFromFees[account] = true (#1893)
- excludeFromFees(owner()) (#1505)
- _isExcludedFromFees[account] = true (#1893)
- excludeFromFees(address(_uniswapV2Router)) (#1506)
- _isExcludedFromFees[account] = true (#1893)
- excludeFromFees(rewardsWallet) (#1507)
- _isExcludedFromFees[account] = true (#1893)
- excludeFromFees(teamWallet) (#1508)
- _isExcludedFromFees[account] = true (#1893)
- excludeFromFees(marketingWallet) (#1509)
- _isExcludedFromFees[account] = true (#1893)
- excludeFromFees(airdropWallet) (#1510)
- _isExcludedFromFees[account] = true (#1893)
- excludeFromDividends(address(this)) (#1495)
- _rewardsBalances[account] = _rewardsBalances[account].sub(amount,ERC20: burn amount exceeds balance) (#633-636)
- _rewardsBalances[account] = _rewardsBalances[account].add(amount) (#619)
- excludeFromDividends(owner()) (#1496)
- _rewardsBalances[account] = _rewardsBalances[account].sub(amount,ERC20: burn amount exceeds balance) (#633-636)
- _rewardsBalances[account] = _rewardsBalances[account].add(amount) (#619)
- excludeFromDividends(rewardsWallet) (#1497)
- _rewardsBalances[account] = _rewardsBalances[account].sub(amount,ERC20: burn amount exceeds balance) (#633-636)
- _rewardsBalances[account] = _rewardsBalances[account].add(amount) (#619)
- excludeFromDividends(marketingWallet) (#1498)
- _rewardsBalances[account] = _rewardsBalances[account].sub(amount,ERC20: burn amount exceeds balance) (#633-636)
- _rewardsBalances[account] = _rewardsBalances[account].add(amount) (#619)
- excludeFromDividends(airdropWallet) (#1499)
- _rewardsBalances[account] = _rewardsBalances[account].sub(amount,ERC20: burn amount exceeds balance) (#633-636)
- _rewardsBalances[account] = _rewardsBalances[account].add(amount) (#619)
- excludeFromDividends(address(_uniswapV2Router)) (#1500)
- _rewardsBalances[account] = _rewardsBalances[account].sub(amount,ERC20: burn amount exceeds balance) (#633-636)
- _rewardsBalances[account] = _rewardsBalances[account].add(amount) (#619)
- excludeFromDividends(deadWallet) (#1501)
- _rewardsBalances[account] = _rewardsBalances[account].sub(amount,ERC20: burn amount exceeds balance) (#633-636)
- _rewardsBalances[account] = _rewardsBalances[account].add(amount) (#619)
- excludeFromDividends(address(this)) (#1495)
- _totalRewardsSupply = _totalRewardsSupply.add(amount) (#618)
- _totalRewardsSupply = _totalRewardsSupply.sub(amount) (#637)
- excludeFromDividends(owner()) (#1496)
- _totalRewardsSupply = _totalRewardsSupply.add(amount) (#618)
- _totalRewardsSupply = _totalRewardsSupply.sub(amount) (#637)
- excludeFromDividends(rewardsWallet) (#1497)
- _totalRewardsSupply = _totalRewardsSupply.add(amount) (#618)
- _totalRewardsSupply = _totalRewardsSupply.sub(amount) (#637)
- excludeFromDividends(marketingWallet) (#1498)
- _totalRewardsSupply = _totalRewardsSupply.add(amount) (#618)
- _totalRewardsSupply = _totalRewardsSupply.sub(amount) (#637)
- excludeFromDividends(airdropWallet) (#1499)
- _totalRewardsSupply = _totalRewardsSupply.add(amount) (#618)
- _totalRewardsSupply = _totalRewardsSupply.sub(amount) (#637)
- excludeFromDividends(address(_uniswapV2Router)) (#1500)
- _totalRewardsSupply = _totalRewardsSupply.add(amount) (#618)
- _totalRewardsSupply = _totalRewardsSupply.sub(amount) (#637)
- excludeFromDividends(deadWallet) (#1501)
- _totalRewardsSupply = _totalRewardsSupply.add(amount) (#618)
- _totalRewardsSupply = _totalRewardsSupply.sub(amount) (#637)
- _mint(owner(),TOTAL_SUPPLY) (#1514)
- _totalSupply = _totalSupply.add(amount) (#1066)
- setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1492)
- automatedMarketMakerPairs[pair] = value (#1901)
- canTransferBeforeTradingIsEnabled[owner()] = true (#1512)
- excludeFromDividends(address(this)) (#1495)
- excludedFromDividends[account] = true (#520)
- excludeFromDividends(owner()) (#1496)
- excludedFromDividends[account] = true (#520)
- excludeFromDividends(rewardsWallet) (#1497)
- excludedFromDividends[account] = true (#520)
- excludeFromDividends(marketingWallet) (#1498)
- excludedFromDividends[account] = true (#520)
- excludeFromDividends(airdropWallet) (#1499)
- excludedFromDividends[account] = true (#520)
- excludeFromDividends(address(_uniswapV2Router)) (#1500)
- excludedFromDividends[account] = true (#520)
- excludeFromDividends(deadWallet) (#1501)
- excludedFromDividends[account] = true (#520)
- excludeFromDividends(address(this)) (#1495)
- magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account].add((_magnifiedDividendPerShare.mul(amount)).toInt256Safe()) (#639-641)
- magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account].sub((_magnifiedDividendPerShare.mul(amount)).toInt256Safe()) (#621-623)
- excludeFromDividends(owner()) (#1496)
- magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account].add((_magnifiedDividendPerShare.mul(amount)).toInt256Safe()) (#639-641)
- magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account].sub((_magnifiedDividendPerShare.mul(amount)).toInt256Safe()) (#621-623)
- excludeFromDividends(rewardsWallet) (#1497)
- magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account].add((_magnifiedDividendPerShare.mul(amount)).toInt256Safe()) (#639-641)
- magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account].sub((_magnifiedDividendPerShare.mul(amount)).toInt256Safe()) (#621-623)
- excludeFromDividends(marketingWallet) (#1498)
- magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account].add((_magnifiedDividendPerShare.mul(amount)).toInt256Safe()) (#639-641)
- magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account].sub((_magnifiedDividendPerShare.mul(amount)).toInt256Safe()) (#621-623)
- excludeFromDividends(airdropWallet) (#1499)
- magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account].add((_magnifiedDividendPerShare.mul(amount)).toInt256Safe()) (#639-641)
- magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account].sub((_magnifiedDividendPerShare.mul(amount)).toInt256Safe()) (#621-623)
- excludeFromDividends(address(_uniswapV2Router)) (#1500)
- magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account].add((_magnifiedDividendPerShare.mul(amount)).toInt256Safe()) (#639-641)
- magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account].sub((_magnifiedDividendPerShare.mul(amount)).toInt256Safe()) (#621-623)
- excludeFromDividends(deadWallet) (#1501)
- magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account].add((_magnifiedDividendPerShare.mul(amount)).toInt256Safe()) (#639-641)
- magnifiedDividendCorrections[account] = magnifiedDividendCorrections[account].sub((_magnifiedDividendPerShare.mul(amount)).toInt256Safe()) (#621-623)
- excludeFromDividends(address(this)) (#1495)
- staticRewardBalances[account] = 0 (#524)
- excludeFromDividends(owner()) (#1496)
- staticRewardBalances[account] = 0 (#524)
- excludeFromDividends(rewardsWallet) (#1497)
- staticRewardBalances[account] = 0 (#524)
- excludeFromDividends(marketingWallet) (#1498)
- staticRewardBalances[account] = 0 (#524)
- excludeFromDividends(airdropWallet) (#1499)
- staticRewardBalances[account] = 0 (#524)
- excludeFromDividends(address(_uniswapV2Router)) (#1500)
- staticRewardBalances[account] = 0 (#524)
- excludeFromDividends(deadWallet) (#1501)
- staticRewardBalances[account] = 0 (#524)
- uniswapV2Pair = _uniswapV2Pair (#1490)
- uniswapV2Router = _uniswapV2Router (#1489)
Reentrancy in Uland.constructor(address) (#1482-1521):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1486-1487)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
State variables written after the call(s):
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- _allowances[owner][spender] = amount (#1113)
Reentrancy in Uland.constructor(address) (#1482-1521):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1486-1487)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
State variables written after the call(s):
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- _allowances[owner][spender] = amount (#1113)
Reentrancy in Uland.constructor(address) (#1482-1521):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1486-1487)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
State variables written after the call(s):
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- _allowances[owner][spender] = amount (#1113)
Reentrancy in Uland.constructor(address) (#1482-1521):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1486-1487)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
State variables written after the call(s):
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- _allowances[owner][spender] = amount (#1113)
Reentrancy in Uland.constructor(address) (#1482-1521):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1486-1487)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),deadWallet,TOTAL_SUPPLY.div(100).mul(10)) (#1520)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),deadWallet,TOTAL_SUPPLY.div(100).mul(10)) (#1520)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
State variables written after the call(s):
- _transfer(owner(),deadWallet,TOTAL_SUPPLY.div(100).mul(10)) (#1520)
- _allowances[owner][spender] = amount (#1113)
Reentrancy in Uland.swapAndLiquify(uint256) (#1688-1710):
External calls:
- swapTokensForEth(half) (#1701)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- addLiquidity(otherHalf,newBalance) (#1707)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1707)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1707)
- _allowances[owner][spender] = amount (#1113)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Uland._transfer(address,address,uint256) (#1535-1595):
External calls:
- swapAndLiquifyEth(ethBalance) (#1587)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- swapAndLiquify(liquidityBalance) (#1589)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- swapAndLiquifyEth(ethBalance) (#1587)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- swapAndLiquify(liquidityBalance) (#1589)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (#1049)
- super._transfer(from,to,balance) (#1594)
Reentrancy in Uland.addLiquidity(uint256,uint256) (#1712-1727):
External calls:
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
Event emitted after the call(s):
- LiquidityAdded(amountToken,amountETH,liquidity) (#1726)
Reentrancy in Uland.burn(address,uint256) (#1933-1943):
External calls:
- _transfer(wallet,deadWallet,amount) (#1941)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- _transfer(wallet,deadWallet,amount) (#1941)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
Event emitted after the call(s):
- Burn(wallet,amount) (#1942)
Reentrancy in Uland.constructor(address) (#1482-1521):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1486-1487)
Event emitted after the call(s):
- ExcludedFromDividends(account) (#526)
- excludeFromDividends(deadWallet) (#1501)
- ExcludedFromDividends(account) (#526)
- excludeFromDividends(address(_uniswapV2Router)) (#1500)
- ExcludedFromDividends(account) (#526)
- excludeFromDividends(airdropWallet) (#1499)
- ExcludedFromDividends(account) (#526)
- excludeFromDividends(rewardsWallet) (#1497)
- ExcludedFromDividends(account) (#526)
- excludeFromDividends(owner()) (#1496)
- ExcludedFromDividends(account) (#526)
- excludeFromDividends(address(this)) (#1495)
- ExcludedFromDividends(account) (#526)
- excludeFromDividends(marketingWallet) (#1498)
- SetAutomatedMarketMakerPair(pair,value) (#1902)
- setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1492)
- Transfer(address(0),account,amount) (#1068)
- _mint(owner(),TOTAL_SUPPLY) (#1514)
Reentrancy in Uland.constructor(address) (#1482-1521):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1486-1487)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1114)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- DividendsDistributed(msg.sender,amount) (#587)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- LiquidityAdded(amountToken,amountETH,liquidity) (#1726)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- SwapAndLiquify(half,newBalance,otherHalf) (#1709)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- Transfer(sender,recipient,amount) (#1049)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
Reentrancy in Uland.constructor(address) (#1482-1521):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1486-1487)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1114)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- DividendsDistributed(msg.sender,amount) (#587)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- LiquidityAdded(amountToken,amountETH,liquidity) (#1726)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- SwapAndLiquify(half,newBalance,otherHalf) (#1709)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- Transfer(sender,recipient,amount) (#1049)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
Reentrancy in Uland.constructor(address) (#1482-1521):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1486-1487)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1114)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- DividendsDistributed(msg.sender,amount) (#587)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- LiquidityAdded(amountToken,amountETH,liquidity) (#1726)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- SwapAndLiquify(half,newBalance,otherHalf) (#1709)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- Transfer(sender,recipient,amount) (#1049)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
Reentrancy in Uland.constructor(address) (#1482-1521):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1486-1487)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1114)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- DividendsDistributed(msg.sender,amount) (#587)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- LiquidityAdded(amountToken,amountETH,liquidity) (#1726)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- SwapAndLiquify(half,newBalance,otherHalf) (#1709)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- Transfer(sender,recipient,amount) (#1049)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
Reentrancy in Uland.constructor(address) (#1482-1521):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1486-1487)
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),deadWallet,TOTAL_SUPPLY.div(100).mul(10)) (#1520)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- _transfer(owner(),teamWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1516)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),airdropWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1517)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),liquiditySwapWallet,TOTAL_SUPPLY.div(10000).mul(3750)) (#1518)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),marketingWallet,TOTAL_SUPPLY.div(100).mul(5)) (#1519)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
- _transfer(owner(),deadWallet,TOTAL_SUPPLY.div(100).mul(10)) (#1520)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1114)
- _transfer(owner(),deadWallet,TOTAL_SUPPLY.div(100).mul(10)) (#1520)
- DividendsDistributed(msg.sender,amount) (#587)
- _transfer(owner(),deadWallet,TOTAL_SUPPLY.div(100).mul(10)) (#1520)
- LiquidityAdded(amountToken,amountETH,liquidity) (#1726)
- _transfer(owner(),deadWallet,TOTAL_SUPPLY.div(100).mul(10)) (#1520)
- SwapAndLiquify(half,newBalance,otherHalf) (#1709)
- _transfer(owner(),deadWallet,TOTAL_SUPPLY.div(100).mul(10)) (#1520)
- Transfer(sender,recipient,amount) (#1049)
- _transfer(owner(),deadWallet,TOTAL_SUPPLY.div(100).mul(10)) (#1520)
Reentrancy in Uland.swapAndLiquify(uint256) (#1688-1710):
External calls:
- swapTokensForEth(half) (#1701)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#1642-1648)
- addLiquidity(otherHalf,newBalance) (#1707)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1707)
- (amountToken,amountETH,liquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp.add(300)) (#1716-1724)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1114)
- addLiquidity(otherHalf,newBalance) (#1707)
- LiquidityAdded(amountToken,amountETH,liquidity) (#1726)
- addLiquidity(otherHalf,newBalance) (#1707)
- SwapAndLiquify(half,newBalance,otherHalf) (#1709)
Apply the check-effects-interactions pattern.

Additional information: link

UlandRewardTracker.canClaim(uint256) (#549-554) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (#550)
- (block.timestamp - lastClaimTime) >= claimWait (#553)
UlandRewardTracker.processAccount(address) (#556-578) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(canClaim(lastClaimTimes[account]),CLAIMWAIT) (#560)
Uland.treasureClaim() (#1615-1625) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(treasureClaims[msg.sender] < block.timestamp,7DAY_COOLDOWN) (#1617)
Avoid relying on block.timestamp.

Additional information: link

Uland._transfer(address,address,uint256) (#1535-1595) compares to a boolean constant:
-takeFee == true && ! automatedMarketMakerPairs[from] && ! inSwapAndLiquify && from != uniswapV2Pair (#1581-1584)
Remove the equality to the boolean constant.

Additional information: link

UlandRewardTracker._addStaticReward(address,uint256) (#542-547) has costly operations inside a loop:
- _totalRewardsDistributed = _totalRewardsDistributed.add(amount) (#546)
Use a local variable to hold the loop computation result.

Additional information: link

Context._msgData() (#825-827) is never used and should be removed
ERC20._burn(address,uint256) (#1082-1090) is never used and should be removed
SafeMath.mod(uint256,uint256) (#129-131) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#145-148) is never used and should be removed
SafeMathInt.abs(int256) (#254-257) is never used and should be removed
SafeMathInt.div(int256,int256) (#225-231) is never used and should be removed
SafeMathInt.mul(int256,int256) (#213-220) is never used and should be removed
Uland.swapExactETHForTokens(address,uint256) (#1673-1686) is never used and should be removed
Remove unused functions.

Additional information: link

Parameter UlandRewardTracker.getAccountRewardsInfo(address)._account (#392) is not in mixedCase
Parameter UlandRewardTracker.dividendOf(address)._owner (#474) is not in mixedCase
Parameter UlandRewardTracker.withdrawableDividendOf(address)._owner (#481) is not in mixedCase
Parameter UlandRewardTracker.withdrawnDividendOf(address)._owner (#492) is not in mixedCase
Parameter UlandRewardTracker.accumulativeDividendOf(address)._owner (#501) is not in mixedCase
Constant UlandRewardTracker.magnitude (#371) is not in UPPER_CASE_WITH_UNDERSCORES
Variable UlandRewardTracker._magnifiedDividendPerShare (#372) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#1218) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#1219) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#1236) is not in mixedCase
Function IUniswapV2Router01.WETH() (#1286) is not in mixedCase
Parameter Uland.updateTreasureAllowance(uint256,uint256)._allowanceCounter (#1945) is not in mixedCase
Parameter Uland.updateTreasureAllowance(uint256,uint256)._amount (#1945) is not in mixedCase
Parameter Uland.setMarketingWallet(address)._marketingWallet (#1952) is not in mixedCase
Parameter Uland.setTeamWallet(address)._teamWallet (#1956) is not in mixedCase
Variable Uland.LIQUIDATE_TOKENS_TRIGGER (#1460) is not in mixedCase
Variable Uland.LIQUIDATE_ETH_TRIGGER (#1461) is not in mixedCase
Variable Uland.REWARDS_TAX (#1462) is not in mixedCase
Variable Uland.LIQUIDITY_TAX (#1463) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable UlandRewardTracker._withdrawDividendOfUser(address)._withdrawableDividend (#600) is too similar to UlandRewardTracker.getAccountRewardsInfo(address).withdrawableDividends (#398)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#1291) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#1292)
Variable Uland.TOTAL_SUPPLY (#1458) is too similar to ERC20._totalSupply (#867)
Prevent variables from having similar names.

Additional information: link

UlandRewardTracker.getAccountRewardsInfoAtIndex(uint256) (#425-452) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,0,0,0,0,0) (#439-447)
Uland.updateLiquidationThreshold(uint256) (#1917-1924) uses literals with too many digits:
- require(bool,string)(newValue <= 200000 * (10 ** 18),LIQUIDATE_TOKENS_TRIGGER must be less than 200,000) (#1918-1921)
Uland.slitherConstructorVariables() (#1439-2007) uses literals with too many digits:
- deadWallet = 0x000000000000000000000000000000000000dEaD (#1451)
Uland.slitherConstructorVariables() (#1439-2007) uses literals with too many digits:
- liquiditySwapWallet = 0x24554C414E440000000000000000000000000001 (#1452)
Uland.slitherConstructorVariables() (#1439-2007) uses literals with too many digits:
- rewardsWallet = 0x24554c414E440000000000000000000000000002 (#1453)
Uland.slitherConstructorVariables() (#1439-2007) uses literals with too many digits:
- airdropWallet = 0x24554c414e440000000000000000000000000008 (#1454)
Uland.slitherConstructorConstantVariables() (#1439-2007) uses literals with too many digits:
- TOTAL_SUPPLY = 1000000000 * (10 ** 18) (#1458)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SafeMathInt.MAX_INT256 (#208) is never used in SafeMathInt (#206-264)
Remove unused state variables.

Additional information: link

Uland.LIQUIDATE_ETH_TRIGGER (#1461) should be constant
Uland.LIQUIDITY_TAX (#1463) should be constant
Uland.REWARDS_TAX (#1462) should be constant
Uland.airdropWallet (#1454) should be constant
Uland.deadWallet (#1451) should be constant
Uland.liquiditySwapWallet (#1452) should be constant
Uland.rewardsWallet (#1453) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (#283-285)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (#287-292)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (#294-296)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (#298-300)
getClaimWait() should be declared external:
- UlandRewardTracker.getClaimWait() (#387-389)
totalRewardDistributed() should be declared external:
- UlandRewardTracker.totalRewardDistributed() (#458-460)
dividendOf(address) should be declared external:
- UlandRewardTracker.dividendOf(address) (#474-476)
name() should be declared external:
- ERC20.name() (#889-891)
symbol() should be declared external:
- ERC20.symbol() (#897-899)
decimals() should be declared external:
- ERC20.decimals() (#914-916)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#940-943)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#948-950)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#959-962)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#977-985)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#999-1002)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#1018-1021)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#1180-1183)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#1189-1193)
isExcludedFromFees(address) should be declared external:
- Uland.isExcludedFromFees(address) (#1608-1610)
addStaticReward(address,uint256) should be declared external:
- Uland.addStaticReward(address,uint256) (#1784-1789)
addAirdropReward(address,uint256) should be declared external:
- Uland.addAirdropReward(address,uint256) (#1791-1801)
setRewardsFactor(address,uint256) should be declared external:
- Uland.setRewardsFactor(address,uint256) (#1804-1806)
activate() should be declared external:
- Uland.activate() (#1813-1816)
bulkAirdrop(address[],uint256) should be declared external:
- Uland.bulkAirdrop(address[],uint256) (#1821-1834)
grandAirdrop(uint256,uint256) should be declared external:
- Uland.grandAirdrop(uint256,uint256) (#1839-1867)
updateUniswapV2Router(address) should be declared external:
- Uland.updateUniswapV2Router(address) (#1869-1879)
setNFTContractAllow(address,bool) should be declared external:
- Uland.setNFTContractAllow(address,bool) (#1881-1889)
allowTransferBeforeTradingIsEnabled(address,bool) should be declared external:
- Uland.allowTransferBeforeTradingIsEnabled(address,bool) (#1905-1910)
allowNftTrade(address,bool) should be declared external:
- Uland.allowNftTrade(address,bool) (#1913-1915)
setMarketingWallet(address) should be declared external:
- Uland.setMarketingWallet(address) (#1952-1954)
setTeamWallet(address) should be declared external:
- Uland.setTeamWallet(address) (#1956-1958)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity 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.


Token is deployed only at one blockchain

Contract has 7% buy tax and 7% sell tax.
Taxes are low and contract ownership is renounced.


Telegram account has relatively few subscribers


Last post in Twitter was more than 30 days ago


Unable to find Youtube account


Unable to find token on CoinHunt

Additional information: link


Young tokens have high risks of price dump / death


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


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for ULAND

News for ULAND