DApps (Smartchain applications) need real world data. Morphie provides that. Morphie is a Decentralised Community-driven Oracle for Avalanche ecosystem.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
BEP20.allowance(address,address).owner (#278) shadows:
- Owned.owner (#6) (state variable)
BEP20._approve(address,address,uint256).owner (#422) shadows:
- Owned.owner (#6) (state variable)
Rename the local variables that shadow another component.
Additional information: link
Owned.transferOwnership(address)._newOwner (#20) lacks a zero-check on :
- newOwner = _newOwner (#21)
Check that the address is not zero.
Additional information: link
Morphie.transfer(address,uint256) (#457-462) compares to a boolean constant:
-require(bool,string)(blockedAddress[msg.sender] != true,Sender address is blocked) (#459)
Morphie.transferFrom(address,address,uint256) (#476-482) compares to a boolean constant:
-require(bool,string)(blockedAddress[sender] != true,Sender Address is Blocked) (#478)
Remove the equality to the boolean constant.
Additional information: link
SafeMath.div(uint256,uint256) (#215-222) is never used and should be removed
SafeMath.mul(uint256,uint256) (#190-202) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter Owned.transferOwnership(address)._newOwner (#20) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Morphie.constructor(address) (#441-447) uses literals with too many digits:
- _mint(tokenHolder,20000000000 * 10 ** 18) (#445)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
totalSupply() should be declared external:
- BEP20.totalSupply() (#263-265)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#270-272)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#278-280)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#289-292)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#307-310)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#326-329)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Unable to find Youtube account
Unable to find Discord account