OVR is the decentralized infrastructure for the spatial web, merging physical and virtual world through Augmented Reality, creating a new dimension where everything is possible.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
Token.symbol (#5) should be constant
Token.name (#4) should be constant
Token.decimals (#6) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
getOwner() should be declared external:
- Token.getOwner() (#28-30)
burn(uint256) should be declared external:
- Token.burn(uint256) (#39-44)
burnFrom(address,uint256) should be declared external:
- Token.burnFrom(address,uint256) (#46-52)
mint(address,uint256) should be declared external:
- Token.mint(address,uint256) (#32-37)
approve(address,uint256) should be declared external:
- Token.approve(address,uint256) (#54-58)
setIssuerRights(address,bool) should be declared external:
- Token.setIssuerRights(address,bool) (#81-84)
transfer(address,uint256) should be declared external:
- Token.transfer(address,uint256) (#60-65)
transferFrom(address,address,uint256) should be declared external:
- Token.transferFrom(address,address,uint256) (#67-73)
transferOwnership(address) should be declared external:
- Token.transferOwnership(address) (#75-79)
Use the external attribute for functions never called from the contract.
Additional information: link
Parameter Token.setIssuerRights(address,bool)._issuer (#81) is not in mixedCase
Parameter Token.burnFrom(address,uint256)._from (#46) is not in mixedCase
Parameter Token.transferFrom(address,address,uint256)._amount (#67) is not in mixedCase
Parameter Token.mint(address,uint256)._amount (#32) is not in mixedCase
Parameter Token.burn(uint256)._amount (#39) is not in mixedCase
Parameter Token.transferOwnership(address)._newOwner (#75) is not in mixedCase
Parameter Token.mint(address,uint256)._to (#32) is not in mixedCase
Parameter Token.transfer(address,uint256)._amount (#60) is not in mixedCase
Parameter Token.transferFrom(address,address,uint256)._to (#67) is not in mixedCase
Parameter Token.approve(address,uint256)._spender (#54) is not in mixedCase
Parameter Token.transferFrom(address,address,uint256)._from (#67) is not in mixedCase
Parameter Token.burnFrom(address,uint256)._amount (#46) is not in mixedCase
Parameter Token.transfer(address,uint256)._to (#60) is not in mixedCase
Parameter Token.setIssuerRights(address,bool)._value (#81) is not in mixedCase
Parameter Token.approve(address,uint256)._amount (#54) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Pragma version0.8.2 (#2) allows old versions
solc-0.8.2 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
Unable to find audit link on the website
Unable to find Telegram link on the website
Unable to find Twitter link on the website
Token is not listed at Mobula.Finance
Additional information: link
Twitter account link seems to be invalid