We should only worry about zero ETH balance at recipient if it's a plain address. ``` const code = web3.eth.getCode(address); const isPlainAddress = code === '0x'; ```