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