Nest protocol is a decentralized price fact Oracle protocol network based on Ethereum network.
Redundant expression "this (#26)" inContext (#15-29)
Remove redundant statements if they congest code but offer no value.
Additional information: link
ERC20Detailed.constructor(string,string,uint8).symbol (#503) shadows:
- ERC20Detailed.symbol() (#520-522) (function)
ERC20Detailed.constructor(string,string,uint8).decimals (#503) shadows:
- ERC20Detailed.decimals() (#536-538) (function)
ERC20Detailed.constructor(string,string,uint8).name (#503) shadows:
- ERC20Detailed.name() (#512-514) (function)
Rename the local variables that shadow another component.
Additional information: link
Pragma version^0.5.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
ERC20Template.constructor() (#544-546) uses literals with too many digits:
- _mint(_msgSender(),10000000000000000000000000000) (#545)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
SafeMath.mul(uint256,uint256) (#176-188) is never used and should be removed
SafeMath.sub(uint256,uint256) (#145-147) is never used and should be removed
ERC20._burnFrom(address,uint256) (#483-486) is never used and should be removed
ERC20._burn(address,uint256) (#448-454) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#255-258) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#218-225) is never used and should be removed
Context._msgData() (#25-28) is never used and should be removed
SafeMath.mod(uint256,uint256) (#238-240) is never used and should be removed
SafeMath.div(uint256,uint256) (#201-203) is never used and should be removed
Remove unused functions.
Additional information: link
decimals() should be declared external:
- ERC20Detailed.decimals() (#536-538)
symbol() should be declared external:
- ERC20Detailed.symbol() (#520-522)
name() should be declared external:
- ERC20Detailed.name() (#512-514)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#355-359)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#392-395)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#307-309)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#319-322)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#373-376)
totalSupply() should be declared external:
- ERC20.totalSupply() (#300-302)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#338-341)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#327-329)
Use the external attribute for functions never called from the contract.
Additional information: link
Token is not listed at Mobula.Finance
Additional information: link
Twitter account link seems to be invalid