Future<dynamic> claimCondition(BigInt input) async { return await _contract.call("claimCondition", [input]); }