Prometeus Network is a secure and decentralized ecosystem designed to solve real-world problems in data brokerage, created for the Influencer Marketing, Medical and Insurance data market industries. Prometeus Network is developed by Prometeus Labs. A company existing out of data scientists and entrepreneurs who have been working for more than 15 years on machine learning, business development and marketing.
PROMToken.allowance(address,address).owner (#419) shadows:
- Ownable.owner() (#297-299) (function)
PROMToken._approve(address,address,uint256).owner (#525) shadows:
- Ownable.owner() (#297-299) (function)
Rename the local variables that shadow another component.
Additional information: link
Context._msgData() (#113-116) is never used and should be removed
SafeMath.div(uint256,uint256) (#212-214) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#227-234) is never used and should be removed
SafeMath.mod(uint256,uint256) (#247-249) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#262-265) is never used and should be removed
SafeMath.mul(uint256,uint256) (#187-199) is never used and should be removed
SafeMath.sub(uint256,uint256) (#158-160) is never used and should be removed
Remove unused functions.
Additional information: link
Redundant expression "this (#114)" inContext (#104-117)
Remove redundant statements if they congest code but offer no value.
Additional information: link
PROMToken.constructor() (#351-359) uses literals with too many digits:
- _totalSupply = 20000000000000000000000000 (#355)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Variable PROMToken._decimals (#347) is not in mixedCase
Variable PROMToken._symbol (#348) is not in mixedCase
Variable PROMToken._name (#349) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#316-319)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#325-327)
increaseAllowance(address,uint256) should be declared external:
- PROMToken.increaseAllowance(address,uint256) (#465-468)
decreaseAllowance(address,uint256) should be declared external:
- PROMToken.decreaseAllowance(address,uint256) (#484-487)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find audit link on the website
Unable to find whitepaper link on the website
Token is not listed at Mobula.Finance
Additional information: link
Last post in Twitter was more than 30 days ago
Unable to find Youtube account
Unable to find Discord account