Lady Metaverse Token Logo

LadyMeta [Lady Metaverse] Token

About LadyMeta

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 13 January 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


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

Reentrancy in LadyMeta._transfer(address,address,uint256) (#1004-1048):
External calls:
- swapAndLiquify(contractTokenBalance) (#1035)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1082-1088)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1035)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#960)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1129)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1138)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1149)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#876)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1130)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1140)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1150)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#878)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- _rTotal = _rTotal.sub(rFee) (#915)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#962)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#875)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1148)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1139)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#877)
Apply the check-effects-interactions pattern.

Additional information: link

LadyMeta.addLiquidity(uint256,uint256) (#1091-1104) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
Ensure that all the return values of the function calls are used.

Additional information: link

LadyMeta.allowance(address,address).owner (#793) shadows:
- Ownable.owner() (#429-431) (function)
LadyMeta._approve(address,address,uint256).owner (#996) shadows:
- Ownable.owner() (#429-431) (function)
Rename the local variables that shadow another component.

Additional information: link

LadyMeta.setTaxFeePercent(uint256) (#892-894) should emit an event for:
- _taxFee = taxFee (#893)
LadyMeta.setLiquidityFeePercent(uint256) (#896-898) should emit an event for:
- _liquidityFee = liquidityFee (#897)
LadyMeta.setMaxTxPercent(uint256) (#900-904) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#901-903)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in LadyMeta._transfer(address,address,uint256) (#1004-1048):
External calls:
- swapAndLiquify(contractTokenBalance) (#1035)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1082-1088)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1035)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- _liquidityFee = _previousLiquidityFee (#989)
- _liquidityFee = 0 (#984)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- _previousLiquidityFee = _liquidityFee (#981)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- _previousTaxFee = _taxFee (#980)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- _tFeeTotal = _tFeeTotal.add(tFee) (#916)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- _taxFee = _previousTaxFee (#988)
- _taxFee = 0 (#983)
Reentrancy in LadyMeta.constructor() (#749-765):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#754-755)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#761)
- _isExcludedFromFee[address(this)] = true (#762)
- uniswapV2Router = _uniswapV2Router (#758)
Reentrancy in LadyMeta.swapAndLiquify(uint256) (#1050-1071):
External calls:
- swapTokensForEth(half) (#1062)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1082-1088)
- addLiquidity(otherHalf,newBalance) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1068)
- _allowances[owner][spender] = amount (#1000)
Reentrancy in LadyMeta.transferFrom(address,address,uint256) (#802-806):
External calls:
- _transfer(sender,recipient,amount) (#803)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1082-1088)
External calls sending eth:
- _transfer(sender,recipient,amount) (#803)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#804)
- _allowances[owner][spender] = amount (#1000)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in LadyMeta._transfer(address,address,uint256) (#1004-1048):
External calls:
- swapAndLiquify(contractTokenBalance) (#1035)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1082-1088)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1035)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1133)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- Transfer(sender,recipient,tTransferAmount) (#1153)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- Transfer(sender,recipient,tTransferAmount) (#1143)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- Transfer(sender,recipient,tTransferAmount) (#881)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
Reentrancy in LadyMeta.constructor() (#749-765):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#754-755)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#764)
Reentrancy in LadyMeta.swapAndLiquify(uint256) (#1050-1071):
External calls:
- swapTokensForEth(half) (#1062)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1082-1088)
- addLiquidity(otherHalf,newBalance) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1001)
- addLiquidity(otherHalf,newBalance) (#1068)
- SwapAndLiquify(half,newBalance,otherHalf) (#1070)
Reentrancy in LadyMeta.transferFrom(address,address,uint256) (#802-806):
External calls:
- _transfer(sender,recipient,amount) (#803)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1082-1088)
External calls sending eth:
- _transfer(sender,recipient,amount) (#803)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1001)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#804)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#281-290) uses assembly
- INLINE ASM (#288)
Address._functionCallWithValue(address,bytes,uint256,string) (#374-395) uses assembly
- INLINE ASM (#387-390)
Do not use evm assembly.

Additional information: link

LadyMeta.includeInReward(address) (#861-872) has costly operations inside a loop:
- _excluded.pop() (#868)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#374-395) is never used and should be removed
Address.functionCall(address,bytes) (#334-336) is never used and should be removed
Address.functionCall(address,bytes,string) (#344-346) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#359-361) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#369-372) is never used and should be removed
Address.isContract(address) (#281-290) is never used and should be removed
Address.sendValue(address,uint256) (#308-314) is never used and should be removed
Context._msgData() (#253-256) is never used and should be removed
SafeMath.mod(uint256,uint256) (#226-228) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#242-245) is never used and should be removed
Remove unused functions.

Additional information: link

LadyMeta._rTotal (#713) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
LadyMeta._previousTaxFee (#721) is set pre-construction with a non-constant function or state variable:
- _taxFee
LadyMeta._previousLiquidityFee (#724) 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.sendValue(address,uint256) (#308-314):
- (success) = recipient.call{value: amount}() (#312)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#374-395):
- (success,returndata) = target.call{value: weiValue}(data) (#378)
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() (#520) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#521) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#538) is not in mixedCase
Function IUniswapV2Router01.WETH() (#560) is not in mixedCase
Parameter LadyMeta.setSwapAndLiquifyEnabled(bool)._enabled (#906) is not in mixedCase
Parameter LadyMeta.calculateTaxFee(uint256)._amount (#965) is not in mixedCase
Parameter LadyMeta.calculateLiquidityFee(uint256)._amount (#971) is not in mixedCase
Variable LadyMeta._taxFee (#720) is not in mixedCase
Variable LadyMeta._liquidityFee (#723) is not in mixedCase
Variable LadyMeta._maxTxAmount (#732) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#254)" inContext (#248-257)
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 (#565) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#566)
Variable LadyMeta._transferFromExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to LadyMeta._transferFromExcluded(address,address,uint256).tTransferAmount (#1147)
Variable LadyMeta._transferFromExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to LadyMeta._getValues(uint256).tTransferAmount (#920)
Variable LadyMeta._transferBothExcluded(address,address,uint256).rTransferAmount (#874) is too similar to LadyMeta._getValues(uint256).tTransferAmount (#920)
Variable LadyMeta._getValues(uint256).rTransferAmount (#921) is too similar to LadyMeta._getValues(uint256).tTransferAmount (#920)
Variable LadyMeta._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#936) is too similar to LadyMeta._transferStandard(address,address,uint256).tTransferAmount (#1128)
Variable LadyMeta._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#936) is too similar to LadyMeta._transferToExcluded(address,address,uint256).tTransferAmount (#1137)
Variable LadyMeta._transferStandard(address,address,uint256).rTransferAmount (#1128) is too similar to LadyMeta._transferStandard(address,address,uint256).tTransferAmount (#1128)
Variable LadyMeta._transferStandard(address,address,uint256).rTransferAmount (#1128) is too similar to LadyMeta._transferToExcluded(address,address,uint256).tTransferAmount (#1137)
Variable LadyMeta._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#936) is too similar to LadyMeta._getValues(uint256).tTransferAmount (#920)
Variable LadyMeta._transferFromExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to LadyMeta._transferBothExcluded(address,address,uint256).tTransferAmount (#874)
Variable LadyMeta._transferBothExcluded(address,address,uint256).rTransferAmount (#874) is too similar to LadyMeta._transferBothExcluded(address,address,uint256).tTransferAmount (#874)
Variable LadyMeta._transferStandard(address,address,uint256).rTransferAmount (#1128) is too similar to LadyMeta._getValues(uint256).tTransferAmount (#920)
Variable LadyMeta._transferToExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to LadyMeta._transferToExcluded(address,address,uint256).tTransferAmount (#1137)
Variable LadyMeta._transferFromExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to LadyMeta._transferStandard(address,address,uint256).tTransferAmount (#1128)
Variable LadyMeta._transferBothExcluded(address,address,uint256).rTransferAmount (#874) is too similar to LadyMeta._transferStandard(address,address,uint256).tTransferAmount (#1128)
Variable LadyMeta.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to LadyMeta._transferToExcluded(address,address,uint256).tTransferAmount (#1137)
Variable LadyMeta._transferBothExcluded(address,address,uint256).rTransferAmount (#874) is too similar to LadyMeta._transferToExcluded(address,address,uint256).tTransferAmount (#1137)
Variable LadyMeta._transferToExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to LadyMeta._getValues(uint256).tTransferAmount (#920)
Variable LadyMeta._transferFromExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to LadyMeta._transferToExcluded(address,address,uint256).tTransferAmount (#1137)
Variable LadyMeta._getValues(uint256).rTransferAmount (#921) is too similar to LadyMeta._transferToExcluded(address,address,uint256).tTransferAmount (#1137)
Variable LadyMeta.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to LadyMeta._getValues(uint256).tTransferAmount (#920)
Variable LadyMeta._transferBothExcluded(address,address,uint256).rTransferAmount (#874) is too similar to LadyMeta._transferFromExcluded(address,address,uint256).tTransferAmount (#1147)
Variable LadyMeta._getValues(uint256).rTransferAmount (#921) is too similar to LadyMeta._getTValues(uint256).tTransferAmount (#928)
Variable LadyMeta._transferStandard(address,address,uint256).rTransferAmount (#1128) is too similar to LadyMeta._transferFromExcluded(address,address,uint256).tTransferAmount (#1147)
Variable LadyMeta._transferToExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to LadyMeta._transferBothExcluded(address,address,uint256).tTransferAmount (#874)
Variable LadyMeta._getValues(uint256).rTransferAmount (#921) is too similar to LadyMeta._transferBothExcluded(address,address,uint256).tTransferAmount (#874)
Variable LadyMeta._transferFromExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to LadyMeta._getTValues(uint256).tTransferAmount (#928)
Variable LadyMeta._transferToExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to LadyMeta._transferFromExcluded(address,address,uint256).tTransferAmount (#1147)
Variable LadyMeta._getValues(uint256).rTransferAmount (#921) is too similar to LadyMeta._transferFromExcluded(address,address,uint256).tTransferAmount (#1147)
Variable LadyMeta.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to LadyMeta._transferStandard(address,address,uint256).tTransferAmount (#1128)
Variable LadyMeta._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#936) is too similar to LadyMeta._getTValues(uint256).tTransferAmount (#928)
Variable LadyMeta._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#936) is too similar to LadyMeta._transferBothExcluded(address,address,uint256).tTransferAmount (#874)
Variable LadyMeta.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to LadyMeta._getTValues(uint256).tTransferAmount (#928)
Variable LadyMeta.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to LadyMeta._transferBothExcluded(address,address,uint256).tTransferAmount (#874)
Variable LadyMeta._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#936) is too similar to LadyMeta._transferFromExcluded(address,address,uint256).tTransferAmount (#1147)
Variable LadyMeta._transferBothExcluded(address,address,uint256).rTransferAmount (#874) is too similar to LadyMeta._getTValues(uint256).tTransferAmount (#928)
Variable LadyMeta.reflectionFromToken(uint256,bool).rTransferAmount (#841) is too similar to LadyMeta._transferFromExcluded(address,address,uint256).tTransferAmount (#1147)
Variable LadyMeta._transferToExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to LadyMeta._transferStandard(address,address,uint256).tTransferAmount (#1128)
Variable LadyMeta._transferStandard(address,address,uint256).rTransferAmount (#1128) is too similar to LadyMeta._transferBothExcluded(address,address,uint256).tTransferAmount (#874)
Variable LadyMeta._transferStandard(address,address,uint256).rTransferAmount (#1128) is too similar to LadyMeta._getTValues(uint256).tTransferAmount (#928)
Variable LadyMeta._getValues(uint256).rTransferAmount (#921) is too similar to LadyMeta._transferStandard(address,address,uint256).tTransferAmount (#1128)
Variable LadyMeta._transferToExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to LadyMeta._getTValues(uint256).tTransferAmount (#928)
Prevent variables from having similar names.

Additional information: link

LadyMeta.slitherConstructorVariables() (#698-1160) uses literals with too many digits:
- _tTotal = 100000000000 * 10 ** 6 * 10 ** 9 (#712)
LadyMeta.slitherConstructorVariables() (#698-1160) uses literals with too many digits:
- _maxTxAmount = 50000000000 * 10 ** 6 * 10 ** 9 (#732)
LadyMeta.slitherConstructorVariables() (#698-1160) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 5000000000 * 10 ** 6 * 10 ** 9 (#733)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

LadyMeta._decimals (#718) should be constant
LadyMeta._name (#716) should be constant
LadyMeta._symbol (#717) should be constant
LadyMeta._tTotal (#712) should be constant
LadyMeta.numTokensSellToAddToLiquidity (#733) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#448-451)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#457-461)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#463-465)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#468-473)
unlock() should be declared external:
- Ownable.unlock() (#476-481)
name() should be declared external:
- LadyMeta.name() (#767-769)
symbol() should be declared external:
- LadyMeta.symbol() (#771-773)
decimals() should be declared external:
- LadyMeta.decimals() (#775-777)
totalSupply() should be declared external:
- LadyMeta.totalSupply() (#779-781)
transfer(address,uint256) should be declared external:
- LadyMeta.transfer(address,uint256) (#788-791)
allowance(address,address) should be declared external:
- LadyMeta.allowance(address,address) (#793-795)
approve(address,uint256) should be declared external:
- LadyMeta.approve(address,uint256) (#797-800)
transferFrom(address,address,uint256) should be declared external:
- LadyMeta.transferFrom(address,address,uint256) (#802-806)
increaseAllowance(address,uint256) should be declared external:
- LadyMeta.increaseAllowance(address,uint256) (#808-811)
decreaseAllowance(address,uint256) should be declared external:
- LadyMeta.decreaseAllowance(address,uint256) (#813-816)
isExcludedFromReward(address) should be declared external:
- LadyMeta.isExcludedFromReward(address) (#818-820)
totalFees() should be declared external:
- LadyMeta.totalFees() (#822-824)
deliver(uint256) should be declared external:
- LadyMeta.deliver(uint256) (#826-833)
reflectionFromToken(uint256,bool) should be declared external:
- LadyMeta.reflectionFromToken(uint256,bool) (#835-844)
excludeFromReward(address) should be declared external:
- LadyMeta.excludeFromReward(address) (#852-859)
excludeFromFee(address) should be declared external:
- LadyMeta.excludeFromFee(address) (#884-886)
includeInFee(address) should be declared external:
- LadyMeta.includeInFee(address) (#888-890)
setSwapAndLiquifyEnabled(bool) should be declared external:
- LadyMeta.setSwapAndLiquifyEnabled(bool) (#906-909)
isExcludedFromFee(address) should be declared external:
- LadyMeta.isExcludedFromFee(address) (#992-994)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


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


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for LadyMeta