Future<dynamic> balanceOfBatch( List<String> accounts, List<BigInt> ids) async { return await _contract.call("balanceOfBatch", [accounts, ids]); }