==== Integer Overflow ==== Type: Warning Contract: metaCoin Function name: sendToken(address,uint256) PC address: 498 A possible integer overflow exists in the function `sendToken(address,uint256)`. The addition may result in a value higher than the maximum representable integer. -------------------- In file: /inputs/metacoin.sol:12 balances[receiver] += amount --------------------