发扬盘古精神.联合坐庄.强强联手.打造全新的盘古文化.
官网RiseFist Website:https://RiseFist.vip
推特Twitter:https://twitter.com/@Rfist_china
Medium:https://risefist.medium.com/
Github:https://github.com/RiseFist
Reddit:https://www.reddit.com/r/RiseFistGlo
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
RiseFistToken.fixTransferFor(address,address,address,uint256) (#1187-1198) sends eth to arbitrary user
Dangerous calls:
- (success) = _to.call{value: _value}() (#1194)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
RiseFistToken.addLiquidity(uint256,uint256) (#1031-1047) ignores return value by IERC20(FIST).transferFrom(tx.origin,address(this),tTFISTAmount) (#1034)
RiseFistToken.fixTransferFor(address,address,address,uint256) (#1187-1198) ignores return value by IERC20(_token).transfer(_to,_value) (#1197)
RiseFistToken._transferPrepare(address,address,uint256) (#1401-1439) ignores return value by IERC20(FIST).transfer(swapV2Pair,shouldBNB) (#1434)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#581) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#583) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#613) is not in mixedCase
Function IUniswapV2Router01.WETH() (#657) is not in mixedCase
Parameter RiseFistToken.startRUN(uint256,uint256).LPTokenAmount (#1023) is not in mixedCase
Parameter RiseFistToken.startRUN(uint256,uint256).LPFistAmount (#1023) is not in mixedCase
Parameter RiseFistToken.addLiquidity(uint256,uint256).LPFistAmount (#1031) is not in mixedCase
Parameter RiseFistToken.fixTransferFor(address,address,address,uint256)._token (#1188) is not in mixedCase
Parameter RiseFistToken.fixTransferFor(address,address,address,uint256)._from (#1189) is not in mixedCase
Parameter RiseFistToken.fixTransferFor(address,address,address,uint256)._to (#1190) is not in mixedCase
Parameter RiseFistToken.fixTransferFor(address,address,address,uint256)._value (#1191) is not in mixedCase
Function RiseFistToken._sendTokenMulti(address[],uint256[]) (#1455-1463) is not in mixedCase
Function RiseFistToken._sendAddLPStepRewardMulti(address[],uint256[]) (#1465-1475) is not in mixedCase
Variable RiseFistToken._isExcludedFromFee (#902) is not in mixedCase
Constant RiseFistToken.Version (#905) is not in UPPER_CASE_WITH_UNDERSCORES
Variable RiseFistToken._taxBurnFee (#914) is not in mixedCase
Variable RiseFistToken._taxFee (#915) is not in mixedCase
Variable RiseFistToken._gameFee (#916) is not in mixedCase
Variable RiseFistToken._taxDividendFee (#917) is not in mixedCase
Variable RiseFistToken._gameFeeSale (#919) is not in mixedCase
Variable RiseFistToken._taxDividendFeeSale (#920) is not in mixedCase
Variable RiseFistToken._start (#922) is not in mixedCase
Variable RiseFistToken._addLPStep (#923) is not in mixedCase
Variable RiseFistToken._adding (#924) is not in mixedCase
Variable RiseFistToken._addLPStepReward (#925) is not in mixedCase
Variable RiseFistToken._isActivities (#926) is not in mixedCase
Variable RiseFistToken._defaultPrice (#929) is not in mixedCase
Variable RiseFistToken._kitReceiver (#936) is not in mixedCase
Variable RiseFistToken._game (#937) is not in mixedCase
Variable RiseFistToken._self (#938) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#662) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#663)
Prevent variables from having similar names.
Additional information: link
RiseFistToken.slitherConstructorVariables() (#894-1477) uses literals with too many digits:
- _tTotal = 1000000 * 10 ** uint256(_decimals) (#911)
RiseFistToken.slitherConstructorVariables() (#894-1477) uses literals with too many digits:
- baseDeviation = 200000 (#927)
RiseFistToken.slitherConstructorConstantVariables() (#894-1477) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#940)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
RiseFistToken._decimals (#909) should be constant
RiseFistToken._gameFee (#916) should be constant
RiseFistToken._gameFeeSale (#919) should be constant
RiseFistToken._name (#907) should be constant
RiseFistToken._symbol (#908) should be constant
RiseFistToken._taxBurnFee (#914) should be constant
RiseFistToken._taxDividendFee (#917) should be constant
RiseFistToken._taxDividendFeeSale (#920) should be constant
RiseFistToken._taxFee (#915) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
nowMainAdmin() should be declared external:
- AdminGroup.nowMainAdmin() (#479-481)
renounceAdminShip() should be declared external:
- AdminGroup.renounceAdminShip() (#493-497)
transferAdminShip(address) should be declared external:
- AdminGroup.transferAdminShip(address) (#499-505)
addAdmin(address) should be declared external:
- AdminGroup.addAdmin(address) (#511-514)
delAdmin(address) should be declared external:
- AdminGroup.delAdmin(address) (#516-519)
getBalance() should be declared external:
- ReceiveEther.getBalance() (#869-871)
setBuyBack(uint256) should be declared external:
- RiseFistToken.setBuyBack(uint256) (#993-995)
setDiv(address) should be declared external:
- RiseFistToken.setDiv(address) (#997-1007)
setAddLPStepDeviation(uint256,uint256) should be declared external:
- RiseFistToken.setAddLPStepDeviation(uint256,uint256) (#1009-1015)
setGame(address) should be declared external:
- RiseFistToken.setGame(address) (#1017-1021)
startRUN(uint256,uint256) should be declared external:
- RiseFistToken.startRUN(uint256,uint256) (#1023-1029)
name() should be declared external:
- RiseFistToken.name() (#1049-1051)
symbol() should be declared external:
- RiseFistToken.symbol() (#1053-1055)
decimals() should be declared external:
- RiseFistToken.decimals() (#1057-1059)
totalSupply() should be declared external:
- RiseFistToken.totalSupply() (#1061-1063)
runStart() should be declared external:
- RiseFistToken.runStart() (#1065-1071)
transfer(address,uint256) should be declared external:
- RiseFistToken.transfer(address,uint256) (#1104-1111)
allowance(address,address) should be declared external:
- RiseFistToken.allowance(address,address) (#1113-1120)
approve(address,uint256) should be declared external:
- RiseFistToken.approve(address,uint256) (#1122-1129)
transferFrom(address,address,uint256) should be declared external:
- RiseFistToken.transferFrom(address,address,uint256) (#1131-1146)
increaseAllowance(address,uint256) should be declared external:
- RiseFistToken.increaseAllowance(address,uint256) (#1148-1159)
decreaseAllowance(address,uint256) should be declared external:
- RiseFistToken.decreaseAllowance(address,uint256) (#1161-1175)
excludeFromFee(address) should be declared external:
- RiseFistToken.excludeFromFee(address) (#1183-1185)
fixTransferFor(address,address,address,uint256) should be declared external:
- RiseFistToken.fixTransferFor(address,address,address,uint256) (#1187-1198)
includeInFee(address) should be declared external:
- RiseFistToken.includeInFee(address) (#1200-1202)
isActivities(address,bool) should be declared external:
- RiseFistToken.isActivities(address,bool) (#1204-1206)
Use the external attribute for functions never called from the contract.
Additional information: link
RiseFistToken.constructor() (#958-991) performs a multiplication on the result of a division:
-LPAmount = _tTotal.div(1000).mul(220) (#984)
RiseFistToken.constructor() (#958-991) performs a multiplication on the result of a division:
-ecoAmount = _tTotal.div(1000).mul(150) (#985)
RiseFistToken.constructor() (#958-991) performs a multiplication on the result of a division:
-stakeAmount = _tTotal.div(1000).mul(200) (#986)
Consider ordering multiplication before division.
Additional information: link
Reentrancy in RiseFistToken._tokenTransfer(address,address,uint256,bool) (#1306-1344):
External calls:
- IDividendDistributor(_kitReceiver).transferNotify(lastTer,isBuy,swapAmonut) (#1322-1328)
- _transferPrepare(sender,recipient,amount) (#1332)
- IUniswapV2Pair(swapV2Pair).skim(address(this)) (#1430)
- IERC20(FIST).transfer(swapV2Pair,shouldBNB) (#1434)
- IGAME(_game).transferNotify(recipient,recipient,amount) (#1316-1320)
- IGAME(_game).transferNotify(sender,recipient,amount) (#1316-1320)
State variables written after the call(s):
- _transferPrepare(sender,recipient,amount) (#1332)
- _rOwned[dst] = _rOwned[dst].sub(realAmount.mul(_getRate())) (#1275)
- _rOwned[dst] = _rOwned[dst] + (realAmount.mul(_getRate())) (#1269)
- lastTer = findUser(sender,recipient) (#1339)
- _transferPrepare(sender,recipient,amount) (#1332)
- pairOwned = pairOwned.sub(realAmount) (#1274)
- pairOwned = pairOwned + realAmount (#1268)
Reentrancy in RiseFistToken._tokenTransfer(address,address,uint256,bool) (#1306-1344):
External calls:
- IDividendDistributor(_kitReceiver).transferNotify(lastTer,isBuy,swapAmonut) (#1322-1328)
- IGAME(_game).transferNotify(recipient,recipient,amount) (#1316-1320)
- IGAME(_game).transferNotify(sender,recipient,amount) (#1316-1320)
State variables written after the call(s):
- _transferStandard(sender,recipient,isBuy,amount) (#1335)
- _rOwned[dst] = _rOwned[dst].sub(realAmount.mul(_getRate())) (#1275)
- _rOwned[dst] = _rOwned[dst] + (realAmount.mul(_getRate())) (#1269)
- _rOwned[_kitReceiver] = _rOwned[_kitReceiver].add(rGame) (#1357)
- _rOwned[_kitReceiver] = _rOwned[_kitReceiver].add(rDivide) (#1358)
- _rOwned[DEAD] = _rOwned[DEAD].add(rBurnt) (#1359)
- _transferFree(sender,recipient,amount,false) (#1336)
- _rOwned[dst] = _rOwned[dst].sub(realAmount.mul(_getRate())) (#1275)
- _rOwned[dst] = _rOwned[dst] + (realAmount.mul(_getRate())) (#1269)
- _transferStandard(sender,recipient,isBuy,amount) (#1335)
- _rTotal = _rTotal.sub(rFee) (#1209)
- _transferStandard(sender,recipient,isBuy,amount) (#1335)
- pairOwned = pairOwned.sub(realAmount) (#1274)
- pairOwned = pairOwned + realAmount (#1268)
- _transferFree(sender,recipient,amount,false) (#1336)
- pairOwned = pairOwned.sub(realAmount) (#1274)
- pairOwned = pairOwned + realAmount (#1268)
Reentrancy in RiseFistToken._transferPrepare(address,address,uint256) (#1401-1439):
External calls:
- IUniswapV2Pair(swapV2Pair).skim(address(this)) (#1430)
- IERC20(FIST).transfer(swapV2Pair,shouldBNB) (#1434)
State variables written after the call(s):
- _transferFree(sender,recipient,tAmount,false) (#1437)
- pairOwned = pairOwned.sub(realAmount) (#1274)
- pairOwned = pairOwned + realAmount (#1268)
Reentrancy in RiseFistToken.runStart() (#1065-1071):
External calls:
- IGAME(_game).startGAME() (#1067)
State variables written after the call(s):
- _start = true (#1068)
Apply the check-effects-interactions pattern.
Additional information: link
RiseFistToken.constructor() (#958-991) ignores return value by IERC20(FIST).approve(address(swapV2Router),_tTotal) (#979)
RiseFistToken.addLiquidity(uint256,uint256) (#1031-1047) ignores return value by swapV2Router.addLiquidity(FIST,address(this),tTFISTAmount,tA,0,0,tx.origin,block.timestamp) (#1035-1044)
Ensure that all the return values of the function calls are used.
Additional information: link
RiseFistToken.setDiv(address).a (#997) lacks a zero-check on :
- _kitReceiver = a (#1002)
RiseFistToken.setGame(address).a (#1017) lacks a zero-check on :
- _game = a (#1019)
RiseFistToken.fixTransferFor(address,address,address,uint256)._to (#1190) lacks a zero-check on :
- (success) = _to.call{value: _value}() (#1194)
Check that the address is not zero.
Additional information: link
Reentrancy in RiseFistToken._tokenTransfer(address,address,uint256,bool) (#1306-1344):
External calls:
- IDividendDistributor(_kitReceiver).transferNotify(lastTer,isBuy,swapAmonut) (#1322-1328)
- _transferPrepare(sender,recipient,amount) (#1332)
- IUniswapV2Pair(swapV2Pair).skim(address(this)) (#1430)
- IERC20(FIST).transfer(swapV2Pair,shouldBNB) (#1434)
- IGAME(_game).transferNotify(recipient,recipient,amount) (#1316-1320)
- IGAME(_game).transferNotify(sender,recipient,amount) (#1316-1320)
State variables written after the call(s):
- _transferPrepare(sender,recipient,amount) (#1332)
- _adding = true (#1429)
- _adding = false (#1431)
Reentrancy in RiseFistToken._transferPrepare(address,address,uint256) (#1401-1439):
External calls:
- IUniswapV2Pair(swapV2Pair).skim(address(this)) (#1430)
State variables written after the call(s):
- _adding = false (#1431)
Reentrancy in RiseFistToken._transferPrepare(address,address,uint256) (#1401-1439):
External calls:
- IUniswapV2Pair(swapV2Pair).skim(address(this)) (#1430)
- IERC20(FIST).transfer(swapV2Pair,shouldBNB) (#1434)
State variables written after the call(s):
- _transferFree(sender,recipient,tAmount,false) (#1437)
- _rOwned[dst] = _rOwned[dst].sub(realAmount.mul(_getRate())) (#1275)
- _rOwned[dst] = _rOwned[dst] + (realAmount.mul(_getRate())) (#1269)
Reentrancy in RiseFistToken.addLiquidity(uint256,uint256) (#1031-1047):
External calls:
- IERC20(FIST).transferFrom(tx.origin,address(this),tTFISTAmount) (#1034)
- swapV2Router.addLiquidity(FIST,address(this),tTFISTAmount,tA,0,0,tx.origin,block.timestamp) (#1035-1044)
State variables written after the call(s):
- _addLPStep = true (#1045)
- _defaultPrice = getPrice() (#1046)
Reentrancy in RiseFistToken.constructor() (#958-991):
External calls:
- swapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(FIST,_self) (#962-965)
State variables written after the call(s):
- _approve(_self,address(swapV2Router),_tTotal) (#974)
- _allowances[owner][spender] = amount (#1263)
- _approve(_msgSender(),address(swapV2Router),_tTotal) (#975)
- _allowances[owner][spender] = amount (#1263)
- _approve(_msgSender(),_self,_tTotal) (#976)
- _allowances[owner][spender] = amount (#1263)
- _approve(address(swapV2Router),_self,_tTotal) (#977)
- _allowances[owner][spender] = amount (#1263)
- _isExcludedFromFee[_msgSender()] = true (#969)
- _isExcludedFromFee[ECO] = true (#970)
- _isExcludedFromFee[_self] = true (#971)
- _isExcludedFromFee[STAKE] = true (#972)
- swapV2Router = _uniswapV2Router (#967)
Reentrancy in RiseFistToken.constructor() (#958-991):
External calls:
- swapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(FIST,_self) (#962-965)
- IERC20(FIST).approve(address(swapV2Router),_tTotal) (#979)
State variables written after the call(s):
- _rOwned[_self] = _rTotal (#981)
- _transferFree(_self,_msgSender(),LPAmount,true) (#988)
- _rOwned[dst] = _rOwned[dst].sub(realAmount.mul(_getRate())) (#1275)
- _rOwned[dst] = _rOwned[dst] + (realAmount.mul(_getRate())) (#1269)
- _transferFree(_self,ECO,ecoAmount,true) (#989)
- _rOwned[dst] = _rOwned[dst].sub(realAmount.mul(_getRate())) (#1275)
- _rOwned[dst] = _rOwned[dst] + (realAmount.mul(_getRate())) (#1269)
- _transferFree(_self,STAKE,stakeAmount,true) (#990)
- _rOwned[dst] = _rOwned[dst].sub(realAmount.mul(_getRate())) (#1275)
- _rOwned[dst] = _rOwned[dst] + (realAmount.mul(_getRate())) (#1269)
- _transferFree(_self,_msgSender(),LPAmount,true) (#988)
- pairOwned = pairOwned.sub(realAmount) (#1274)
- pairOwned = pairOwned + realAmount (#1268)
- _transferFree(_self,ECO,ecoAmount,true) (#989)
- pairOwned = pairOwned.sub(realAmount) (#1274)
- pairOwned = pairOwned + realAmount (#1268)
- _transferFree(_self,STAKE,stakeAmount,true) (#990)
- pairOwned = pairOwned.sub(realAmount) (#1274)
- pairOwned = pairOwned + realAmount (#1268)
Reentrancy in RiseFistToken.fixLP() (#1441-1453):
External calls:
- IUniswapV2Pair(swapV2Pair).sync() (#1450)
State variables written after the call(s):
- _adding = false (#1451)
Reentrancy in RiseFistToken.runStart() (#1065-1071):
External calls:
- IGAME(_game).startGAME() (#1067)
State variables written after the call(s):
- _addLPStep = false (#1069)
- _transferFree(address(this),_msgSender(),balanceOf(address(this)),true) (#1070)
- _rOwned[dst] = _rOwned[dst].sub(realAmount.mul(_getRate())) (#1275)
- _rOwned[dst] = _rOwned[dst] + (realAmount.mul(_getRate())) (#1269)
- _transferFree(address(this),_msgSender(),balanceOf(address(this)),true) (#1070)
- pairOwned = pairOwned.sub(realAmount) (#1274)
- pairOwned = pairOwned + realAmount (#1268)
Reentrancy in RiseFistToken.transferFrom(address,address,uint256) (#1131-1146):
External calls:
- _transfer(sender,recipient,amount) (#1136)
- IDividendDistributor(_kitReceiver).transferNotify(lastTer,isBuy,swapAmonut) (#1322-1328)
- IUniswapV2Pair(swapV2Pair).skim(address(this)) (#1430)
- IERC20(FIST).transfer(swapV2Pair,shouldBNB) (#1434)
- IGAME(_game).transferNotify(recipient,recipient,amount) (#1316-1320)
- IGAME(_game).transferNotify(sender,recipient,amount) (#1316-1320)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#1137-1144)
- _allowances[owner][spender] = amount (#1263)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in RiseFistToken._tokenTransfer(address,address,uint256,bool) (#1306-1344):
External calls:
- IDividendDistributor(_kitReceiver).transferNotify(lastTer,isBuy,swapAmonut) (#1322-1328)
- _transferPrepare(sender,recipient,amount) (#1332)
- IUniswapV2Pair(swapV2Pair).skim(address(this)) (#1430)
- IERC20(FIST).transfer(swapV2Pair,shouldBNB) (#1434)
- IGAME(_game).transferNotify(recipient,recipient,amount) (#1316-1320)
- IGAME(_game).transferNotify(sender,recipient,amount) (#1316-1320)
Event emitted after the call(s):
- Transfer(sender,recipient,tAmount) (#1398)
- _transferPrepare(sender,recipient,amount) (#1332)
Reentrancy in RiseFistToken._tokenTransfer(address,address,uint256,bool) (#1306-1344):
External calls:
- IDividendDistributor(_kitReceiver).transferNotify(lastTer,isBuy,swapAmonut) (#1322-1328)
- IGAME(_game).transferNotify(recipient,recipient,amount) (#1316-1320)
- IGAME(_game).transferNotify(sender,recipient,amount) (#1316-1320)
Event emitted after the call(s):
- Transfer(sender,recipient,tAmount) (#1398)
- _transferFree(sender,recipient,amount,false) (#1336)
- Transfer(recipient,DEAD,tBurnt) (#1383)
- _transferStandard(sender,recipient,isBuy,amount) (#1335)
- Transfer(recipient,_kitReceiver,tDivide) (#1384)
- _transferStandard(sender,recipient,isBuy,amount) (#1335)
- Transfer(recipient,_kitReceiver,tGame) (#1385)
- _transferStandard(sender,recipient,isBuy,amount) (#1335)
Reentrancy in RiseFistToken._transferPrepare(address,address,uint256) (#1401-1439):
External calls:
- IUniswapV2Pair(swapV2Pair).skim(address(this)) (#1430)
- IERC20(FIST).transfer(swapV2Pair,shouldBNB) (#1434)
Event emitted after the call(s):
- Transfer(sender,recipient,tAmount) (#1398)
- _transferFree(sender,recipient,tAmount,false) (#1437)
Reentrancy in RiseFistToken.constructor() (#958-991):
External calls:
- swapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(FIST,_self) (#962-965)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1264)
- _approve(address(swapV2Router),_self,_tTotal) (#977)
- Approval(owner,spender,amount) (#1264)
- _approve(_msgSender(),_self,_tTotal) (#976)
- Approval(owner,spender,amount) (#1264)
- _approve(_msgSender(),address(swapV2Router),_tTotal) (#975)
- Approval(owner,spender,amount) (#1264)
- _approve(_self,address(swapV2Router),_tTotal) (#974)
Reentrancy in RiseFistToken.constructor() (#958-991):
External calls:
- swapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(FIST,_self) (#962-965)
- IERC20(FIST).approve(address(swapV2Router),_tTotal) (#979)
Event emitted after the call(s):
- Transfer(sender,recipient,tAmount) (#1398)
- _transferFree(_self,STAKE,stakeAmount,true) (#990)
- Transfer(sender,recipient,tAmount) (#1398)
- _transferFree(_self,ECO,ecoAmount,true) (#989)
- Transfer(sender,recipient,tAmount) (#1398)
- _transferFree(_self,_msgSender(),LPAmount,true) (#988)
- Transfer(address(0),_self,_tTotal) (#982)
Reentrancy in RiseFistToken.runStart() (#1065-1071):
External calls:
- IGAME(_game).startGAME() (#1067)
Event emitted after the call(s):
- Transfer(sender,recipient,tAmount) (#1398)
- _transferFree(address(this),_msgSender(),balanceOf(address(this)),true) (#1070)
Reentrancy in RiseFistToken.transferFrom(address,address,uint256) (#1131-1146):
External calls:
- _transfer(sender,recipient,amount) (#1136)
- IDividendDistributor(_kitReceiver).transferNotify(lastTer,isBuy,swapAmonut) (#1322-1328)
- IUniswapV2Pair(swapV2Pair).skim(address(this)) (#1430)
- IERC20(FIST).transfer(swapV2Pair,shouldBNB) (#1434)
- IGAME(_game).transferNotify(recipient,recipient,amount) (#1316-1320)
- IGAME(_game).transferNotify(sender,recipient,amount) (#1316-1320)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1264)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#1137-1144)
Apply the check-effects-interactions pattern.
Additional information: link
Address.isContract(address) (#313-325) uses assembly
- INLINE ASM (#321-323)
Address._functionCallWithValue(address,bytes,uint256,string) (#437-460) uses assembly
- INLINE ASM (#452-455)
Do not use evm assembly.
Additional information: link
RiseFistToken.realcalculationSUB(address,uint256) (#1272-1276) has costly operations inside a loop:
- pairOwned = pairOwned.sub(realAmount) (#1274)
RiseFistToken.realcalculationADD(address,uint256) (#1267-1270) has costly operations inside a loop:
- pairOwned = pairOwned + realAmount (#1268)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#437-460) is never used and should be removed
Address.functionCall(address,bytes) (#372-377) is never used and should be removed
Address.functionCall(address,bytes,string) (#385-391) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#404-416) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#424-435) is never used and should be removed
Address.isContract(address) (#313-325) is never used and should be removed
Address.sendValue(address,uint256) (#343-352) is never used and should be removed
Context._msgData() (#304-306) is never used and should be removed
SafeMath.min(uint256,uint256) (#277-279) is never used and should be removed
SafeMath.mod(uint256,uint256) (#239-241) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#255-262) is never used and should be removed
SafeMath.sqrt(uint256) (#264-275) is never used and should be removed
Remove unused functions.
Additional information: link
RiseFistToken._tTotal (#911) is set pre-construction with a non-constant function or state variable:
- 1000000 * 10 ** uint256(_decimals)
RiseFistToken._rTotal (#912) is set pre-construction with a non-constant function or state variable:
- (MAX_SUPPLY - (MAX_SUPPLY % _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.sendValue(address,uint256) (#343-352):
- (success) = recipient.call{value: amount}() (#347)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#437-460):
- (success,returndata) = target.call{value: weiValue}(data) (#445-446)
Low level call in RiseFistToken.fixTransferFor(address,address,address,uint256) (#1187-1198):
- (success) = _to.call{value: _value}() (#1194)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Token is deployed only at one blockchain
Token has only one trading pair
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token contract audit
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of scam / price dump / death
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Alexa traffic rank is very low
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Twitter account has relatively few followers
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts