Future<dynamic> setOwner(String newOwnerAddress) async => await _contract.send("setOwner", [newOwnerAddress]);