Future<dynamic> setOperatorRestriction(bool restriction) async { return await _contract.send("setOperatorRestriction", [restriction]); }