MATH is a one stop crypto solution platform which contains MathWallet, MATH VPOS Pool, MathDEX, MATH dApp Store, MATH Staking, MATH Pay, MATH Chain, etc.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract locking ether found:
Contract MATHToken (#444-458) has payable functions:
- MATHToken.fallback() (#454-456)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
SafeMath.div(uint256,uint256) (#25-30) is never used and should be removed
SafeMath.mul(uint256,uint256) (#13-20) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.4.23 (#1) allows old versions
solc-0.4.26 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 BasicToken.transfer(address,uint256)._to (#85) is not in mixedCase
Parameter BasicToken.transfer(address,uint256)._value (#85) is not in mixedCase
Parameter BasicToken.balanceOf(address)._owner (#100) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._from (#142) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._to (#143) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._value (#144) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._spender (#170) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._value (#170) is not in mixedCase
Parameter StandardToken.allowance(address,address)._owner (#183) is not in mixedCase
Parameter StandardToken.allowance(address,address)._spender (#184) is not in mixedCase
Parameter StandardToken.increaseApproval(address,uint256)._spender (#204) is not in mixedCase
Parameter StandardToken.increaseApproval(address,uint256)._addedValue (#205) is not in mixedCase
Parameter StandardToken.decreaseApproval(address,uint256)._spender (#227) is not in mixedCase
Parameter StandardToken.decreaseApproval(address,uint256)._subtractedValue (#228) is not in mixedCase
Parameter MintableToken.mint(address,uint256)._to (#317) is not in mixedCase
Parameter MintableToken.mint(address,uint256)._amount (#318) is not in mixedCase
Parameter PausableToken.transfer(address,uint256)._to (#388) is not in mixedCase
Parameter PausableToken.transfer(address,uint256)._value (#389) is not in mixedCase
Parameter PausableToken.transferFrom(address,address,uint256)._from (#399) is not in mixedCase
Parameter PausableToken.transferFrom(address,address,uint256)._to (#400) is not in mixedCase
Parameter PausableToken.transferFrom(address,address,uint256)._value (#401) is not in mixedCase
Parameter PausableToken.approve(address,uint256)._spender (#411) is not in mixedCase
Parameter PausableToken.approve(address,uint256)._value (#412) is not in mixedCase
Parameter PausableToken.increaseApproval(address,uint256)._spender (#422) is not in mixedCase
Parameter PausableToken.increaseApproval(address,uint256)._addedValue (#423) is not in mixedCase
Parameter PausableToken.decreaseApproval(address,uint256)._spender (#433) is not in mixedCase
Parameter PausableToken.decreaseApproval(address,uint256)._subtractedValue (#434) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
MATHToken.constructor() (#450-452) uses literals with too many digits:
- totalSupply_ = 200000000 * (10 ** uint256(decimals)) (#451)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
MATHToken.decimals (#448) should be constant
MATHToken.name (#446) should be constant
MATHToken.symbol (#447) should be constant
MintableToken.mintingFinished (#297) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
totalSupply() should be declared external:
- BasicToken.totalSupply() (#76-78)
- ERC20Basic.totalSupply() (#56)
balanceOf(address) should be declared external:
- BasicToken.balanceOf(address) (#100-102)
- ERC20Basic.balanceOf(address) (#57)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#110-111)
- StandardToken.allowance(address,address) (#182-191)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#281-285)
mint(address,uint256) should be declared external:
- MintableToken.mint(address,uint256) (#316-332)
pause() should be declared external:
- Pausable.pause() (#366-369)
unpause() should be declared external:
- Pausable.unpause() (#374-377)
fallback() should be declared external:
- MATHToken.fallback() (#454-456)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find audit link on the website
Token is not listed at Mobula.Finance
Additional information: link
Last post in Twitter was more than 180 days ago