Uint8List batchBalanceOf(String owner, List<int> idList) { List<BigInt> ids = idList.map((id) => BigInt.from(id)).toList(); return batchBalanceOfFunc.encodeCall([EthereumAddress.fromHex(owner), ids]); }