Future<dynamic> hasRole(String role, String account) async { return await _contract.call("hasRole", [role, account]); }