# Analysis Results ## Integer Overflow - Type: Warning - Contract: metaCoin - Function name: `sendToken(address,uint256)` - PC address: 498 ### Description 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 */inputs/metacoin.sol:12* ``` balances[receiver] += amount ```