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