Future<dynamic> setOwner(String newOwner) async { return await _contract.send("setOwner", [newOwner]); }