Launched in San Francisco, Proton (XPR) is a new public blockchain and smart contract platform designed for both consumer applications and peer-peer payments. It is built around a secure identity and financial settlements layer that allows users to directly link real identity and fiat accounts, pull funds and buy crypto, and use that crypto seamlessly in apps.
Redundant expression "this (contracts/XPRTokenBEP20.sol#114)" inContext (contracts/XPRTokenBEP20.sol#104-117)
Remove redundant statements if they congest code but offer no value.
Additional information: link
XPRTokenBEP20.constructor() (contracts/XPRTokenBEP20.sol#351-359) uses literals with too many digits:
- _totalSupply = 100000000000000 (contracts/XPRTokenBEP20.sol#355)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
XPRTokenBEP20.allowance(address,address).owner (contracts/XPRTokenBEP20.sol#419) shadows:
- Ownable.owner() (contracts/XPRTokenBEP20.sol#297-299) (function)
XPRTokenBEP20._approve(address,address,uint256).owner (contracts/XPRTokenBEP20.sol#574) shadows:
- Ownable.owner() (contracts/XPRTokenBEP20.sol#297-299) (function)
Rename the local variables that shadow another component.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (contracts/XPRTokenBEP20.sol#316-319)
decreaseAllowance(address,uint256) should be declared external:
- XPRTokenBEP20.decreaseAllowance(address,uint256) (contracts/XPRTokenBEP20.sol#484-487)
mint(uint256) should be declared external:
- XPRTokenBEP20.mint(uint256) (contracts/XPRTokenBEP20.sol#497-500)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (contracts/XPRTokenBEP20.sol#325-327)
increaseAllowance(address,uint256) should be declared external:
- XPRTokenBEP20.increaseAllowance(address,uint256) (contracts/XPRTokenBEP20.sol#465-468)
Use the external attribute for functions never called from the contract.
Additional information: link
SafeMath.mul(uint256,uint256) (contracts/XPRTokenBEP20.sol#187-199) is never used and should be removed
SafeMath.sub(uint256,uint256) (contracts/XPRTokenBEP20.sol#158-160) is never used and should be removed
XPRTokenBEP20._burnFrom(address,uint256) (contracts/XPRTokenBEP20.sol#588-591) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (contracts/XPRTokenBEP20.sol#262-265) is never used and should be removed
SafeMath.div(uint256,uint256,string) (contracts/XPRTokenBEP20.sol#227-234) is never used and should be removed
Context._msgData() (contracts/XPRTokenBEP20.sol#113-116) is never used and should be removed
SafeMath.mod(uint256,uint256) (contracts/XPRTokenBEP20.sol#247-249) is never used and should be removed
SafeMath.div(uint256,uint256) (contracts/XPRTokenBEP20.sol#212-214) is never used and should be removed
XPRTokenBEP20._burn(address,uint256) (contracts/XPRTokenBEP20.sol#553-559) is never used and should be removed
Remove unused functions.
Additional information: link
Token is not listed at Mobula.Finance
Additional information: link
Unable to find audit link on the website
Twitter account link seems to be invalid
Unable to find Youtube account