Blockchain backed immutable storage via IPFS nodes and democratic governance.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
Token.decimals (#7) should be constant
Token.name (#5) should be constant
Token.symbol (#6) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
Pragma version^0.8.0 (#2) allows old versions
solc-0.8.1 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 Token.mint(address,uint256)._to (#40) is not in mixedCase
Parameter Token.mint(address,uint256)._amount (#40) is not in mixedCase
Parameter Token.burn(uint256)._amount (#51) is not in mixedCase
Parameter Token.burnFrom(address,uint256)._from (#58) is not in mixedCase
Parameter Token.burnFrom(address,uint256)._amount (#58) is not in mixedCase
Parameter Token.approve(address,uint256)._spender (#70) is not in mixedCase
Parameter Token.approve(address,uint256)._amount (#70) is not in mixedCase
Parameter Token.transfer(address,uint256)._to (#79) is not in mixedCase
Parameter Token.transfer(address,uint256)._amount (#79) is not in mixedCase
Parameter Token.transferFrom(address,address,uint256)._from (#90) is not in mixedCase
Parameter Token.transferFrom(address,address,uint256)._to (#91) is not in mixedCase
Parameter Token.transferFrom(address,address,uint256)._amount (#92) is not in mixedCase
Parameter Token.transferOwnership(address)._newOwner (#101) is not in mixedCase
Parameter Token.setIssuerRights(address,bool)._issuer (#107) is not in mixedCase
Parameter Token.setIssuerRights(address,bool)._value (#107) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
getOwner() should be declared external:
- Token.getOwner() (#36-38)
mint(address,uint256) should be declared external:
- Token.mint(address,uint256) (#40-49)
burn(uint256) should be declared external:
- Token.burn(uint256) (#51-56)
burnFrom(address,uint256) should be declared external:
- Token.burnFrom(address,uint256) (#58-68)
approve(address,uint256) should be declared external:
- Token.approve(address,uint256) (#70-77)
transfer(address,uint256) should be declared external:
- Token.transfer(address,uint256) (#79-87)
transferFrom(address,address,uint256) should be declared external:
- Token.transferFrom(address,address,uint256) (#89-99)
transferOwnership(address) should be declared external:
- Token.transferOwnership(address) (#101-105)
setIssuerRights(address,bool) should be declared external:
- Token.setIssuerRights(address,bool) (#107-110)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find KYC or doxxing proof
Unable to find token contract audit
Unable to verify token contract address on the website
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find audit link on the website