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