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