Ltradex Token Logo

LTEX [Ltradex] Token

About LTEX

Listings

Token 2 years

Website

white paper

LTEX Token is a Unique bridge Decentralized Exchange where users can switch to a Binance chain from ethereum and vice versa.

Social

Laser Scorebeta Last Audit: 7 January 2022

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

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

Reentrancy in Ltradex._transfer(address,address,uint256) (#1000-1028):
External calls:
- swapAndLiquify(contractTokenBalance) (#1023)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1076-1083)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1062-1068)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1023)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1076-1083)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1027)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#957)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1139)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1130)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1131)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#898)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1150)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1141)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1151)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#900)
- _tokenTransfer(from,to,amount) (#1027)
- _rTotal = _rTotal.sub(rFee) (#912)
- _tokenTransfer(from,to,amount) (#1027)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#959)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#897)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1149)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1140)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#899)
Apply the check-effects-interactions pattern.

Additional information: link

Ltradex.addLiquidity(uint256,uint256) (#1071-1084) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1076-1083)
Ensure that all the return values of the function calls are used.

Additional information: link

Ltradex.allowance(address,address).owner (#797) shadows:
- Ownable.owner() (#428-430) (function)
Ltradex._approve(address,address,uint256).owner (#992) shadows:
- Ownable.owner() (#428-430) (function)
Rename the local variables that shadow another component.

Additional information: link

Ltradex.setTaxFeePercent(uint256) (#834-836) should emit an event for:
- _taxFee = taxFee (#835)
Ltradex.setBurnFeePercent(uint256) (#842-844) should emit an event for:
- _burnFee = burnFee (#843)
Ltradex.setMaxTxAmount(uint256) (#1196-1198) should emit an event for:
- _maxTxAmount = maxTxAmount (#1197)
Ltradex.setMaxTxPercent(uint256) (#1199-1204) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1201-1203)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in Ltradex._transfer(address,address,uint256) (#1000-1028):
External calls:
- swapAndLiquify(contractTokenBalance) (#1023)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1076-1083)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1062-1068)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1023)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1076-1083)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1027)
- _burnFee = 20 (#984)
- _burnFee = 0 (#977)
- _tokenTransfer(from,to,amount) (#1027)
- _liquidityFee = 0 (#983)
- _liquidityFee = 0 (#976)
- _liquidityFee = 0 (#1113)
- _liquidityFee = _previousLiquidityFee (#1121)
- _tokenTransfer(from,to,amount) (#1027)
- _marketingFee = 0 (#978)
- _marketingFee = 0 (#985)
- _tokenTransfer(from,to,amount) (#1027)
- _tFeeTotal = _tFeeTotal.add(tFee) (#913)
- _tokenTransfer(from,to,amount) (#1027)
- _taxFee = 0 (#975)
- _taxFee = 45 (#982)
- _taxFee = 0 (#1112)
- _taxFee = _previousTaxFee (#1120)
Reentrancy in Ltradex.constructor() (#753-769):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#758-759)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#765)
- _isExcludedFromFee[address(this)] = true (#766)
- uniswapV2Router = _uniswapV2Router (#762)
Reentrancy in Ltradex.swapAndLiquify(uint256) (#1030-1051):
External calls:
- swapTokensForEth(half) (#1042)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1062-1068)
- addLiquidity(otherHalf,newBalance) (#1048)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1076-1083)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1048)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1076-1083)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1048)
- _allowances[owner][spender] = amount (#996)
Reentrancy in Ltradex.transferFrom(address,address,uint256) (#806-810):
External calls:
- _transfer(sender,recipient,amount) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1076-1083)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1062-1068)
External calls sending eth:
- _transfer(sender,recipient,amount) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1076-1083)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#808)
- _allowances[owner][spender] = amount (#996)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Ltradex._transfer(address,address,uint256) (#1000-1028):
External calls:
- swapAndLiquify(contractTokenBalance) (#1023)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1076-1083)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1062-1068)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1023)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1076-1083)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1134)
- _tokenTransfer(from,to,amount) (#1027)
- Transfer(sender,recipient,tTransferAmount) (#1154)
- _tokenTransfer(from,to,amount) (#1027)
- Transfer(sender,recipient,tTransferAmount) (#1144)
- _tokenTransfer(from,to,amount) (#1027)
- Transfer(sender,recipient,tTransferAmount) (#903)
- _tokenTransfer(from,to,amount) (#1027)
Reentrancy in Ltradex.constructor() (#753-769):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#758-759)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#768)
Reentrancy in Ltradex.swapAndLiquify(uint256) (#1030-1051):
External calls:
- swapTokensForEth(half) (#1042)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1062-1068)
- addLiquidity(otherHalf,newBalance) (#1048)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1076-1083)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1048)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1076-1083)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#997)
- addLiquidity(otherHalf,newBalance) (#1048)
- SwapAndLiquify(half,newBalance,otherHalf) (#1050)
Reentrancy in Ltradex.transferFrom(address,address,uint256) (#806-810):
External calls:
- _transfer(sender,recipient,amount) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1076-1083)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1062-1068)
External calls sending eth:
- _transfer(sender,recipient,amount) (#807)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1076-1083)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#997)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#808)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#280-289) uses assembly
- INLINE ASM (#287)
Address._functionCallWithValue(address,bytes,uint256,string) (#373-394) uses assembly
- INLINE ASM (#386-389)
Do not use evm assembly.

Additional information: link

Ltradex.includeInReward(address) (#882-893) has costly operations inside a loop:
- _excluded.pop() (#889)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#373-394) is never used and should be removed
Address.functionCall(address,bytes) (#333-335) is never used and should be removed
Address.functionCall(address,bytes,string) (#343-345) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#358-360) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#368-371) is never used and should be removed
Address.isContract(address) (#280-289) is never used and should be removed
Address.sendValue(address,uint256) (#307-313) is never used and should be removed
Context._msgData() (#252-255) is never used and should be removed
SafeMath.mod(uint256,uint256) (#225-227) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#241-244) is never used and should be removed
Remove unused functions.

Additional information: link

Ltradex._rTotal (#710) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Ltradex._previousTaxFee (#718) is set pre-construction with a non-constant function or state variable:
- _taxFee
Ltradex._previousLiquidityFee (#721) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Ltradex._previousBurnFee (#724) is set pre-construction with a non-constant function or state variable:
- _burnFee
Ltradex._previousmarketingFee (#728) is set pre-construction with a non-constant function or state variable:
- _marketingFee
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

Pragma version^0.8.0 (#15) allows old versions
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#307-313):
- (success) = recipient.call{value: amount}() (#311)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#373-394):
- (success,returndata) = target.call{value: weiValue}(data) (#377)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#516) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#517) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#534) is not in mixedCase
Function IUniswapV2Router01.WETH() (#556) is not in mixedCase
Parameter Ltradex.calculateTaxFee(uint256)._amount (#962) is not in mixedCase
Parameter Ltradex.calculateLiquidityFee(uint256)._amount (#968) is not in mixedCase
Parameter Ltradex.setSwapAndLiquifyEnabled(bool)._enabled (#1206) is not in mixedCase
Variable Ltradex._tTotal (#709) is not in mixedCase
Variable Ltradex._name (#713) is not in mixedCase
Variable Ltradex._symbol (#714) is not in mixedCase
Variable Ltradex._decimals (#715) is not in mixedCase
Variable Ltradex._taxFee (#717) is not in mixedCase
Variable Ltradex._liquidityFee (#720) is not in mixedCase
Variable Ltradex._burnFee (#723) is not in mixedCase
Variable Ltradex._maxTxAmount (#736) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#253)" inContext (#247-256)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#561) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#562)
Variable Ltradex.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to Ltradex._transferBothExcluded(address,address,uint256).tTransferAmount (#896)
Variable Ltradex._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to Ltradex._transferBothExcluded(address,address,uint256).tTransferAmount (#896)
Variable Ltradex._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to Ltradex._transferBothExcluded(address,address,uint256).tTransferAmount (#896)
Variable Ltradex._getValues(uint256).rTransferAmount (#918) is too similar to Ltradex._transferBothExcluded(address,address,uint256).tTransferAmount (#896)
Variable Ltradex._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to Ltradex._getValues(uint256).tTransferAmount (#917)
Variable Ltradex._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to Ltradex._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable Ltradex._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to Ltradex._getValues(uint256).tTransferAmount (#917)
Variable Ltradex._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to Ltradex._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable Ltradex._transferBothExcluded(address,address,uint256).rTransferAmount (#896) is too similar to Ltradex._transferBothExcluded(address,address,uint256).tTransferAmount (#896)
Variable Ltradex.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to Ltradex._getTValues(uint256).tTransferAmount (#925)
Variable Ltradex._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to Ltradex._getTValues(uint256).tTransferAmount (#925)
Variable Ltradex._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to Ltradex._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable Ltradex._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to Ltradex._getTValues(uint256).tTransferAmount (#925)
Variable Ltradex._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to Ltradex._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable Ltradex._getValues(uint256).rTransferAmount (#918) is too similar to Ltradex._getTValues(uint256).tTransferAmount (#925)
Variable Ltradex._transferToExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to Ltradex._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable Ltradex._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#933) is too similar to Ltradex._getTValues(uint256).tTransferAmount (#925)
Variable Ltradex._transferBothExcluded(address,address,uint256).rTransferAmount (#896) is too similar to Ltradex._getTValues(uint256).tTransferAmount (#925)
Variable Ltradex._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#933) is too similar to Ltradex._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable Ltradex._getValues(uint256).rTransferAmount (#918) is too similar to Ltradex._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable Ltradex._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#933) is too similar to Ltradex._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable Ltradex._getValues(uint256).rTransferAmount (#918) is too similar to Ltradex._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable Ltradex._transferBothExcluded(address,address,uint256).rTransferAmount (#896) is too similar to Ltradex._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable Ltradex._transferFromExcluded(address,address,uint256).rTransferAmount (#1148) is too similar to Ltradex._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable Ltradex._transferBothExcluded(address,address,uint256).rTransferAmount (#896) is too similar to Ltradex._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable Ltradex._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to Ltradex._getTValues(uint256).tTransferAmount (#925)
Variable Ltradex._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to Ltradex._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable Ltradex._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to Ltradex._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable Ltradex._getValues(uint256).rTransferAmount (#918) is too similar to Ltradex._getValues(uint256).tTransferAmount (#917)
Variable Ltradex.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to Ltradex._transferToExcluded(address,address,uint256).tTransferAmount (#1138)
Variable Ltradex.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to Ltradex._transferFromExcluded(address,address,uint256).tTransferAmount (#1148)
Variable Ltradex._transferBothExcluded(address,address,uint256).rTransferAmount (#896) is too similar to Ltradex._getValues(uint256).tTransferAmount (#917)
Variable Ltradex._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#933) is too similar to Ltradex._getValues(uint256).tTransferAmount (#917)
Variable Ltradex._getValues(uint256).rTransferAmount (#918) is too similar to Ltradex._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable Ltradex._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#933) is too similar to Ltradex._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable Ltradex._transferBothExcluded(address,address,uint256).rTransferAmount (#896) is too similar to Ltradex._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable Ltradex._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to Ltradex._getValues(uint256).tTransferAmount (#917)
Variable Ltradex.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to Ltradex._getValues(uint256).tTransferAmount (#917)
Variable Ltradex._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to Ltradex._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable Ltradex._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#933) is too similar to Ltradex._transferBothExcluded(address,address,uint256).tTransferAmount (#896)
Variable Ltradex.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to Ltradex._transferStandard(address,address,uint256).tTransferAmount (#1129)
Variable Ltradex._transferStandard(address,address,uint256).rTransferAmount (#1129) is too similar to Ltradex._transferBothExcluded(address,address,uint256).tTransferAmount (#896)
Prevent variables from having similar names.

Additional information: link

Ltradex.slitherConstructorVariables() (#695-1212) uses literals with too many digits:
- _tTotal = 50000000000000 * 10 ** 18 (#709)
Ltradex.slitherConstructorVariables() (#695-1212) uses literals with too many digits:
- marketingWallet = 0x000000000000000000000000000000000000dEaD (#727)
Ltradex.slitherConstructorVariables() (#695-1212) uses literals with too many digits:
- _maxTxAmount = 500000000000 * 10 ** 18 (#736)
Ltradex.slitherConstructorVariables() (#695-1212) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000000 * 10 ** 18 (#737)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ltradex._decimals (#715) should be constant
Ltradex._name (#713) should be constant
Ltradex._symbol (#714) should be constant
Ltradex._tTotal (#709) should be constant
Ltradex.marketingWallet (#727) should be constant
Ltradex.numTokensSellToAddToLiquidity (#737) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#447-450)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#456-460)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#464-469)
unlock() should be declared external:
- Ownable.unlock() (#472-477)
name() should be declared external:
- Ltradex.name() (#771-773)
symbol() should be declared external:
- Ltradex.symbol() (#775-777)
decimals() should be declared external:
- Ltradex.decimals() (#779-781)
totalSupply() should be declared external:
- Ltradex.totalSupply() (#783-785)
transfer(address,uint256) should be declared external:
- Ltradex.transfer(address,uint256) (#792-795)
allowance(address,address) should be declared external:
- Ltradex.allowance(address,address) (#797-799)
approve(address,uint256) should be declared external:
- Ltradex.approve(address,uint256) (#801-804)
transferFrom(address,address,uint256) should be declared external:
- Ltradex.transferFrom(address,address,uint256) (#806-810)
increaseAllowance(address,uint256) should be declared external:
- Ltradex.increaseAllowance(address,uint256) (#812-815)
decreaseAllowance(address,uint256) should be declared external:
- Ltradex.decreaseAllowance(address,uint256) (#817-820)
isExcludedFromReward(address) should be declared external:
- Ltradex.isExcludedFromReward(address) (#822-824)
totalFees() should be declared external:
- Ltradex.totalFees() (#826-828)
deliver(uint256) should be declared external:
- Ltradex.deliver(uint256) (#846-853)
reflectionFromToken(uint256,bool) should be declared external:
- Ltradex.reflectionFromToken(uint256,bool) (#855-864)
excludeFromReward(address) should be declared external:
- Ltradex.excludeFromReward(address) (#872-880)
isExcludedFromFee(address) should be declared external:
- Ltradex.isExcludedFromFee(address) (#988-990)
excludeFromFee(address) should be declared external:
- Ltradex.excludeFromFee(address) (#1157-1159)
includeInFee(address) should be declared external:
- Ltradex.includeInFee(address) (#1161-1163)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Ltradex.setSwapAndLiquifyEnabled(bool) (#1206-1209)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain


Unable to find PancakeSwap trading pair to compute liquidity.


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


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


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

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


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

Price for LTEX

News for LTEX