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