Function: amoBurn(address _account, uint256 _amount)
Allows caller access to this function to burn AMO tokens — but not more than was minted.
Inputs
_accountConstraints:
account != address(0).Impact: The account from which tokens will be burned.
_amountConstraints: Cannot be more than
_amoMinted.Impact: The amount of AMO tokens that will be burned.
Branches and code coverage
Intended branches
amoMintedwas decreased by_amount.
Negative behavior
Non-whitelisted caller
_accountis zero address._accountcontains fewer than the specifiedamountof tokens._amountis more than_amoMinted.