Raptor finance is a decentralized, financial ecosystem designed by holders for holders. Our mission is to heal planet earth and stop climate change by allowing our holders to stake their tokens to generate yield for themselves and ecological projects.
RaptorV3._swapToNewRaptor(uint256,address) (#282-288) ignores return value by oldRaptor.transferFrom(from,address(this),tokens) (#283)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Token is flagged by TokenSniffer due to presence of exploit in contract code
RaptorV3 (#259-350) has incorrect ERC20 function interface:RaptorV3.approve(address,uint256) (#313-316)
Set the appropriate return values and types for the defined ERC20 functions.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
RaptorV3.allowance(address,address).owner (#335) shadows:
- Owned.owner (#204) (state variable)
Rename the local variables that shadow another component.
Additional information: link
masterChefStuff.setMasterChef(address)._address (#248) lacks a zero-check on :
- masterChef = _address (#250)
Owned.transferOwnership(address)._newOwner (#219) lacks a zero-check on :
- newOwner = _newOwner (#220)
Check that the address is not zero.
Additional information: link
Reentrancy in RaptorV3._swapToNewRaptor(uint256,address) (#282-288):
External calls:
- oldRaptor.transferFrom(from,address(this),tokens) (#283)
State variables written after the call(s):
- _totalSupply = _totalSupply.add(_tokens) (#286)
- balances[from] = balances[from].add(_tokens) (#285)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in RaptorV3._swapToNewRaptor(uint256,address) (#282-288):
External calls:
- oldRaptor.transferFrom(from,address(this),tokens) (#283)
Event emitted after the call(s):
- Transfer(address(0),from,_tokens) (#287)
Apply the check-effects-interactions pattern.
Additional information: link
Owned._chainId() (#223-229) uses assembly
- INLINE ASM (#225-227)
Do not use evm assembly.
Additional information: link
Pragma version^0.7.0 (#1) 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
RaptorV3 (#259-350) should inherit from ERC20Interface (#189-196)
Inherit from the missing interface or contract.
Additional information: link
Parameter Owned.transferOwnership(address)._newOwner (#219) is not in mixedCase
Contract masterChefStuff (#245-257) is not in CapWords
Parameter masterChefStuff.setMasterChef(address)._address (#248) is not in mixedCase
Variable RaptorV3._totalSupply (#261) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
transferOwnership(address) should be declared external:
- Owned.transferOwnership(address) (#219-221)
acceptOwnership() should be declared external:
- Owned.acceptOwnership() (#231-236)
renounceOwnership() should be declared external:
- Owned.renounceOwnership() (#238-242)
setMasterChef(address) should be declared external:
- masterChefStuff.setMasterChef(address) (#248-251)
swapToNewRaptor(uint256) should be declared external:
- RaptorV3.swapToNewRaptor(uint256) (#290-292)
mintTo(address,uint256) should be declared external:
- RaptorV3.mintTo(address,uint256) (#294-298)
balanceOf(address) should be declared external:
- RaptorV3.balanceOf(address) (#300-307)
totalSupply() should be declared external:
- RaptorV3.totalSupply() (#309-311)
transfer(address,uint256) should be declared external:
- RaptorV3.transfer(address,uint256) (#324-327)
transferFrom(address,address,uint256) should be declared external:
- RaptorV3.transferFrom(address,address,uint256) (#329-333)
allowance(address,address) should be declared external:
- RaptorV3.allowance(address,address) (#335-337)
receiveApproval(address,uint256,address,bytes) should be declared external:
- RaptorV3.receiveApproval(address,uint256,address,bytes) (#339-342)
approveAndCall(address,uint256,bytes) should be declared external:
- RaptorV3.approveAndCall(address,uint256,bytes) (#344-348)
Use the external attribute for functions never called from the contract.
Additional information: link
Math.max(uint256[]) (#177-186) is never used and should be removed
Math.min(uint256[]) (#166-175) is never used and should be removed
Math.sum(uint256[]) (#158-164) is never used and should be removed
Owned._chainId() (#223-229) is never used and should be removed
SafeMath.div(uint256,uint256) (#99-101) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#115-121) is never used and should be removed
SafeMath.mod(uint256,uint256) (#135-137) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#151-154) is never used and should be removed
Remove unused functions.
Additional information: link
Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam
Additional information: link
Average 30d PancakeSwap liquidity is low.
Token is deployed only at one blockchain
Unable to find token on CoinHunt
Additional information: link
Unable to find audit link on the website
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Last post in Twitter was more than 180 days ago
Unable to find Youtube account