Madagascar is a new token launched on the BSC network but will also be on the ETH and MATIC mainnet all with the same contract address making it the first of its kind doing a tri network cross chain. Our focus is to save our precious planet and its inhabitants via charitable donations while also allowing the investors to win BIG with our lottery and scratchers soon to be released. Buy some $TIME for our planet and our future generations to come!
Reentrancy in MADAGASCAR._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) (#956)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1139)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1148)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#897)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1159)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1140)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1150)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1160)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#899)
- _tokenTransfer(from,to,amount) (#1027)
- _rTotal = _rTotal.sub(rFee) (#911)
- _tokenTransfer(from,to,amount) (#1027)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#958)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1158)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#896)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1149)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#898)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable._lockTime (#410) is never initialized. It is used in:
- Ownable.geUnlockTime() (#460-462)
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Contract ownership is not renounced (belongs to a wallet)
Contract ticker ($TIME) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
MADAGASCAR.includeInReward(address) (#881-892) has costly operations inside a loop:
- _excluded.pop() (#888)
Use a local variable to hold the loop computation result.
Additional information: link
name() should be declared external:
- MADAGASCAR.name() (#786-788)
excludeFromFee(address) should be declared external:
- MADAGASCAR.excludeFromFee(address) (#1166-1168)
deliver(uint256) should be declared external:
- MADAGASCAR.deliver(uint256) (#845-852)
approve(address,uint256) should be declared external:
- MADAGASCAR.approve(address,uint256) (#816-819)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#445-448)
decreaseAllowance(address,uint256) should be declared external:
- MADAGASCAR.decreaseAllowance(address,uint256) (#832-835)
excludeFromReward(address) should be declared external:
- MADAGASCAR.excludeFromReward(address) (#871-879)
reflectionFromToken(uint256,bool) should be declared external:
- MADAGASCAR.reflectionFromToken(uint256,bool) (#854-863)
setSwapAndLiquifyEnabled(bool) should be declared external:
- MADAGASCAR.setSwapAndLiquifyEnabled(bool) (#1194-1197)
totalFees() should be declared external:
- MADAGASCAR.totalFees() (#841-843)
symbol() should be declared external:
- MADAGASCAR.symbol() (#790-792)
transferFrom(address,address,uint256) should be declared external:
- MADAGASCAR.transferFrom(address,address,uint256) (#821-825)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#454-458)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#460-462)
totalSupply() should be declared external:
- MADAGASCAR.totalSupply() (#798-800)
allowance(address,address) should be declared external:
- MADAGASCAR.allowance(address,address) (#812-814)
transfer(address,uint256) should be declared external:
- MADAGASCAR.transfer(address,uint256) (#807-810)
increaseAllowance(address,uint256) should be declared external:
- MADAGASCAR.increaseAllowance(address,uint256) (#827-830)
isExcludedFromReward(address) should be declared external:
- MADAGASCAR.isExcludedFromReward(address) (#837-839)
decimals() should be declared external:
- MADAGASCAR.decimals() (#794-796)
isExcludedFromFee(address) should be declared external:
- MADAGASCAR.isExcludedFromFee(address) (#988-990)
includeInFee(address) should be declared external:
- MADAGASCAR.includeInFee(address) (#1170-1172)
Use the external attribute for functions never called from the contract.
Additional information: link
MADAGASCAR.slitherConstructorVariables() (#705-1201) uses literals with too many digits:
- _maxTxAmount = 10000000000000 * 10 ** 9 (#750)
MADAGASCAR.slitherConstructorVariables() (#705-1201) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 10000000000000 * 10 ** 9 (#751)
MADAGASCAR.slitherConstructorVariables() (#705-1201) uses literals with too many digits:
- _tTotal = 1000000000000000 * 10 ** 9 (#719)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Ownable._previousOwner (#409) is never used in MADAGASCAR (#705-1201)
MADAGASCAR._previousBurnFee (#734) is never used in MADAGASCAR (#705-1201)
Remove unused state variables.
Additional information: link
Ownable._previousOwner (#409) should be constant
MADAGASCAR._name (#723) should be constant
MADAGASCAR._tTotal (#719) should be constant
MADAGASCAR.numTokensSellToAddToLiquidity (#751) should be constant
MADAGASCAR._decimals (#725) should be constant
Ownable._lockTime (#410) should be constant
MADAGASCAR._symbol (#724) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
MADAGASCAR._tokenTransfer(address,address,uint256) (#1087-1135) performs a multiplication on the result of a division:
-fundingPiece = fundingAmt.div(6) (#1100)
-_transferStandard(sender,charityAddress,fundingPiece.mul(2)) (#1122)
MADAGASCAR._tokenTransfer(address,address,uint256) (#1087-1135) performs a multiplication on the result of a division:
-fundingPiece = fundingAmt.div(6) (#1100)
-_transferStandard(sender,communityAddress,fundingPiece.mul(2)) (#1123)
MADAGASCAR._tokenTransfer(address,address,uint256) (#1087-1135) performs a multiplication on the result of a division:
-fundingPiece = fundingAmt.div(6) (#1100)
-_transferStandard(sender,DevWallet,fundingPiece.mul(2)) (#1125)
Consider ordering multiplication before division.
Additional information: link
MADAGASCAR.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
MADAGASCAR.allowance(address,address).owner (#812) shadows:
- Ownable.owner() (#426-428) (function)
MADAGASCAR._approve(address,address,uint256).owner (#992) shadows:
- Ownable.owner() (#426-428) (function)
Rename the local variables that shadow another component.
Additional information: link
MADAGASCAR.deliver(uint256) (#845-852) should emit an event for:
- _tFeeTotal = _tFeeTotal.add(tAmount) (#851)
MADAGASCAR.setMaxTxPercent(uint256) (#1187-1192) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1189-1191)
Emit an event for critical parameter changes.
Additional information: link
MADAGASCAR.setComunityWallet(address).newWallet (#1182) lacks a zero-check on :
- communityAddress = newWallet (#1183)
MADAGASCAR.setCharityWallet(address).newWallet (#1174) lacks a zero-check on :
- charityAddress = newWallet (#1175)
MADAGASCAR.setDevWallet(address).newWallet (#1178) lacks a zero-check on :
- DevWallet = newWallet (#1179)
Check that the address is not zero.
Additional information: link
Reentrancy in MADAGASCAR._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 = 0 (#983)
- _burnFee = 0 (#976)
- _tokenTransfer(from,to,amount) (#1027)
- _fundingFee = 6 (#985)
- _fundingFee = 0 (#977)
- _fundingFee = 0 (#1117)
- _fundingFee = _previousFundingFee (#1130)
- _tokenTransfer(from,to,amount) (#1027)
- _liquidityFee = 2 (#982)
- _liquidityFee = 0 (#975)
- _liquidityFee = 0 (#1116)
- _liquidityFee = _previousLiquidityFee (#1129)
- _tokenTransfer(from,to,amount) (#1027)
- _tFeeTotal = _tFeeTotal.add(tFee) (#912)
- _tokenTransfer(from,to,amount) (#1027)
- _taxFee = 2 (#981)
- _taxFee = 0 (#974)
- _taxFee = 0 (#1115)
- _taxFee = _previousTaxFee (#1128)
Reentrancy in MADAGASCAR.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 MADAGASCAR.transferFrom(address,address,uint256) (#821-825):
External calls:
- _transfer(sender,recipient,amount) (#822)
- 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) (#822)
- 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)) (#823)
- _allowances[owner][spender] = amount (#996)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in MADAGASCAR._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) (#1143)
- _tokenTransfer(from,to,amount) (#1027)
- Transfer(sender,recipient,tTransferAmount) (#1163)
- _tokenTransfer(from,to,amount) (#1027)
- Transfer(sender,recipient,tTransferAmount) (#1153)
- _tokenTransfer(from,to,amount) (#1027)
- Transfer(sender,recipient,tTransferAmount) (#902)
- _tokenTransfer(from,to,amount) (#1027)
Reentrancy in MADAGASCAR.transferFrom(address,address,uint256) (#821-825):
External calls:
- _transfer(sender,recipient,amount) (#822)
- 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) (#822)
- 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)) (#823)
Reentrancy in MADAGASCAR.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)
Apply the check-effects-interactions pattern.
Additional information: link
Address.isContract(address) (#278-287) uses assembly
- INLINE ASM (#285)
Address._functionCallWithValue(address,bytes,uint256,string) (#371-392) uses assembly
- INLINE ASM (#384-387)
Do not use evm assembly.
Additional information: link
Address.sendValue(address,uint256) (#305-311) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#356-358) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#239-242) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#366-369) is never used and should be removed
Context._msgData() (#250-253) is never used and should be removed
SafeMath.mod(uint256,uint256) (#223-225) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#371-392) is never used and should be removed
Address.isContract(address) (#278-287) is never used and should be removed
Address.functionCall(address,bytes,string) (#341-343) is never used and should be removed
Address.functionCall(address,bytes) (#331-333) is never used and should be removed
Remove unused functions.
Additional information: link
MADAGASCAR._previousFundingFee (#738) is set pre-construction with a non-constant function or state variable:
- _fundingFee
MADAGASCAR._previousBurnFee (#734) is set pre-construction with a non-constant function or state variable:
- _burnFee
MADAGASCAR._previousTaxFee (#728) is set pre-construction with a non-constant function or state variable:
- _taxFee
MADAGASCAR._previousLiquidityFee (#731) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
MADAGASCAR._rTotal (#720) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
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) (#371-392):
- (success,returndata) = target.call{value: weiValue}(data) (#375)
Low level call in Address.sendValue(address,uint256) (#305-311):
- (success) = recipient.call{value: amount}() (#309)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable MADAGASCAR._fundingFee (#737) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#522) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#539) is not in mixedCase
Variable MADAGASCAR._taxFee (#727) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#521) is not in mixedCase
Parameter MADAGASCAR.calculateLiquidityFee(uint256)._amount (#967) is not in mixedCase
Variable MADAGASCAR._liquidityFee (#730) is not in mixedCase
Variable MADAGASCAR._maxTxAmount (#750) is not in mixedCase
Function IUniswapV2Router01.WETH() (#561) is not in mixedCase
Variable MADAGASCAR.DevWallet (#742) is not in mixedCase
Parameter MADAGASCAR.calculateTaxFee(uint256)._amount (#961) is not in mixedCase
Parameter MADAGASCAR.setSwapAndLiquifyEnabled(bool)._enabled (#1194) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#251)" inContext (#245-254)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable MADAGASCAR._transferToExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to MADAGASCAR._transferStandard(address,address,uint256).tTransferAmount (#1138)
Variable MADAGASCAR._transferBothExcluded(address,address,uint256).rTransferAmount (#895) is too similar to MADAGASCAR._getValues(uint256).tTransferAmount (#916)
Variable MADAGASCAR._transferStandard(address,address,uint256).rTransferAmount (#1138) is too similar to MADAGASCAR._transferStandard(address,address,uint256).tTransferAmount (#1138)
Variable MADAGASCAR._transferFromExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to MADAGASCAR._transferFromExcluded(address,address,uint256).tTransferAmount (#1157)
Variable MADAGASCAR.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to MADAGASCAR._transferStandard(address,address,uint256).tTransferAmount (#1138)
Variable MADAGASCAR.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to MADAGASCAR._transferBothExcluded(address,address,uint256).tTransferAmount (#895)
Variable MADAGASCAR._transferStandard(address,address,uint256).rTransferAmount (#1138) is too similar to MADAGASCAR._transferToExcluded(address,address,uint256).tTransferAmount (#1147)
Variable MADAGASCAR._transferToExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to MADAGASCAR._transferFromExcluded(address,address,uint256).tTransferAmount (#1157)
Variable MADAGASCAR.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to MADAGASCAR._transferFromExcluded(address,address,uint256).tTransferAmount (#1157)
Variable MADAGASCAR._transferStandard(address,address,uint256).rTransferAmount (#1138) is too similar to MADAGASCAR._transferBothExcluded(address,address,uint256).tTransferAmount (#895)
Variable MADAGASCAR._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#932) is too similar to MADAGASCAR._getValues(uint256).tTransferAmount (#916)
Variable MADAGASCAR._transferBothExcluded(address,address,uint256).rTransferAmount (#895) is too similar to MADAGASCAR._transferFromExcluded(address,address,uint256).tTransferAmount (#1157)
Variable MADAGASCAR._getValues(uint256).rTransferAmount (#917) is too similar to MADAGASCAR._transferStandard(address,address,uint256).tTransferAmount (#1138)
Variable MADAGASCAR._transferFromExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to MADAGASCAR._getTValues(uint256).tTransferAmount (#924)
Variable MADAGASCAR._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#932) is too similar to MADAGASCAR._transferStandard(address,address,uint256).tTransferAmount (#1138)
Variable MADAGASCAR._getValues(uint256).rTransferAmount (#917) is too similar to MADAGASCAR._transferFromExcluded(address,address,uint256).tTransferAmount (#1157)
Variable MADAGASCAR._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#932) is too similar to MADAGASCAR._transferBothExcluded(address,address,uint256).tTransferAmount (#895)
Variable MADAGASCAR._transferToExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to MADAGASCAR._transferBothExcluded(address,address,uint256).tTransferAmount (#895)
Variable MADAGASCAR._transferBothExcluded(address,address,uint256).rTransferAmount (#895) is too similar to MADAGASCAR._transferToExcluded(address,address,uint256).tTransferAmount (#1147)
Variable MADAGASCAR._transferBothExcluded(address,address,uint256).rTransferAmount (#895) is too similar to MADAGASCAR._transferBothExcluded(address,address,uint256).tTransferAmount (#895)
Variable MADAGASCAR._transferBothExcluded(address,address,uint256).rTransferAmount (#895) is too similar to MADAGASCAR._getTValues(uint256).tTransferAmount (#924)
Variable MADAGASCAR._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#932) is too similar to MADAGASCAR._transferFromExcluded(address,address,uint256).tTransferAmount (#1157)
Variable MADAGASCAR._transferToExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to MADAGASCAR._getValues(uint256).tTransferAmount (#916)
Variable MADAGASCAR._transferStandard(address,address,uint256).rTransferAmount (#1138) is too similar to MADAGASCAR._getValues(uint256).tTransferAmount (#916)
Variable MADAGASCAR.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to MADAGASCAR._getTValues(uint256).tTransferAmount (#924)
Variable MADAGASCAR._getValues(uint256).rTransferAmount (#917) is too similar to MADAGASCAR._getTValues(uint256).tTransferAmount (#924)
Variable MADAGASCAR._transferFromExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to MADAGASCAR._transferToExcluded(address,address,uint256).tTransferAmount (#1147)
Variable MADAGASCAR.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to MADAGASCAR._transferToExcluded(address,address,uint256).tTransferAmount (#1147)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#566) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#567)
Variable MADAGASCAR._getValues(uint256).rTransferAmount (#917) is too similar to MADAGASCAR._transferToExcluded(address,address,uint256).tTransferAmount (#1147)
Variable MADAGASCAR._transferFromExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to MADAGASCAR._getValues(uint256).tTransferAmount (#916)
Variable MADAGASCAR._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#932) is too similar to MADAGASCAR._getTValues(uint256).tTransferAmount (#924)
Variable MADAGASCAR.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to MADAGASCAR._getValues(uint256).tTransferAmount (#916)
Variable MADAGASCAR._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#932) is too similar to MADAGASCAR._transferToExcluded(address,address,uint256).tTransferAmount (#1147)
Variable MADAGASCAR._getValues(uint256).rTransferAmount (#917) is too similar to MADAGASCAR._transferBothExcluded(address,address,uint256).tTransferAmount (#895)
Variable MADAGASCAR._transferToExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to MADAGASCAR._transferToExcluded(address,address,uint256).tTransferAmount (#1147)
Variable MADAGASCAR._transferStandard(address,address,uint256).rTransferAmount (#1138) is too similar to MADAGASCAR._transferFromExcluded(address,address,uint256).tTransferAmount (#1157)
Variable MADAGASCAR._transferStandard(address,address,uint256).rTransferAmount (#1138) is too similar to MADAGASCAR._getTValues(uint256).tTransferAmount (#924)
Variable MADAGASCAR._transferBothExcluded(address,address,uint256).rTransferAmount (#895) is too similar to MADAGASCAR._transferStandard(address,address,uint256).tTransferAmount (#1138)
Variable MADAGASCAR._transferFromExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to MADAGASCAR._transferBothExcluded(address,address,uint256).tTransferAmount (#895)
Variable MADAGASCAR._transferFromExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to MADAGASCAR._transferStandard(address,address,uint256).tTransferAmount (#1138)
Variable MADAGASCAR._transferToExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to MADAGASCAR._getTValues(uint256).tTransferAmount (#924)
Variable MADAGASCAR._getValues(uint256).rTransferAmount (#917) is too similar to MADAGASCAR._getValues(uint256).tTransferAmount (#916)
Prevent variables from having similar names.
Additional information: link
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Contract has 9% buy tax and 9% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute number of swaps.
Unable to find PancakeSwap trading pair to compute volume.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token is not listed at Mobula.Finance
Additional information: link
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 CoinGecko rank
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account