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) (#896)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1158)
- _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 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._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._approve(address,address,uint256).owner (#992) shadows:
- Ownable.owner() (#426-428) (function)
Rename the local variables that shadow another component.
Additional information: link
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)
Check that the address is not zero.
Additional information: link
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.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)
Apply the check-effects-interactions pattern.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#371-392) uses assembly
- INLINE ASM (#384-387)
Do not use evm assembly.
Additional information: link
SafeMath.mod(uint256,uint256,string) (#239-242) 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
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)
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._maxTxAmount (#750) 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.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to MADAGASCAR._transferToExcluded(address,address,uint256).tTransferAmount (#1147)
Prevent variables from having similar names.
Additional information: link
MADAGASCAR.slitherConstructorVariables() (#705-1201) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 10000000000000 * 10 ** 9 (#751)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
MADAGASCAR._previousBurnFee (#734) is never used in MADAGASCAR (#705-1201)
Remove unused state variables.
Additional information: link
Ownable._previousOwner (#409) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
setSwapAndLiquifyEnabled(bool) should be declared external:
- MADAGASCAR.setSwapAndLiquifyEnabled(bool) (#1194-1197)
Use the external attribute for functions never called from the contract.
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account