SAFETREES Token Logo

TREES [SAFETREES] Token

About TREES

Listings

Token 3 years
CoinGecko 3 years
CoinMarketCap 3 years
white paper

SAFETREES project is creating a free and easy-to-use solution that will help tree growers monitor, authenticate and validate tree growth status through a mobile application. The growers can tokenize their real growing trees as TREES-NFT and traded them to a crypto Auction platform that we are currently developing. The users of the platform can adopt a TREES-NFT from the tree growers with $TREES token or buy carbon offsets that supports our environment-centre projects.

TREES token is a utility asset use for offsetting carbon footprints. It is design to reward the token holders as well as serves as token in the SAFETREES Adoption Platform where real trees are minted as NFTs. User of the platform can use TREES token when they adopt a NFT-TREES.

In addition, by investing in the TREES token, holders will reap rewards through a static reflection mechanism built-in to the smart contract algorithm, so token holders are guaranteed to watch their wallet grow indefinitely.

Social

Laser Scorebeta Last Audit: 15 April 2023

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Reentrancy in TREEStoken._transfer(address,address,uint256) (#1023-1067):
External calls:
- swapAndLiquify(contractTokenBalance) (#1054)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1101-1107)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1054)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#979)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1148)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1157)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1168)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#895)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1149)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1159)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1169)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#897)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- _rTotal = _rTotal.sub(rFee) (#934)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#981)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#894)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1167)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1158)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#896)
Apply the check-effects-interactions pattern.

Additional information: link


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

Redundant expression "this (#272)" inContext (#266-275)
Remove redundant statements if they congest code but offer no value.

Additional information: link

TREEStoken.includeInReward(address) (#880-891) has costly operations inside a loop:
- _excluded.pop() (#887)
Use a local variable to hold the loop computation result.

Additional information: link

TREEStoken.slitherConstructorVariables() (#716-1179) uses literals with too many digits:
- _maxTxAmount = 5000000 * 10 ** 6 * 10 ** 9 (#750)
TREEStoken.slitherConstructorVariables() (#716-1179) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#730)
TREEStoken.slitherConstructorVariables() (#716-1179) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 9 (#751)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

TREEStoken.numTokensSellToAddToLiquidity (#751) should be constant
TREEStoken._name (#734) should be constant
TREEStoken._decimals (#736) should be constant
TREEStoken._symbol (#735) should be constant
TREEStoken._tTotal (#730) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

TREEStoken.addLiquidity(uint256,uint256) (#1110-1123) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
Ensure that all the return values of the function calls are used.

Additional information: link

TREEStoken._approve(address,address,uint256).owner (#1015) shadows:
- Ownable.owner() (#447-449) (function)
TREEStoken.allowance(address,address).owner (#811) shadows:
- Ownable.owner() (#447-449) (function)
Rename the local variables that shadow another component.

Additional information: link

TREEStoken.setLiquidityFeePercent(uint256) (#915-917) should emit an event for:
- _liquidityFee = liquidityFee (#916)
TREEStoken.setMaxTxPercent(uint256) (#919-923) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#920-922)
TREEStoken.setTaxFeePercent(uint256) (#911-913) should emit an event for:
- _taxFee = taxFee (#912)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in TREEStoken._transfer(address,address,uint256) (#1023-1067):
External calls:
- swapAndLiquify(contractTokenBalance) (#1054)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1101-1107)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1054)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- _liquidityFee = _previousLiquidityFee (#1008)
- _liquidityFee = 0 (#1003)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- _previousLiquidityFee = _liquidityFee (#1000)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- _previousTaxFee = _taxFee (#999)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- _tFeeTotal = _tFeeTotal.add(tFee) (#935)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- _taxFee = _previousTaxFee (#1007)
- _taxFee = 0 (#1002)
Reentrancy in TREEStoken.swapAndLiquify(uint256) (#1069-1090):
External calls:
- swapTokensForEth(half) (#1081)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1101-1107)
- addLiquidity(otherHalf,newBalance) (#1087)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1087)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1087)
- _allowances[owner][spender] = amount (#1019)
Reentrancy in TREEStoken.transferFrom(address,address,uint256) (#820-824):
External calls:
- _transfer(sender,recipient,amount) (#821)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1101-1107)
External calls sending eth:
- _transfer(sender,recipient,amount) (#821)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#822)
- _allowances[owner][spender] = amount (#1019)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in TREEStoken._transfer(address,address,uint256) (#1023-1067):
External calls:
- swapAndLiquify(contractTokenBalance) (#1054)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1101-1107)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1054)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1152)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- Transfer(sender,recipient,tTransferAmount) (#1162)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- Transfer(sender,recipient,tTransferAmount) (#1172)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- Transfer(sender,recipient,tTransferAmount) (#900)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
Reentrancy in TREEStoken.swapAndLiquify(uint256) (#1069-1090):
External calls:
- swapTokensForEth(half) (#1081)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1101-1107)
- addLiquidity(otherHalf,newBalance) (#1087)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1087)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1020)
- addLiquidity(otherHalf,newBalance) (#1087)
- SwapAndLiquify(half,newBalance,otherHalf) (#1089)
Reentrancy in TREEStoken.transferFrom(address,address,uint256) (#820-824):
External calls:
- _transfer(sender,recipient,amount) (#821)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1101-1107)
External calls sending eth:
- _transfer(sender,recipient,amount) (#821)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1020)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#822)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#494-499) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#496)
Avoid relying on block.timestamp.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#392-413) uses assembly
- INLINE ASM (#405-408)
Address.isContract(address) (#299-308) uses assembly
- INLINE ASM (#306)
Do not use evm assembly.

Additional information: link

Address.sendValue(address,uint256) (#326-332) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#377-379) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#260-263) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#387-390) is never used and should be removed
Context._msgData() (#271-274) is never used and should be removed
SafeMath.mod(uint256,uint256) (#244-246) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#392-413) is never used and should be removed
Address.isContract(address) (#299-308) is never used and should be removed
Address.functionCall(address,bytes,string) (#362-364) is never used and should be removed
Address.functionCall(address,bytes) (#352-354) is never used and should be removed
Remove unused functions.

Additional information: link

TREEStoken._previousTaxFee (#739) is set pre-construction with a non-constant function or state variable:
- _taxFee
TREEStoken._rTotal (#731) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
TREEStoken._previousLiquidityFee (#742) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#392-413):
- (success,returndata) = target.call{value: weiValue}(data) (#396)
Low level call in Address.sendValue(address,uint256) (#326-332):
- (success) = recipient.call{value: amount}() (#330)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter TREEStoken.setSwapAndLiquifyEnabled(bool)._enabled (#925) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#539) is not in mixedCase
Parameter TREEStoken.calculateTaxFee(uint256)._amount (#984) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#556) is not in mixedCase
Variable TREEStoken._maxTxAmount (#750) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#538) is not in mixedCase
Parameter TREEStoken.calculateLiquidityFee(uint256)._amount (#990) is not in mixedCase
Variable TREEStoken._taxFee (#738) is not in mixedCase
Function IUniswapV2Router01.WETH() (#578) is not in mixedCase
Variable TREEStoken._liquidityFee (#741) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable TREEStoken._transferStandard(address,address,uint256).rTransferAmount (#1147) is too similar to TREEStoken._transferFromExcluded(address,address,uint256).tTransferAmount (#1166)
Variable TREEStoken._getValues(uint256).rTransferAmount (#940) is too similar to TREEStoken._getValues(uint256).tTransferAmount (#939)
Variable TREEStoken._getValues(uint256).rTransferAmount (#940) is too similar to TREEStoken._transferStandard(address,address,uint256).tTransferAmount (#1147)
Variable TREEStoken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to TREEStoken._transferToExcluded(address,address,uint256).tTransferAmount (#1156)
Variable TREEStoken._transferToExcluded(address,address,uint256).rTransferAmount (#1156) is too similar to TREEStoken._transferToExcluded(address,address,uint256).tTransferAmount (#1156)
Variable TREEStoken.reflectionFromToken(uint256,bool).rTransferAmount (#859) is too similar to TREEStoken._getTValues(uint256).tTransferAmount (#947)
Variable TREEStoken._transferFromExcluded(address,address,uint256).rTransferAmount (#1166) is too similar to TREEStoken._transferFromExcluded(address,address,uint256).tTransferAmount (#1166)
Variable TREEStoken._transferFromExcluded(address,address,uint256).rTransferAmount (#1166) is too similar to TREEStoken._getValues(uint256).tTransferAmount (#939)
Variable TREEStoken._transferFromExcluded(address,address,uint256).rTransferAmount (#1166) is too similar to TREEStoken._getTValues(uint256).tTransferAmount (#947)
Variable TREEStoken._transferToExcluded(address,address,uint256).rTransferAmount (#1156) is too similar to TREEStoken._getTValues(uint256).tTransferAmount (#947)
Variable TREEStoken._getValues(uint256).rTransferAmount (#940) is too similar to TREEStoken._getTValues(uint256).tTransferAmount (#947)
Variable TREEStoken._transferToExcluded(address,address,uint256).rTransferAmount (#1156) is too similar to TREEStoken._getValues(uint256).tTransferAmount (#939)
Variable TREEStoken._transferBothExcluded(address,address,uint256).rTransferAmount (#893) is too similar to TREEStoken._transferFromExcluded(address,address,uint256).tTransferAmount (#1166)
Variable TREEStoken._transferToExcluded(address,address,uint256).rTransferAmount (#1156) is too similar to TREEStoken._transferStandard(address,address,uint256).tTransferAmount (#1147)
Variable TREEStoken._transferStandard(address,address,uint256).rTransferAmount (#1147) is too similar to TREEStoken._transferToExcluded(address,address,uint256).tTransferAmount (#1156)
Variable TREEStoken.reflectionFromToken(uint256,bool).rTransferAmount (#859) is too similar to TREEStoken._transferFromExcluded(address,address,uint256).tTransferAmount (#1166)
Variable TREEStoken._transferStandard(address,address,uint256).rTransferAmount (#1147) is too similar to TREEStoken._getValues(uint256).tTransferAmount (#939)
Variable TREEStoken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to TREEStoken._transferFromExcluded(address,address,uint256).tTransferAmount (#1166)
Variable TREEStoken._getValues(uint256).rTransferAmount (#940) is too similar to TREEStoken._transferFromExcluded(address,address,uint256).tTransferAmount (#1166)
Variable TREEStoken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to TREEStoken._getValues(uint256).tTransferAmount (#939)
Variable TREEStoken._getValues(uint256).rTransferAmount (#940) is too similar to TREEStoken._transferBothExcluded(address,address,uint256).tTransferAmount (#893)
Variable TREEStoken._transferFromExcluded(address,address,uint256).rTransferAmount (#1166) is too similar to TREEStoken._transferToExcluded(address,address,uint256).tTransferAmount (#1156)
Variable TREEStoken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to TREEStoken._transferStandard(address,address,uint256).tTransferAmount (#1147)
Variable TREEStoken.reflectionFromToken(uint256,bool).rTransferAmount (#859) is too similar to TREEStoken._transferStandard(address,address,uint256).tTransferAmount (#1147)
Variable TREEStoken._transferStandard(address,address,uint256).rTransferAmount (#1147) is too similar to TREEStoken._transferBothExcluded(address,address,uint256).tTransferAmount (#893)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#583) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#584)
Variable TREEStoken._transferBothExcluded(address,address,uint256).rTransferAmount (#893) is too similar to TREEStoken._transferStandard(address,address,uint256).tTransferAmount (#1147)
Variable TREEStoken._transferBothExcluded(address,address,uint256).rTransferAmount (#893) is too similar to TREEStoken._getTValues(uint256).tTransferAmount (#947)
Variable TREEStoken.reflectionFromToken(uint256,bool).rTransferAmount (#859) is too similar to TREEStoken._getValues(uint256).tTransferAmount (#939)
Variable TREEStoken._transferBothExcluded(address,address,uint256).rTransferAmount (#893) is too similar to TREEStoken._transferBothExcluded(address,address,uint256).tTransferAmount (#893)
Variable TREEStoken._transferStandard(address,address,uint256).rTransferAmount (#1147) is too similar to TREEStoken._transferStandard(address,address,uint256).tTransferAmount (#1147)
Variable TREEStoken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to TREEStoken._transferBothExcluded(address,address,uint256).tTransferAmount (#893)
Variable TREEStoken._transferStandard(address,address,uint256).rTransferAmount (#1147) is too similar to TREEStoken._getTValues(uint256).tTransferAmount (#947)
Variable TREEStoken._transferToExcluded(address,address,uint256).rTransferAmount (#1156) is too similar to TREEStoken._transferBothExcluded(address,address,uint256).tTransferAmount (#893)
Variable TREEStoken._transferBothExcluded(address,address,uint256).rTransferAmount (#893) is too similar to TREEStoken._getValues(uint256).tTransferAmount (#939)
Variable TREEStoken._getValues(uint256).rTransferAmount (#940) is too similar to TREEStoken._transferToExcluded(address,address,uint256).tTransferAmount (#1156)
Variable TREEStoken._transferFromExcluded(address,address,uint256).rTransferAmount (#1166) is too similar to TREEStoken._transferBothExcluded(address,address,uint256).tTransferAmount (#893)
Variable TREEStoken.reflectionFromToken(uint256,bool).rTransferAmount (#859) is too similar to TREEStoken._transferBothExcluded(address,address,uint256).tTransferAmount (#893)
Variable TREEStoken._transferFromExcluded(address,address,uint256).rTransferAmount (#1166) is too similar to TREEStoken._transferStandard(address,address,uint256).tTransferAmount (#1147)
Variable TREEStoken._transferBothExcluded(address,address,uint256).rTransferAmount (#893) is too similar to TREEStoken._transferToExcluded(address,address,uint256).tTransferAmount (#1156)
Variable TREEStoken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to TREEStoken._getTValues(uint256).tTransferAmount (#947)
Variable TREEStoken._transferToExcluded(address,address,uint256).rTransferAmount (#1156) is too similar to TREEStoken._transferFromExcluded(address,address,uint256).tTransferAmount (#1166)
Variable TREEStoken.reflectionFromToken(uint256,bool).rTransferAmount (#859) is too similar to TREEStoken._transferToExcluded(address,address,uint256).tTransferAmount (#1156)
Prevent variables from having similar names.

Additional information: link

approve(address,uint256) should be declared external:
- TREEStoken.approve(address,uint256) (#815-818)
transferFrom(address,address,uint256) should be declared external:
- TREEStoken.transferFrom(address,address,uint256) (#820-824)
deliver(uint256) should be declared external:
- TREEStoken.deliver(uint256) (#844-851)
allowance(address,address) should be declared external:
- TREEStoken.allowance(address,address) (#811-813)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#466-469)
name() should be declared external:
- TREEStoken.name() (#785-787)
increaseAllowance(address,uint256) should be declared external:
- TREEStoken.increaseAllowance(address,uint256) (#826-829)
setSwapAndLiquifyEnabled(bool) should be declared external:
- TREEStoken.setSwapAndLiquifyEnabled(bool) (#925-928)
decreaseAllowance(address,uint256) should be declared external:
- TREEStoken.decreaseAllowance(address,uint256) (#831-834)
symbol() should be declared external:
- TREEStoken.symbol() (#789-791)
isExcludedFromReward(address) should be declared external:
- TREEStoken.isExcludedFromReward(address) (#836-838)
excludeFromReward(address) should be declared external:
- TREEStoken.excludeFromReward(address) (#870-878)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#475-479)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#481-483)
isExcludedFromFee(address) should be declared external:
- TREEStoken.isExcludedFromFee(address) (#1011-1013)
includeInFee(address) should be declared external:
- TREEStoken.includeInFee(address) (#907-909)
reflectionFromToken(uint256,bool) should be declared external:
- TREEStoken.reflectionFromToken(uint256,bool) (#853-862)
transfer(address,uint256) should be declared external:
- TREEStoken.transfer(address,uint256) (#806-809)
decimals() should be declared external:
- TREEStoken.decimals() (#793-795)
excludeFromFee(address) should be declared external:
- TREEStoken.excludeFromFee(address) (#903-905)
unlock() should be declared external:
- Ownable.unlock() (#494-499)
totalFees() should be declared external:
- TREEStoken.totalFees() (#840-842)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#486-491)
totalSupply() should be declared external:
- TREEStoken.totalSupply() (#797-799)
Use the external attribute for functions never called from the contract.

Additional information: link


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

Holders:


Token is deployed only at one blockchain


Average 30d PancakeSwap volume is low.


Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute number of swaps.

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


Twitter account link seems to be invalid


Unable to find Youtube account


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to verify token contract address on the website


Unable to find whitepaper link on the website


Token is not listed at Mobula.Finance

Additional information: link


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


Token has relatively low CoinGecko rank

Price for TREES