Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ORION.airdrop(address) (#439-449) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referEth) (#446)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Contract creator or owner is blacklisted for past scams
Contract ownership is not renounced (belongs to a wallet)
ORION.set(uint8,uint256) (#392-413) should emit an event for:
- _referEth = value (#399)
- _referToken = value (#401)
- _airdropEth = value (#403)
- _airdropToken = value (#405)
- saleMaxBlock = value (#407)
- salePrice = value (#409)
Emit an event for critical parameter changes.
Additional information: link
SafeMath.div(uint256,uint256,string) (#118-121) is never used and should be removed
SafeMath.sub(uint256,uint256) (#46-49) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.6.8 (#5) allows old versions
solc-0.6.8 is not recommended for deployment
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
Parameter ORION.airdrop(address)._refer (#439) is not in mixedCase
Parameter ORION.buy(address)._refer (#451) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
ORION.slitherConstructorVariables() (#148-467) uses literals with too many digits:
- _totalSupply = 100000000000000000000000000 (#151)
ORION.slitherConstructorVariables() (#148-467) uses literals with too many digits:
- _airdropEth = 5000000000000000 (#162)
ORION.slitherConstructorVariables() (#148-467) uses literals with too many digits:
- _airdropToken = 7000000000000000000 (#163)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
ORION._decimals (#154) should be constant
ORION._name (#152) should be constant
ORION._symbol (#153) should be constant
ORION._totalSupply (#151) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- ORION.name() (#209-211)
symbol() should be declared external:
- ORION.symbol() (#224-226)
decimals() should be declared external:
- ORION.decimals() (#244-246)
cap() should be declared external:
- ORION.cap() (#251-253)
totalSupply() should be declared external:
- ORION.totalSupply() (#258-260)
balanceOf(address) should be declared external:
- ORION.balanceOf(address) (#265-267)
allowance(address,address) should be declared external:
- ORION.allowance(address,address) (#272-274)
authNum(uint256) should be declared external:
- ORION.authNum(uint256) (#276-280)
transferOwnership(address) should be declared external:
- ORION.transferOwnership(address) (#286-289)
setAuth(address,address) should be declared external:
- ORION.setAuth(address,address) (#291-296)
transferFrom(address,address,uint256) should be declared external:
- ORION.transferFrom(address,address,uint256) (#345-349)
approve(address,uint256) should be declared external:
- ORION.approve(address,uint256) (#358-361)
clearETH() should be declared external:
- ORION.clearETH() (#363-367)
set(uint8,uint256) should be declared external:
- ORION.set(uint8,uint256) (#392-413)
transfer(address,uint256) should be declared external:
- ORION.transfer(address,uint256) (#423-426)
getBlock() should be declared external:
- ORION.getBlock() (#428-437)
airdrop(address) should be declared external:
- ORION.airdrop(address) (#439-449)
buy(address) should be declared external:
- ORION.buy(address) (#451-465)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts