Moonpirate Token Logo

MOONPIRATE Token

ALERT: unclassified scam

About MOONPIRATE

Listings

Token 3 years
CoinMarketCap 2 years
[CoinGecko] alert: No trading activity recorded by exchanges integrated on CoinGecko in the past 2 months
white paper

MoonPirate is the first cryptocoin to partner with a distillery and produce alcoholic beverages, all of which can be tracked on the blockchain via NFTs! MoonPirate Crypto-Rum is the first release and that's just the start!

Social

Laser Scorebeta Last Audit: 19 May 2022

report
Token seems to be a scam (type: unclassified scam).

Anti-Scam

Links


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

Reentrancy in Moonpirate._transfer(address,address,uint256) (#1031-1075):
External calls:
- swapAndLiquify(contractTokenBalance) (#1062)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1123-1130)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1109-1115)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1062)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1123-1130)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1074)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#987)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1156)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1165)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1176)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#903)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1157)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1167)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1177)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#905)
- _tokenTransfer(from,to,amount,takeFee) (#1074)
- _rTotal = _rTotal.sub(rFee) (#942)
- _tokenTransfer(from,to,amount,takeFee) (#1074)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#989)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1175)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#902)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1166)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#904)
Apply the check-effects-interactions pattern.

Additional information: link

Moonpirate.includeInReward(address) (#888-899) has costly operations inside a loop:
- _excluded.pop() (#895)
Use a local variable to hold the loop computation result.

Additional information: link

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

Additional information: link

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

Additional information: link

Moonpirate.slitherConstructorVariables() (#724-1187) uses literals with too many digits:
- _tTotal = 100000000000 * 10 ** 6 * 10 ** 9 (#738)
Moonpirate.slitherConstructorVariables() (#724-1187) uses literals with too many digits:
- _maxTxAmount = 500000000 * 10 ** 6 * 10 ** 9 (#758)
Moonpirate.slitherConstructorVariables() (#724-1187) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 50000000 * 10 ** 6 * 10 ** 9 (#759)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Moonpirate._decimals (#744) should be constant
Moonpirate._name (#742) should be constant
Moonpirate._symbol (#743) should be constant
Moonpirate._tTotal (#738) should be constant
Moonpirate.numTokensSellToAddToLiquidity (#759) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#474-477)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#483-487)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#489-491)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#494-499)
unlock() should be declared external:
- Ownable.unlock() (#502-507)
name() should be declared external:
- Moonpirate.name() (#793-795)
symbol() should be declared external:
- Moonpirate.symbol() (#797-799)
decimals() should be declared external:
- Moonpirate.decimals() (#801-803)
totalSupply() should be declared external:
- Moonpirate.totalSupply() (#805-807)
transfer(address,uint256) should be declared external:
- Moonpirate.transfer(address,uint256) (#814-817)
allowance(address,address) should be declared external:
- Moonpirate.allowance(address,address) (#819-821)
approve(address,uint256) should be declared external:
- Moonpirate.approve(address,uint256) (#823-826)
transferFrom(address,address,uint256) should be declared external:
- Moonpirate.transferFrom(address,address,uint256) (#828-832)
increaseAllowance(address,uint256) should be declared external:
- Moonpirate.increaseAllowance(address,uint256) (#834-837)
decreaseAllowance(address,uint256) should be declared external:
- Moonpirate.decreaseAllowance(address,uint256) (#839-842)
isExcludedFromReward(address) should be declared external:
- Moonpirate.isExcludedFromReward(address) (#844-846)
totalFees() should be declared external:
- Moonpirate.totalFees() (#848-850)
deliver(uint256) should be declared external:
- Moonpirate.deliver(uint256) (#852-859)
reflectionFromToken(uint256,bool) should be declared external:
- Moonpirate.reflectionFromToken(uint256,bool) (#861-870)
excludeFromReward(address) should be declared external:
- Moonpirate.excludeFromReward(address) (#878-886)
excludeFromFee(address) should be declared external:
- Moonpirate.excludeFromFee(address) (#911-913)
includeInFee(address) should be declared external:
- Moonpirate.includeInFee(address) (#915-917)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Moonpirate.setSwapAndLiquifyEnabled(bool) (#933-936)
isExcludedFromFee(address) should be declared external:
- Moonpirate.isExcludedFromFee(address) (#1019-1021)
Use the external attribute for functions never called from the contract.

Additional information: link

Moonpirate.allowance(address,address).owner (#819) shadows:
- Ownable.owner() (#455-457) (function)
Moonpirate._approve(address,address,uint256).owner (#1023) shadows:
- Ownable.owner() (#455-457) (function)
Rename the local variables that shadow another component.

Additional information: link

Moonpirate.setTaxFeePercent(uint256) (#919-921) should emit an event for:
- _taxFee = taxFee (#920)
Moonpirate.setLiquidityFeePercent(uint256) (#923-925) should emit an event for:
- _liquidityFee = liquidityFee (#924)
Moonpirate.setMaxTxPercent(uint256) (#927-931) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#928-930)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in Moonpirate._transfer(address,address,uint256) (#1031-1075):
External calls:
- swapAndLiquify(contractTokenBalance) (#1062)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1123-1130)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1109-1115)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1062)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1123-1130)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1074)
- _liquidityFee = _previousLiquidityFee (#1016)
- _liquidityFee = 0 (#1011)
- _tokenTransfer(from,to,amount,takeFee) (#1074)
- _previousLiquidityFee = _liquidityFee (#1008)
- _tokenTransfer(from,to,amount,takeFee) (#1074)
- _previousTaxFee = _taxFee (#1007)
- _tokenTransfer(from,to,amount,takeFee) (#1074)
- _tFeeTotal = _tFeeTotal.add(tFee) (#943)
- _tokenTransfer(from,to,amount,takeFee) (#1074)
- _taxFee = _previousTaxFee (#1015)
- _taxFee = 0 (#1010)
Reentrancy in Moonpirate.constructor() (#775-791):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#780-781)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#787)
- _isExcludedFromFee[address(this)] = true (#788)
- uniswapV2Router = _uniswapV2Router (#784)
Reentrancy in Moonpirate.swapAndLiquify(uint256) (#1077-1098):
External calls:
- swapTokensForEth(half) (#1089)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1109-1115)
- addLiquidity(otherHalf,newBalance) (#1095)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1123-1130)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1095)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1123-1130)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1095)
- _allowances[owner][spender] = amount (#1027)
Reentrancy in Moonpirate.transferFrom(address,address,uint256) (#828-832):
External calls:
- _transfer(sender,recipient,amount) (#829)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1123-1130)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1109-1115)
External calls sending eth:
- _transfer(sender,recipient,amount) (#829)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1123-1130)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#830)
- _allowances[owner][spender] = amount (#1027)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Moonpirate._transfer(address,address,uint256) (#1031-1075):
External calls:
- swapAndLiquify(contractTokenBalance) (#1062)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1123-1130)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1109-1115)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1062)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1123-1130)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1160)
- _tokenTransfer(from,to,amount,takeFee) (#1074)
- Transfer(sender,recipient,tTransferAmount) (#1170)
- _tokenTransfer(from,to,amount,takeFee) (#1074)
- Transfer(sender,recipient,tTransferAmount) (#1180)
- _tokenTransfer(from,to,amount,takeFee) (#1074)
- Transfer(sender,recipient,tTransferAmount) (#908)
- _tokenTransfer(from,to,amount,takeFee) (#1074)
Reentrancy in Moonpirate.constructor() (#775-791):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#780-781)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#790)
Reentrancy in Moonpirate.swapAndLiquify(uint256) (#1077-1098):
External calls:
- swapTokensForEth(half) (#1089)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1109-1115)
- addLiquidity(otherHalf,newBalance) (#1095)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1123-1130)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1095)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1123-1130)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1028)
- addLiquidity(otherHalf,newBalance) (#1095)
- SwapAndLiquify(half,newBalance,otherHalf) (#1097)
Reentrancy in Moonpirate.transferFrom(address,address,uint256) (#828-832):
External calls:
- _transfer(sender,recipient,amount) (#829)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1123-1130)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1109-1115)
External calls sending eth:
- _transfer(sender,recipient,amount) (#829)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1123-1130)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1028)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#830)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#307-316) uses assembly
- INLINE ASM (#314)
Address._functionCallWithValue(address,bytes,uint256,string) (#400-421) uses assembly
- INLINE ASM (#413-416)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#400-421) is never used and should be removed
Address.functionCall(address,bytes) (#360-362) is never used and should be removed
Address.functionCall(address,bytes,string) (#370-372) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#385-387) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#395-398) is never used and should be removed
Address.isContract(address) (#307-316) is never used and should be removed
Address.sendValue(address,uint256) (#334-340) is never used and should be removed
Context._msgData() (#279-282) is never used and should be removed
SafeMath.mod(uint256,uint256) (#252-254) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#268-271) is never used and should be removed
Remove unused functions.

Additional information: link

Moonpirate._rTotal (#739) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Moonpirate._previousTaxFee (#747) is set pre-construction with a non-constant function or state variable:
- _taxFee
Moonpirate._previousLiquidityFee (#750) 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) (#334-340):
- (success) = recipient.call{value: amount}() (#338)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#400-421):
- (success,returndata) = target.call{value: weiValue}(data) (#404)
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() (#546) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#547) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#564) is not in mixedCase
Function IUniswapV2Router01.WETH() (#586) is not in mixedCase
Parameter Moonpirate.setSwapAndLiquifyEnabled(bool)._enabled (#933) is not in mixedCase
Parameter Moonpirate.calculateTaxFee(uint256)._amount (#992) is not in mixedCase
Parameter Moonpirate.calculateLiquidityFee(uint256)._amount (#998) is not in mixedCase
Variable Moonpirate._taxFee (#746) is not in mixedCase
Variable Moonpirate._liquidityFee (#749) is not in mixedCase
Variable Moonpirate._maxTxAmount (#758) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#280)" inContext (#274-283)
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 (#591) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#592)
Variable Moonpirate._getValues(uint256).rTransferAmount (#948) is too similar to Moonpirate._transferStandard(address,address,uint256).tTransferAmount (#1155)
Variable Moonpirate._transferFromExcluded(address,address,uint256).rTransferAmount (#1174) is too similar to Moonpirate._transferToExcluded(address,address,uint256).tTransferAmount (#1164)
Variable Moonpirate._transferFromExcluded(address,address,uint256).rTransferAmount (#1174) is too similar to Moonpirate._transferFromExcluded(address,address,uint256).tTransferAmount (#1174)
Variable Moonpirate._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#963) is too similar to Moonpirate._transferStandard(address,address,uint256).tTransferAmount (#1155)
Variable Moonpirate._transferToExcluded(address,address,uint256).rTransferAmount (#1164) is too similar to Moonpirate._transferToExcluded(address,address,uint256).tTransferAmount (#1164)
Variable Moonpirate._transferStandard(address,address,uint256).rTransferAmount (#1155) is too similar to Moonpirate._transferStandard(address,address,uint256).tTransferAmount (#1155)
Variable Moonpirate._transferToExcluded(address,address,uint256).rTransferAmount (#1164) is too similar to Moonpirate._transferFromExcluded(address,address,uint256).tTransferAmount (#1174)
Variable Moonpirate._getValues(uint256).rTransferAmount (#948) is too similar to Moonpirate._transferToExcluded(address,address,uint256).tTransferAmount (#1164)
Variable Moonpirate._transferFromExcluded(address,address,uint256).rTransferAmount (#1174) is too similar to Moonpirate._transferStandard(address,address,uint256).tTransferAmount (#1155)
Variable Moonpirate._getValues(uint256).rTransferAmount (#948) is too similar to Moonpirate._transferFromExcluded(address,address,uint256).tTransferAmount (#1174)
Variable Moonpirate._getValues(uint256).rTransferAmount (#948) is too similar to Moonpirate._getTValues(uint256).tTransferAmount (#955)
Variable Moonpirate._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#963) is too similar to Moonpirate._transferToExcluded(address,address,uint256).tTransferAmount (#1164)
Variable Moonpirate._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#963) is too similar to Moonpirate._transferFromExcluded(address,address,uint256).tTransferAmount (#1174)
Variable Moonpirate._transferToExcluded(address,address,uint256).rTransferAmount (#1164) is too similar to Moonpirate._transferStandard(address,address,uint256).tTransferAmount (#1155)
Variable Moonpirate._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#963) is too similar to Moonpirate._getTValues(uint256).tTransferAmount (#955)
Variable Moonpirate._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#963) is too similar to Moonpirate._transferBothExcluded(address,address,uint256).tTransferAmount (#901)
Variable Moonpirate._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#963) is too similar to Moonpirate._getValues(uint256).tTransferAmount (#947)
Variable Moonpirate.reflectionFromToken(uint256,bool).rTransferAmount (#867) is too similar to Moonpirate._transferToExcluded(address,address,uint256).tTransferAmount (#1164)
Variable Moonpirate.reflectionFromToken(uint256,bool).rTransferAmount (#867) is too similar to Moonpirate._transferBothExcluded(address,address,uint256).tTransferAmount (#901)
Variable Moonpirate._transferStandard(address,address,uint256).rTransferAmount (#1155) is too similar to Moonpirate._transferToExcluded(address,address,uint256).tTransferAmount (#1164)
Variable Moonpirate.reflectionFromToken(uint256,bool).rTransferAmount (#867) is too similar to Moonpirate._getValues(uint256).tTransferAmount (#947)
Variable Moonpirate._transferStandard(address,address,uint256).rTransferAmount (#1155) is too similar to Moonpirate._transferBothExcluded(address,address,uint256).tTransferAmount (#901)
Variable Moonpirate._transferStandard(address,address,uint256).rTransferAmount (#1155) is too similar to Moonpirate._getValues(uint256).tTransferAmount (#947)
Variable Moonpirate._transferToExcluded(address,address,uint256).rTransferAmount (#1164) is too similar to Moonpirate._getTValues(uint256).tTransferAmount (#955)
Variable Moonpirate._transferBothExcluded(address,address,uint256).rTransferAmount (#901) is too similar to Moonpirate._transferToExcluded(address,address,uint256).tTransferAmount (#1164)
Variable Moonpirate._transferBothExcluded(address,address,uint256).rTransferAmount (#901) is too similar to Moonpirate._transferBothExcluded(address,address,uint256).tTransferAmount (#901)
Variable Moonpirate._getValues(uint256).rTransferAmount (#948) is too similar to Moonpirate._transferBothExcluded(address,address,uint256).tTransferAmount (#901)
Variable Moonpirate._transferBothExcluded(address,address,uint256).rTransferAmount (#901) is too similar to Moonpirate._getValues(uint256).tTransferAmount (#947)
Variable Moonpirate._getValues(uint256).rTransferAmount (#948) is too similar to Moonpirate._getValues(uint256).tTransferAmount (#947)
Variable Moonpirate._transferFromExcluded(address,address,uint256).rTransferAmount (#1174) is too similar to Moonpirate._getTValues(uint256).tTransferAmount (#955)
Variable Moonpirate.reflectionFromToken(uint256,bool).rTransferAmount (#867) is too similar to Moonpirate._transferStandard(address,address,uint256).tTransferAmount (#1155)
Variable Moonpirate._transferToExcluded(address,address,uint256).rTransferAmount (#1164) is too similar to Moonpirate._transferBothExcluded(address,address,uint256).tTransferAmount (#901)
Variable Moonpirate.reflectionFromToken(uint256,bool).rTransferAmount (#867) is too similar to Moonpirate._transferFromExcluded(address,address,uint256).tTransferAmount (#1174)
Variable Moonpirate._transferToExcluded(address,address,uint256).rTransferAmount (#1164) is too similar to Moonpirate._getValues(uint256).tTransferAmount (#947)
Variable Moonpirate.reflectionFromToken(uint256,bool).rTransferAmount (#867) is too similar to Moonpirate._getTValues(uint256).tTransferAmount (#955)
Variable Moonpirate._transferStandard(address,address,uint256).rTransferAmount (#1155) is too similar to Moonpirate._getTValues(uint256).tTransferAmount (#955)
Variable Moonpirate._transferStandard(address,address,uint256).rTransferAmount (#1155) is too similar to Moonpirate._transferFromExcluded(address,address,uint256).tTransferAmount (#1174)
Variable Moonpirate._transferBothExcluded(address,address,uint256).rTransferAmount (#901) is too similar to Moonpirate._transferStandard(address,address,uint256).tTransferAmount (#1155)
Variable Moonpirate._transferFromExcluded(address,address,uint256).rTransferAmount (#1174) is too similar to Moonpirate._transferBothExcluded(address,address,uint256).tTransferAmount (#901)
Variable Moonpirate._transferFromExcluded(address,address,uint256).rTransferAmount (#1174) is too similar to Moonpirate._getValues(uint256).tTransferAmount (#947)
Variable Moonpirate._transferBothExcluded(address,address,uint256).rTransferAmount (#901) is too similar to Moonpirate._transferFromExcluded(address,address,uint256).tTransferAmount (#1174)
Variable Moonpirate._transferBothExcluded(address,address,uint256).rTransferAmount (#901) is too similar to Moonpirate._getTValues(uint256).tTransferAmount (#955)
Prevent variables from having similar names.

Additional information: link

Holders:


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap liquidity is low.


Average 30d number of PancakeSwap swaps is low.


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


Token is deployed only at one blockchain


Token has only one trading pair

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


Twitter account link seems to be invalid


Unable to find Youtube account


Unable to crawl data from the website


Token was delisted from CoinGecko

Additional information: link


Unable to find token contract audit


Token is not listed at Mobula.Finance

Additional information: link


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Unable to find code repository for the project


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Token has a considerable age, but we're still unable to find its website


Token has no active CoinGecko listing / rank


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


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Token has relatively low CoinMarketCap rank

Price for MOONPIRATE