SafeHamsters Token Logo

SAFEHAMSTERS Token

About SAFEHAMSTERS

Listings

Token 2 years
CoinMarketCap 2 years
white paper

Welcome to the hamster army!
The time has come when it is worth rewriting history.
The very turning point from which to call myself "I'm a Hamster" becomes honorable, not offensive.
We came to show our teeth and gnaw off 1% of the capitalization of the entire crypto market, and make a money machine for you on the endless energy of a hamster running in a wheel.
We carefully prepare and check the functionality for the long-term development of the token and the project, so that you can provide yourself with money seriously and for a long time.

Laser Scorebeta Last Audit: 15 April 2023

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


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

Reentrancy in SafeHamsters._transfer(address,address,uint256) (#1320-1360):
External calls:
- swapAndLiquify(contractTokenBalance) (#1350)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1396-1403)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1384-1390)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1350)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1396-1403)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1359)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1272)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1442)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1462)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1484)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1443)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1147)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1464)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1485)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1149)
- _tokenTransfer(from,to,amount,takeFee) (#1359)
- _rTotal = _rTotal.sub(rFee) (#1183)
- _tokenTransfer(from,to,amount,takeFee) (#1359)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1274)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1146)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1483)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1463)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1148)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

SafeHamsters.includeInReward(address) (#1120-1131) has costly operations inside a loop:
- _excluded.pop() (#1127)
Use a local variable to hold the loop computation result.

Additional information: link

Redundant expression "this (#297)" inContext (#291-300)
Remove redundant statements if they congest code but offer no value.

Additional information: link

SafeHamsters.slitherConstructorVariables() (#901-1491) uses literals with too many digits:
- _tTotal = 2500000 * 10 ** 6 * 10 ** 9 (#915)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SafeHamsters.addLiquidity(uint256,uint256) (#1393-1404) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1396-1403)
Ensure that all the return values of the function calls are used.

Additional information: link

SafeHamsters.allowance(address,address).owner (#999) shadows:
- Ownable.owner() (#338-340) (function)
SafeHamsters._approve(address,address,uint256).owner (#1309) shadows:
- Ownable.owner() (#338-340) (function)
Rename the local variables that shadow another component.

Additional information: link

SafeHamsters.setTaxFeePercent(uint256) (#1163-1165) should emit an event for:
- _taxFee = taxFee (#1164)
SafeHamsters.setLiquidityFeePercent(uint256) (#1167-1169) should emit an event for:
- _liquidityFee = liquidityFee (#1168)
SafeHamsters.setMaxTxPercent(uint256) (#1171-1173) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1172)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in SafeHamsters.transferFrom(address,address,uint256) (#1017-1032):
External calls:
- _transfer(sender,recipient,amount) (#1022)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1396-1403)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1384-1390)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1022)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1396-1403)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#1023-1030)
- _allowances[owner][spender] = amount (#1316)
Reentrancy in SafeHamsters._transfer(address,address,uint256) (#1320-1360):
External calls:
- swapAndLiquify(contractTokenBalance) (#1350)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1396-1403)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1384-1390)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1350)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1396-1403)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1359)
- _liquidityFee = _previousLiquidityFee (#1301)
- _liquidityFee = 0 (#1296)
- _tokenTransfer(from,to,amount,takeFee) (#1359)
- _previousLiquidityFee = _liquidityFee (#1293)
- _tokenTransfer(from,to,amount,takeFee) (#1359)
- _previousTaxFee = _taxFee (#1292)
- _tokenTransfer(from,to,amount,takeFee) (#1359)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1184)
- _tokenTransfer(from,to,amount,takeFee) (#1359)
- _taxFee = _previousTaxFee (#1300)
- _taxFee = 0 (#1295)
Reentrancy in SafeHamsters.swapAndLiquify(uint256) (#1362-1375):
External calls:
- swapTokensForEth(half) (#1368)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1384-1390)
- addLiquidity(otherHalf,newBalance) (#1372)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1396-1403)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1372)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1396-1403)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1372)
- _allowances[owner][spender] = amount (#1316)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SafeHamsters._transfer(address,address,uint256) (#1320-1360):
External calls:
- swapAndLiquify(contractTokenBalance) (#1350)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1396-1403)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1384-1390)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1350)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1396-1403)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1446)
- _tokenTransfer(from,to,amount,takeFee) (#1359)
- Transfer(sender,recipient,tTransferAmount) (#1488)
- _tokenTransfer(from,to,amount,takeFee) (#1359)
- Transfer(sender,recipient,tTransferAmount) (#1467)
- _tokenTransfer(from,to,amount,takeFee) (#1359)
- Transfer(sender,recipient,tTransferAmount) (#1152)
- _tokenTransfer(from,to,amount,takeFee) (#1359)
Reentrancy in SafeHamsters.transferFrom(address,address,uint256) (#1017-1032):
External calls:
- _transfer(sender,recipient,amount) (#1022)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1396-1403)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1384-1390)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1022)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1396-1403)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1317)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#1023-1030)
Reentrancy in SafeHamsters.swapAndLiquify(uint256) (#1362-1375):
External calls:
- swapTokensForEth(half) (#1368)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1384-1390)
- addLiquidity(otherHalf,newBalance) (#1372)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1396-1403)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1372)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1396-1403)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1317)
- addLiquidity(otherHalf,newBalance) (#1372)
- SwapAndLiquify(half,newBalance,otherHalf) (#1374)
Apply the check-effects-interactions pattern.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#254-271) uses assembly
- INLINE ASM (#263-266)
Address.isContract(address) (#109-118) uses assembly
- INLINE ASM (#116)
Do not use evm assembly.

Additional information: link

Different versions of Solidity are used:
- Version used: ['^0.8.0', '^0.8.4']
- ^0.8.0 (#7)
- ^0.8.0 (#86)
- ^0.8.0 (#279)
- ^0.8.0 (#307)
- ^0.8.0 (#378)
- ^0.8.4 (#599)
- ^0.8.4 (#764)
- ^0.8.4 (#817)
- ^0.8.4 (#894)
Use one Solidity version.

Additional information: link

SafeMath.tryDiv(uint256,uint256) (#438-443) is never used and should be removed
Address.sendValue(address,uint256) (#136-142) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#187-189) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#450-455) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#246-252) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#236-238) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#396-402) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#587-592) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#197-204) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#565-570) is never used and should be removed
Context._msgData() (#296-299) is never used and should be removed
Address.functionStaticCall(address,bytes) (#212-214) is never used and should be removed
SafeMath.mod(uint256,uint256) (#525-527) is never used and should be removed
Address._verifyCallResult(bool,bytes,string) (#254-271) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#421-431) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#409-414) is never used and should be removed
Address.isContract(address) (#109-118) is never used and should be removed
Address.functionCall(address,bytes,string) (#172-174) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#222-228) is never used and should be removed
Address.functionCall(address,bytes) (#162-164) is never used and should be removed
Remove unused functions.

Additional information: link

SafeHamsters._rTotal (#916) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
SafeHamsters._previousTaxFee (#924) is set pre-construction with a non-constant function or state variable:
- _taxFee
SafeHamsters._previousLiquidityFee (#927) 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

Pragma version^0.8.0 (#378) allows old versions
Pragma version^0.8.0 (#307) allows old versions
Pragma version^0.8.0 (#7) allows old versions
Pragma version^0.8.0 (#86) allows old versions
Pragma version^0.8.0 (#279) 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.functionDelegateCall(address,bytes,string) (#246-252):
- (success,returndata) = target.delegatecall(data) (#250)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#197-204):
- (success,returndata) = target.call{value: value}(data) (#202)
Low level call in Address.sendValue(address,uint256) (#136-142):
- (success) = recipient.call{value: amount}() (#140)
Low level call in Address.functionStaticCall(address,bytes,string) (#222-228):
- (success,returndata) = target.staticcall(data) (#226)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter SafeHamsters.calculateTaxFee(uint256)._amount (#1277) is not in mixedCase
Variable SafeHamsters._liquidityFee (#926) is not in mixedCase
Function IUniswapV2Router01.WETH() (#604) is not in mixedCase
Parameter SafeHamsters.calculateLiquidityFee(uint256)._amount (#1281) is not in mixedCase
Parameter SafeHamsters.setSwapAndLiquifyEnabled(bool)._enabled (#1175) is not in mixedCase
Variable SafeHamsters._taxFee (#923) is not in mixedCase
Variable SafeHamsters._maxTxAmount (#935) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable SafeHamsters._transferFromExcluded(address,address,uint256).rTransferAmount (#1477) is too similar to SafeHamsters._transferStandard(address,address,uint256).tTransferAmount (#1438)
Variable SafeHamsters._transferToExcluded(address,address,uint256).rTransferAmount (#1456) is too similar to SafeHamsters._transferStandard(address,address,uint256).tTransferAmount (#1438)
Variable SafeHamsters._transferStandard(address,address,uint256).rTransferAmount (#1436) is too similar to SafeHamsters._transferFromExcluded(address,address,uint256).tTransferAmount (#1479)
Variable SafeHamsters._getValues(uint256).rTransferAmount (#1201) is too similar to SafeHamsters._transferBothExcluded(address,address,uint256).tTransferAmount (#1142)
Variable SafeHamsters._transferStandard(address,address,uint256).rTransferAmount (#1436) is too similar to SafeHamsters._transferStandard(address,address,uint256).tTransferAmount (#1438)
Variable SafeHamsters._transferBothExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to SafeHamsters._transferStandard(address,address,uint256).tTransferAmount (#1438)
Variable SafeHamsters.reflectionFromToken(uint256,bool).rTransferAmount (#1093) is too similar to SafeHamsters._transferToExcluded(address,address,uint256).tTransferAmount (#1458)
Variable SafeHamsters._transferFromExcluded(address,address,uint256).rTransferAmount (#1477) is too similar to SafeHamsters._transferBothExcluded(address,address,uint256).tTransferAmount (#1142)
Variable SafeHamsters._transferFromExcluded(address,address,uint256).rTransferAmount (#1477) is too similar to SafeHamsters._getTValues(uint256).tTransferAmount (#1224)
Variable SafeHamsters._getValues(uint256).rTransferAmount (#1201) is too similar to SafeHamsters._transferStandard(address,address,uint256).tTransferAmount (#1438)
Variable SafeHamsters._getValues(uint256).rTransferAmount (#1201) is too similar to SafeHamsters._transferFromExcluded(address,address,uint256).tTransferAmount (#1479)
Variable SafeHamsters._transferFromExcluded(address,address,uint256).rTransferAmount (#1477) is too similar to SafeHamsters._getValues(uint256).tTransferAmount (#1199)
Variable SafeHamsters._transferStandard(address,address,uint256).rTransferAmount (#1436) is too similar to SafeHamsters._getTValues(uint256).tTransferAmount (#1224)
Variable SafeHamsters._transferToExcluded(address,address,uint256).rTransferAmount (#1456) is too similar to SafeHamsters._transferFromExcluded(address,address,uint256).tTransferAmount (#1479)
Variable SafeHamsters.reflectionFromToken(uint256,bool).rTransferAmount (#1093) is too similar to SafeHamsters._getTValues(uint256).tTransferAmount (#1224)
Variable SafeHamsters._transferStandard(address,address,uint256).rTransferAmount (#1436) is too similar to SafeHamsters._transferToExcluded(address,address,uint256).tTransferAmount (#1458)
Variable SafeHamsters.reflectionFromToken(uint256,bool).rTransferAmount (#1093) is too similar to SafeHamsters._transferStandard(address,address,uint256).tTransferAmount (#1438)
Variable SafeHamsters._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1245) is too similar to SafeHamsters._getValues(uint256).tTransferAmount (#1199)
Variable SafeHamsters.reflectionFromToken(uint256,bool).rTransferAmount (#1093) is too similar to SafeHamsters._transferFromExcluded(address,address,uint256).tTransferAmount (#1479)
Variable SafeHamsters._getValues(uint256).rTransferAmount (#1201) is too similar to SafeHamsters._getTValues(uint256).tTransferAmount (#1224)
Variable SafeHamsters._transferStandard(address,address,uint256).rTransferAmount (#1436) is too similar to SafeHamsters._transferBothExcluded(address,address,uint256).tTransferAmount (#1142)
Variable SafeHamsters._transferToExcluded(address,address,uint256).rTransferAmount (#1456) is too similar to SafeHamsters._transferBothExcluded(address,address,uint256).tTransferAmount (#1142)
Variable SafeHamsters._transferBothExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to SafeHamsters._transferFromExcluded(address,address,uint256).tTransferAmount (#1479)
Variable SafeHamsters._transferToExcluded(address,address,uint256).rTransferAmount (#1456) is too similar to SafeHamsters._transferToExcluded(address,address,uint256).tTransferAmount (#1458)
Variable SafeHamsters.reflectionFromToken(uint256,bool).rTransferAmount (#1093) is too similar to SafeHamsters._transferBothExcluded(address,address,uint256).tTransferAmount (#1142)
Variable SafeHamsters._transferBothExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to SafeHamsters._transferBothExcluded(address,address,uint256).tTransferAmount (#1142)
Variable SafeHamsters._transferBothExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to SafeHamsters._getTValues(uint256).tTransferAmount (#1224)
Variable SafeHamsters._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1245) is too similar to SafeHamsters._transferToExcluded(address,address,uint256).tTransferAmount (#1458)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#609) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#610)
Variable SafeHamsters._transferToExcluded(address,address,uint256).rTransferAmount (#1456) is too similar to SafeHamsters._getTValues(uint256).tTransferAmount (#1224)
Variable SafeHamsters._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1245) is too similar to SafeHamsters._transferFromExcluded(address,address,uint256).tTransferAmount (#1479)
Variable SafeHamsters._getValues(uint256).rTransferAmount (#1201) is too similar to SafeHamsters._getValues(uint256).tTransferAmount (#1199)
Variable SafeHamsters._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1245) is too similar to SafeHamsters._transferStandard(address,address,uint256).tTransferAmount (#1438)
Variable SafeHamsters._transferFromExcluded(address,address,uint256).rTransferAmount (#1477) is too similar to SafeHamsters._transferToExcluded(address,address,uint256).tTransferAmount (#1458)
Variable SafeHamsters._transferToExcluded(address,address,uint256).rTransferAmount (#1456) is too similar to SafeHamsters._getValues(uint256).tTransferAmount (#1199)
Variable SafeHamsters._transferBothExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to SafeHamsters._transferToExcluded(address,address,uint256).tTransferAmount (#1458)
Variable SafeHamsters._transferBothExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to SafeHamsters._getValues(uint256).tTransferAmount (#1199)
Variable SafeHamsters._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1245) is too similar to SafeHamsters._transferBothExcluded(address,address,uint256).tTransferAmount (#1142)
Variable SafeHamsters._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1245) is too similar to SafeHamsters._getTValues(uint256).tTransferAmount (#1224)
Variable SafeHamsters._transferFromExcluded(address,address,uint256).rTransferAmount (#1477) is too similar to SafeHamsters._transferFromExcluded(address,address,uint256).tTransferAmount (#1479)
Variable SafeHamsters._getValues(uint256).rTransferAmount (#1201) is too similar to SafeHamsters._transferToExcluded(address,address,uint256).tTransferAmount (#1458)
Variable SafeHamsters.reflectionFromToken(uint256,bool).rTransferAmount (#1093) is too similar to SafeHamsters._getValues(uint256).tTransferAmount (#1199)
Variable SafeHamsters._transferStandard(address,address,uint256).rTransferAmount (#1436) is too similar to SafeHamsters._getValues(uint256).tTransferAmount (#1199)
Prevent variables from having similar names.

Additional information: link

SafeHamsters._decimals (#921) should be constant
SafeHamsters._name (#919) should be constant
SafeHamsters.numTokensSellToAddToLiquidity (#936) should be constant
SafeHamsters._symbol (#920) should be constant
SafeHamsters._tTotal (#915) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

allowance(address,address) should be declared external:
- SafeHamsters.allowance(address,address) (#999-1006)
excludeFromReward(address) should be declared external:
- SafeHamsters.excludeFromReward(address) (#1111-1118)
transfer(address,uint256) should be declared external:
- SafeHamsters.transfer(address,uint256) (#990-997)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#357-360)
approve(address,uint256) should be declared external:
- SafeHamsters.approve(address,uint256) (#1008-1015)
increaseAllowance(address,uint256) should be declared external:
- SafeHamsters.increaseAllowance(address,uint256) (#1034-1045)
includeInFee(address) should be declared external:
- SafeHamsters.includeInFee(address) (#1159-1161)
setSwapAndLiquifyEnabled(bool) should be declared external:
- SafeHamsters.setSwapAndLiquifyEnabled(bool) (#1175-1178)
decreaseAllowance(address,uint256) should be declared external:
- SafeHamsters.decreaseAllowance(address,uint256) (#1047-1061)
isExcludedFromFee(address) should be declared external:
- SafeHamsters.isExcludedFromFee(address) (#1304-1306)
reflectionFromToken(uint256,bool) should be declared external:
- SafeHamsters.reflectionFromToken(uint256,bool) (#1083-1096)
excludeFromFee(address) should be declared external:
- SafeHamsters.excludeFromFee(address) (#1155-1157)
transferFrom(address,address,uint256) should be declared external:
- SafeHamsters.transferFrom(address,address,uint256) (#1017-1032)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#366-370)
deliver(uint256) should be declared external:
- SafeHamsters.deliver(uint256) (#1071-1081)
isExcludedFromReward(address) should be declared external:
- SafeHamsters.isExcludedFromReward(address) (#1063-1065)
totalFees() should be declared external:
- SafeHamsters.totalFees() (#1067-1069)
totalSupply() should be declared external:
- SafeHamsters.totalSupply() (#981-983)
symbol() should be declared external:
- SafeHamsters.symbol() (#973-975)
decimals() should be declared external:
- SafeHamsters.decimals() (#977-979)
name() should be declared external:
- SafeHamsters.name() (#969-971)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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

Contract has 10% buy tax and 10% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Token is deployed only at one blockchain


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute liquidity.


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


Twitter account link seems to be invalid


Unable to find Youtube account


Token was delisted from CoinGecko

Additional information: link


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

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 token on CoinHunt

Additional information: link


Unable to find code repository for the project


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


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

Price for SAFEHAMSTERS