Covesting is a Blockchain based peer-to-peer asset management platform. Investors can easily browse through dozens of trading strategies, provided by professional crypto currency traders and subscribe to the ones matching their goals. Thanks to technology-based solutions and smart-contracts, Covesting platform allows its users to replicate trading activity of a chosen Model directly into their segregated account at Covesting.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
Pragma version0.8.3 (#2) allows old versions
solc-0.8.3 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 COVToken.mint(address,uint256)._to (#32) is not in mixedCase
Parameter COVToken.mint(address,uint256)._amount (#32) is not in mixedCase
Parameter COVToken.burn(uint256)._amount (#39) is not in mixedCase
Parameter COVToken.burnFrom(address,uint256)._from (#46) is not in mixedCase
Parameter COVToken.burnFrom(address,uint256)._amount (#46) is not in mixedCase
Parameter COVToken.approve(address,uint256)._spender (#54) is not in mixedCase
Parameter COVToken.approve(address,uint256)._amount (#54) is not in mixedCase
Parameter COVToken.transfer(address,uint256)._to (#60) is not in mixedCase
Parameter COVToken.transfer(address,uint256)._amount (#60) is not in mixedCase
Parameter COVToken.transferFrom(address,address,uint256)._from (#67) is not in mixedCase
Parameter COVToken.transferFrom(address,address,uint256)._to (#67) is not in mixedCase
Parameter COVToken.transferFrom(address,address,uint256)._amount (#67) is not in mixedCase
Parameter COVToken.transferOwnership(address)._newOwner (#75) is not in mixedCase
Parameter COVToken.setIssuerRights(address,bool)._issuer (#81) is not in mixedCase
Parameter COVToken.setIssuerRights(address,bool)._value (#81) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
COVToken.decimals (#6) should be constant
COVToken.name (#4) should be constant
COVToken.symbol (#5) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
getOwner() should be declared external:
- COVToken.getOwner() (#28-30)
mint(address,uint256) should be declared external:
- COVToken.mint(address,uint256) (#32-37)
burn(uint256) should be declared external:
- COVToken.burn(uint256) (#39-44)
burnFrom(address,uint256) should be declared external:
- COVToken.burnFrom(address,uint256) (#46-52)
approve(address,uint256) should be declared external:
- COVToken.approve(address,uint256) (#54-58)
transfer(address,uint256) should be declared external:
- COVToken.transfer(address,uint256) (#60-65)
transferFrom(address,address,uint256) should be declared external:
- COVToken.transferFrom(address,address,uint256) (#67-73)
transferOwnership(address) should be declared external:
- COVToken.transferOwnership(address) (#75-79)
setIssuerRights(address,bool) should be declared external:
- COVToken.setIssuerRights(address,bool) (#81-84)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find Youtube account
Unable to find Discord account