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